Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/function/
Df_mass_storage.c1657 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() function
1792 return check_command(common, cmnd_size, data_dir, in check_command_size_in_blocks()
1821 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1830 reply = check_command(common, 6, DATA_DIR_FROM_HOST, in do_scsi_command()
1840 reply = check_command(common, 10, DATA_DIR_FROM_HOST, in do_scsi_command()
1849 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1859 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1868 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
1910 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1922 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
[all …]
/Linux-v5.4/tools/testing/selftests/net/
Dpmtu.sh1113 check_command() { function
1128 check_command taskset || return 2
/Linux-v5.4/drivers/mtd/nand/raw/
Dnandsim.c1064 static int check_command(int cmd) in check_command() function
1937 if (check_command(byte)) { in ns_nand_write_byte()