Home
last modified time | relevance | path

Searched refs:check_command (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/usb/gadget/function/
Df_mass_storage.c1706 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() function
1841 return check_command(common, cmnd_size, data_dir, in check_command_size_in_blocks()
1870 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1879 reply = check_command(common, 6, DATA_DIR_FROM_HOST, in do_scsi_command()
1889 reply = check_command(common, 10, DATA_DIR_FROM_HOST, in do_scsi_command()
1898 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1908 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1917 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
1970 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1982 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
[all …]
/linux-5.19.10/kernel/trace/
Dtrace_events_synth.c1437 static int check_command(const char *raw_command) in check_command() function
1481 ret = check_command(raw_command); in create_or_delete_synth_event()
2092 ret = check_command(raw_command + len); in create_synth_event()
/linux-5.19.10/tools/testing/selftests/net/
Dpmtu.sh1919 check_command() { function
1934 check_command taskset || return $ksft_skip