Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c698 u32 amount_left; in do_read() local
726 amount_left = common->data_size_from_cmnd; in do_read()
727 if (unlikely(amount_left == 0)) in do_read()
740 amount = min(amount_left, common->usb_trb_size); in do_read()
789 amount_left -= nread; in do_read()
801 if (amount_left == 0) in do_read()
1013 u32 amount_left; in do_verify() local
1038 amount_left = verification_length << 9; in do_verify()
1044 while (amount_left > 0) { in do_verify()
1052 amount = min(amount_left, common->usb_trb_size); in do_verify()
[all …]