Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c818 u32 amount_left_to_req, amount_left_to_write; in do_write() local
855 amount_left_to_req = common->data_size_from_cmnd; in do_write()
873 amount = min(amount_left_to_req, FSG_BUFLEN); in do_write()
898 amount_left_to_req -= amount; in do_write()
899 if (amount_left_to_req == 0) in do_write()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_mass_storage.c754 u32 amount_left_to_req, amount_left_to_write; in do_write() local
801 amount_left_to_req = common->data_size_from_cmnd; in do_write()
815 amount = min(amount_left_to_req, FSG_BUFLEN); in do_write()
831 amount_left_to_req -= amount; in do_write()
832 if (amount_left_to_req == 0) in do_write()