Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Df_mass_storage.c1650 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() function
1785 return check_command(common, cmnd_size, data_dir, in check_command_size_in_blocks()
1814 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1823 reply = check_command(common, 6, DATA_DIR_FROM_HOST, in do_scsi_command()
1833 reply = check_command(common, 10, DATA_DIR_FROM_HOST, in do_scsi_command()
1842 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1852 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1861 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
1903 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1915 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
[all …]
/Linux-v4.19/drivers/mtd/nand/raw/
Dnandsim.c1089 static int check_command(int cmd) in check_command() function
1964 if (check_command(byte)) { in ns_nand_write_byte()