Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Df_mass_storage.c1858 return check_command(common, cmnd_size, data_dir, in check_command_size_in_blocks()
1887 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1915 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1925 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1934 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
2030 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
2058 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
2067 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command()
2076 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
2087 reply = check_command(common, 10, DATA_DIR_NONE, in do_scsi_command()
[all …]
/linux-6.15/tools/testing/selftests/net/
H A Dtest_vxlan_fdb_changelink.sh75 check_command netstat || return
H A Dlib.sh478 check_command() function
492 if ! check_command "$cmd"; then
H A Dpmtu.sh2093 check_command() { function
2115 check_command taskset || return $ksft_skip
/linux-6.15/kernel/trace/
H A Dtrace_events_synth.c1543 static int check_command(const char *raw_command) in check_command() function
1587 ret = check_command(raw_command); in create_or_delete_synth_event()
2198 ret = check_command(raw_command + len); in create_synth_event()