Searched refs:check_command (Results  1 – 2 of 2) sorted by relevance
| /linux-4.1.27/drivers/usb/gadget/function/ | 
| D | f_mass_storage.c | 1688 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.1.27/drivers/mtd/nand/ | 
| D | nandsim.c | 1112 static int check_command(int cmd)  in check_command()  function 1997 		if (check_command(byte)) {  in ns_nand_write_byte()
  |