Lines Matching +defs:val +defs:complete
109 struct completion complete; member
391 static void lanes_get(const struct dma_test *dt, u64 *val) in lanes_get()
396 static int lanes_validate(u64 val) in lanes_validate()
401 static void lanes_set(struct dma_test *dt, u64 val) in lanes_set()
407 static void speed_get(const struct dma_test *dt, u64 *val) in speed_get()
412 static int speed_validate(u64 val) in speed_validate()
425 static void speed_set(struct dma_test *dt, u64 val) in speed_set()
431 static void packets_to_receive_get(const struct dma_test *dt, u64 *val) in packets_to_receive_get()
436 static int packets_to_receive_validate(u64 val) in packets_to_receive_validate()
441 static void packets_to_receive_set(struct dma_test *dt, u64 val) in packets_to_receive_set()
448 static void packets_to_send_get(const struct dma_test *dt, u64 *val) in packets_to_send_get()
453 static int packets_to_send_validate(u64 val) in packets_to_send_validate()
458 static void packets_to_send_set(struct dma_test *dt, u64 val) in packets_to_send_set()
507 static int test_store(void *data, u64 val) in test_store()