Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c825 u32 amount_left_to_req, amount_left_to_write; in do_write() local
862 amount_left_to_req = common->data_size_from_cmnd; in do_write()
880 amount = min(amount_left_to_req, common->usb_trb_size); in do_write()
905 amount_left_to_req -= amount; in do_write()
906 if (amount_left_to_req == 0) in do_write()