Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Df_mass_storage.c1721 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() function
1856 return check_command(common, cmnd_size, data_dir, in check_command_size_in_blocks()
1885 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1894 reply = check_command(common, 6, DATA_DIR_FROM_HOST, in do_scsi_command()
1904 reply = check_command(common, 10, DATA_DIR_FROM_HOST, in do_scsi_command()
1913 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1923 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1932 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
1974 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1986 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
[all …]