Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c305 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 Dstorage_common.c144 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \