Lines Matching refs:bulk_in
385 struct usb_ep *bulk_in; member
439 if (ep == fsg->bulk_in) in fsg_set_halt()
592 if (ep == fsg->bulk_in) in start_transfer()
806 START_TRANSFER_OR(common, bulk_in, bh->inreq, in do_read()
1396 rc = fsg_set_halt(fsg, fsg->bulk_in); in halt_bulk_in_endpoint()
1406 rc = usb_ep_set_halt(fsg->bulk_in); in halt_bulk_in_endpoint()
1452 start_transfer(fsg, fsg->bulk_in, bh->inreq, in pad_with_zeros()
1550 START_TRANSFER_OR(common, bulk_in, bh->inreq, in finish_reply()
1560 START_TRANSFER_OR(common, bulk_in, bh->inreq, in finish_reply()
1659 START_TRANSFER_OR(common, bulk_in, bh->inreq, in send_status()
2228 usb_ep_free_request(fsg->bulk_in, bh->inreq); in do_set_interface()
2239 usb_ep_disable(fsg->bulk_in); in do_set_interface()
2262 fsg->bulk_in); in do_set_interface()
2263 rc = enable_endpoint(common, fsg->bulk_in, d); in do_set_interface()
2284 rc = alloc_request(common, fsg->bulk_in, &bh->inreq); in do_set_interface()
2335 usb_ep_dequeue(common->fsg->bulk_in, bh->inreq); in handle_exception()
2356 usb_ep_fifo_flush(common->fsg->bulk_in); in handle_exception()
2401 usb_ep_clear_halt(common->fsg->bulk_in); in handle_exception()
2713 fsg->bulk_in = ep; in fsg_bind()