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

/drivers/usb/gadget/
H A Df_mass_storage.c380 u32 data_size_from_cmnd; member in struct:fsg_common
776 amount_left = common->data_size_from_cmnd;
923 amount_left_to_req = common->data_size_from_cmnd;
924 amount_left_to_write = common->data_size_from_cmnd;
1816 common->data_size_from_cmnd, common->cmnd_size, hdlen);
1822 if (common->data_size_from_cmnd == 0)
1824 if (common->data_size < common->data_size_from_cmnd) {
1830 common->data_size_from_cmnd = common->data_size;
1837 if (common->data_dir != data_dir && common->data_size_from_cmnd > 0) {
1934 common->data_size_from_cmnd <<
[all...]
H A Dfile_storage.c473 u32 data_size_from_cmnd; member in struct:fsg_dev
1186 amount_left = fsg->data_size_from_cmnd;
1326 amount_left_to_req = amount_left_to_write = fsg->data_size_from_cmnd;
2240 fsg->data_size_from_cmnd, fsg->cmnd_size, hdlen);
2244 if (fsg->data_size_from_cmnd == 0)
2248 fsg->data_size = fsg->data_size_from_cmnd;
2251 if (fsg->data_size < fsg->data_size_from_cmnd) {
2256 fsg->data_size_from_cmnd = fsg->data_size;
2263 if (fsg->data_dir != data_dir && fsg->data_size_from_cmnd > 0) {
2358 fsg->data_size_from_cmnd <<
[all...]

Completed in 102 milliseconds