Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c1676 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() function
1828 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1837 reply = check_command(common, 6, DATA_DIR_FROM_HOST, in do_scsi_command()
1847 reply = check_command(common, 10, DATA_DIR_FROM_HOST, in do_scsi_command()
1856 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1866 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1875 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command()
1885 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command()
1895 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command()
1905 reply = check_command(common, 12, DATA_DIR_TO_HOST, in do_scsi_command()
[all …]