Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_mass_storage.c303 int cmnd_size; member
1657 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() argument
1672 name, cmnd_size, dirletter[(int) data_dir], in check_command()
1673 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
1697 if (cmnd_size != common->cmnd_size) { in check_command()
1711 if (cmnd_size <= common->cmnd_size) { in check_command()
1714 cmnd_size, common->cmnd_size); in check_command()
1715 cmnd_size = common->cmnd_size; in check_command()
1759 for (i = 1; i < cmnd_size; ++i) { in check_command()
2014 reply = check_command(common, common->cmnd_size, in do_scsi_command()
[all …]
Dstorage_common.c143 16, 1, (fsg)->cmnd, (fsg)->cmnd_size, 0) \