Searched refs:cmd_to_str (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/tools/testing/selftests/mm/ |
D | gup_test.c | 32 static char *cmd_to_str(unsigned long cmd) in cmd_to_str() function 67 cmd_to_str(cmd), gup.get_delta_usec, in gup_thread() 81 ksft_print_msg("%s: done\n", cmd_to_str(cmd)); in gup_thread()
|
/linux-6.14.4/drivers/media/pci/cx23885/ |
D | cx23885-417.c | 657 static char *cmd_to_str(int cmd) in cmd_to_str() function 757 cmd_to_str(command)); in cx23885_mbox_func() 764 value, cmd_to_str(command)); in cx23885_mbox_func() 774 flag, cmd_to_str(command)); in cx23885_mbox_func()
|
/linux-6.14.4/drivers/media/usb/cx231xx/ |
D | cx231xx-417.c | 626 static char *cmd_to_str(int cmd) in cmd_to_str() function 723 cmd_to_str(command)); in cx231xx_mbox_func() 730 value, cmd_to_str(command)); in cx231xx_mbox_func() 740 flag, cmd_to_str(command)); in cx231xx_mbox_func()
|
/linux-6.14.4/drivers/media/platform/chips-media/wave5/ |
D | wave5-hw.c | 57 static inline const char *cmd_to_str(int cmd, bool is_dec) in cmd_to_str() function 240 cmd_to_str(cmd, inst->type == VPU_INST_TYPE_DEC)); in wave5_bit_issue_command() 283 cmd_to_str(cmd, inst->type == VPU_INST_TYPE_DEC)); in send_firmware_command()
|