Searched refs:bulk_out (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | usb_descriptors.py | 475 bulk_in, bulk_out = False, False 480 bulk_out = True 485 return bulk_in and bulk_out
|
/external/u-boot/drivers/usb/gadget/ |
D | f_mass_storage.c | 383 struct usb_ep *bulk_out; member 438 else if (ep == fsg->bulk_out) in fsg_set_halt() 904 START_TRANSFER_OR(common, bulk_out, bh->outreq, in do_write() 1482 START_TRANSFER_OR(common, bulk_out, bh->outreq, in throw_away_data() 1518 fsg_set_halt(common->fsg, common->fsg->bulk_out); in finish_reply() 1581 common->fsg->bulk_out); in finish_reply() 2084 fsg_set_halt(fsg, fsg->bulk_out); in received_cbw() 2122 START_TRANSFER_OR(common, bulk_out, bh->outreq, in get_next_command() 2192 usb_ep_free_request(fsg->bulk_out, bh->outreq); in do_set_interface() 2203 usb_ep_disable(fsg->bulk_out); in do_set_interface() [all …]
|