Searched refs:cmnd_size (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 305 int cmnd_size; member 1676 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() argument 1691 name, cmnd_size, dirletter[(int) data_dir], in check_command() 1692 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command() 1716 if (cmnd_size != common->cmnd_size) { in check_command() 1730 if (cmnd_size <= common->cmnd_size) { in check_command() 1733 cmnd_size, common->cmnd_size); in check_command() 1734 cmnd_size = common->cmnd_size; in check_command() 1778 for (i = 1; i < cmnd_size; ++i) { in check_command() 2015 reply = check_command(common, common->cmnd_size, DATA_DIR_FROM_HOST, in do_scsi_command() [all …]
|
| H A D | storage_common.c | 144 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \
|