Searched refs:data_size_from_cmnd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_mass_storage.c376 u32 data_size_from_cmnd; member in struct:fsg_common
759 amount_left = common->data_size_from_cmnd;
904 amount_left_to_req = common->data_size_from_cmnd;
905 amount_left_to_write = common->data_size_from_cmnd;
1812 common->data_size_from_cmnd, common->cmnd_size, hdlen);
1816 if (common->data_size_from_cmnd == 0)
1818 if (common->data_size < common->data_size_from_cmnd) {
1822 common->data_size_from_cmnd = common->data_size;
1830 && common->data_size_from_cmnd > 0) {
1933 common->data_size_from_cmnd
[all...]
H A Dfile_storage.c378 u32 data_size_from_cmnd; member in struct:fsg_dev
1062 amount_left = fsg->data_size_from_cmnd;
1205 amount_left_to_req = amount_left_to_write = fsg->data_size_from_cmnd;
2144 fsg->data_size_from_cmnd, fsg->cmnd_size, hdlen);
2148 if (fsg->data_size_from_cmnd == 0)
2152 fsg->data_size = fsg->data_size_from_cmnd;
2155 if (fsg->data_size < fsg->data_size_from_cmnd) {
2160 fsg->data_size_from_cmnd = fsg->data_size;
2167 if (fsg->data_dir != data_dir && fsg->data_size_from_cmnd > 0) {
2271 fsg->data_size_from_cmnd
[all...]

Completed in 110 milliseconds