Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.c295 u32 usb_amount_left; member
853 common->usb_amount_left -= amount; in do_write()
1477 bh->state != BUF_STATE_EMPTY || common->usb_amount_left > 0; in throw_away_data()
1499 && common->usb_amount_left > 0) { in throw_away_data()
1500 amount = min(common->usb_amount_left, FSG_BUFLEN); in throw_away_data()
1512 common->usb_amount_left -= amount; in throw_away_data()
1722 common->usb_amount_left = common->data_size; in check_command()