Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Df_mass_storage.c272 u32 usb_amount_left; member
805 common->usb_amount_left -= amount; in do_write()
1502 bh->state != BUF_STATE_EMPTY || common->usb_amount_left > 0; in throw_away_data()
1508 common->usb_amount_left > 0) { in throw_away_data()
1509 amount = min(common->usb_amount_left, FSG_BUFLEN); in throw_away_data()
1521 common->usb_amount_left -= amount; in throw_away_data()
1740 common->usb_amount_left = common->data_size; in check_command()