Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.h153 unsigned int bulk_out_intended_length; member
H A Df_mass_storage.c337 bh->bulk_out_intended_length = length; in set_bulk_out_req_length()
436 if (req->status || req->actual != bh->bulk_out_intended_length) in bulk_out_complete()
438 req->status, req->actual, bh->bulk_out_intended_length); in bulk_out_complete()
874 amount = min(amount, bh->bulk_out_intended_length); in do_write()
914 if (bh->outreq->actual < bh->bulk_out_intended_length) { in do_write()
1552 if (bh->outreq->actual < bh->bulk_out_intended_length || in throw_away_data()
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c336 unsigned int bulk_out_intended_length; member
H A 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()