Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dstorage_common.c341 unsigned int bulk_out_intended_length; member
H A Df_mass_storage.c422 bh->bulk_out_intended_length = length; in set_bulk_out_req_length()
515 if (req->status || req->actual != bh->bulk_out_intended_length) in bulk_out_complete()
518 bh->bulk_out_intended_length); in bulk_out_complete()
912 bh->bulk_out_intended_length = amount; in do_write()
1496 bh->bulk_out_intended_length = amount; in throw_away_data()
H A Df_rockusb.c491 bh->bulk_out_intended_length = common->data_size; in rkusb_do_vs_write()