Searched refs:bulk_in (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | f_mass_storage.c | 382 struct usb_ep *bulk_in; member 436 if (ep == fsg->bulk_in) in fsg_set_halt() 589 if (ep == fsg->bulk_in) in start_transfer() 797 START_TRANSFER_OR(common, bulk_in, bh->inreq, in do_read() 1382 rc = fsg_set_halt(fsg, fsg->bulk_in); in halt_bulk_in_endpoint() 1392 rc = usb_ep_set_halt(fsg->bulk_in); in halt_bulk_in_endpoint() 1437 start_transfer(fsg, fsg->bulk_in, bh->inreq, in pad_with_zeros() 1534 START_TRANSFER_OR(common, bulk_in, bh->inreq, in finish_reply() 1544 START_TRANSFER_OR(common, bulk_in, bh->inreq, in finish_reply() 1643 START_TRANSFER_OR(common, bulk_in, bh->inreq, in send_status() [all …]
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | usb_descriptors.py | 475 bulk_in, bulk_out = False, False 484 bulk_in = True 485 return bulk_in and bulk_out
|