Searched refs:START_TRANSFER_OR (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | f_mass_storage.c | 610 #define START_TRANSFER_OR(common, ep_name, req, pbusy, state) \ macro 617 START_TRANSFER_OR(common, ep_name, req, pbusy, state) (void)0 797 START_TRANSFER_OR(common, bulk_in, bh->inreq, in do_read() 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() 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() 2122 START_TRANSFER_OR(common, bulk_out, bh->outreq, in get_next_command()
|