Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.c1688 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() function
1823 return check_command(common, cmnd_size, data_dir, in check_command_size_in_blocks()
1853 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1862 reply = check_command(common, 6, DATA_DIR_FROM_HOST, in do_scsi_command()
1872 reply = check_command(common, 10, DATA_DIR_FROM_HOST, in do_scsi_command()
1881 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1891 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1900 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
1942 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1954 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
[all …]
/linux-4.4.14/drivers/mtd/nand/
Dnandsim.c1111 static int check_command(int cmd) in check_command() function
1996 if (check_command(byte)) { in ns_nand_write_byte()