Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_mass_storage.c419 bh->bulk_out_intended_length = length; in set_bulk_out_req_length()
512 if (req->status || req->actual != bh->bulk_out_intended_length) in bulk_out_complete()
515 bh->bulk_out_intended_length); in bulk_out_complete()
902 bh->bulk_out_intended_length = amount; in do_write()
1480 bh->bulk_out_intended_length = amount; in throw_away_data()
Dstorage_common.c336 unsigned int bulk_out_intended_length; member