Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/function/
Dstorage_common.h153 unsigned int bulk_out_intended_length; member
Df_mass_storage.c336 bh->bulk_out_intended_length = length; in set_bulk_out_req_length()
435 if (req->status || req->actual != bh->bulk_out_intended_length) in bulk_out_complete()
437 req->status, req->actual, bh->bulk_out_intended_length); in bulk_out_complete()
857 amount = min(amount, bh->bulk_out_intended_length); in do_write()
897 if (bh->outreq->actual < bh->bulk_out_intended_length) { in do_write()
1535 if (bh->outreq->actual < bh->bulk_out_intended_length || in throw_away_data()