Searched refs:bulk_out (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 386 struct usb_ep *bulk_out; member 441 else if (ep == fsg->bulk_out) in fsg_set_halt() 914 START_TRANSFER_OR(common, bulk_out, bh->outreq, in do_write() 1498 START_TRANSFER_OR(common, bulk_out, bh->outreq, in throw_away_data() 1534 fsg_set_halt(common->fsg, common->fsg->bulk_out); in finish_reply() 1597 common->fsg->bulk_out); in finish_reply() 2124 fsg_set_halt(fsg, fsg->bulk_out); in received_cbw() 2162 START_TRANSFER_OR(common, bulk_out, bh->outreq, in get_next_command() 2232 usb_ep_free_request(fsg->bulk_out, bh->outreq); in do_set_interface() 2243 usb_ep_disable(fsg->bulk_out); in do_set_interface() [all …]
|
| H A D | f_rockusb.c | 494 START_TRANSFER_OR(common, bulk_out, bh->outreq, in rkusb_do_vs_write()
|