Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Dstorage_common.h153 unsigned int bulk_out_intended_length; member
H A Df_mass_storage.c367 bh->bulk_out_intended_length = length; in set_bulk_out_req_length()
466 if (req->status || req->actual != bh->bulk_out_intended_length) in bulk_out_complete()
468 req->status, req->actual, bh->bulk_out_intended_length); in bulk_out_complete()
882 amount = min(amount, bh->bulk_out_intended_length); in do_write()
922 if (bh->outreq->actual < bh->bulk_out_intended_length) { in do_write()
1534 if (bh->outreq->actual < bh->bulk_out_intended_length || in throw_away_data()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c421 bh->bulk_out_intended_length = length; in set_bulk_out_req_length()
514 if (req->status || req->actual != bh->bulk_out_intended_length) in bulk_out_complete()
517 bh->bulk_out_intended_length); in bulk_out_complete()
905 bh->bulk_out_intended_length = amount; in do_write()
1487 bh->bulk_out_intended_length = amount; in throw_away_data()
H A Dstorage_common.c337 unsigned int bulk_out_intended_length; member
H A Df_rockusb.c446 bh->bulk_out_intended_length = common->data_size; in rkusb_do_vs_write()