Lines Matching refs:bulk_in
458 struct usb_ep *bulk_in; member
524 if (ep == fsg->bulk_in) in fsg_set_halt()
1103 if (ep == fsg->bulk_in) in start_transfer()
1265 start_transfer(fsg, fsg->bulk_in, bh->inreq, in do_read()
1925 rc = fsg_set_halt(fsg, fsg->bulk_in); in halt_bulk_in_endpoint()
1938 rc = usb_ep_set_halt(fsg->bulk_in); in halt_bulk_in_endpoint()
1948 rc = usb_ep_set_wedge(fsg->bulk_in); in wedge_bulk_in_endpoint()
1961 rc = usb_ep_set_wedge(fsg->bulk_in); in wedge_bulk_in_endpoint()
2045 start_transfer(fsg, fsg->bulk_in, bh->inreq, in finish_reply()
2064 start_transfer(fsg, fsg->bulk_in, bh->inreq, in finish_reply()
2079 start_transfer(fsg, fsg->bulk_in, bh->inreq, in finish_reply()
2170 start_transfer(fsg, fsg->bulk_in, bh->inreq, in send_status()
2788 usb_ep_free_request(fsg->bulk_in, bh->inreq); in do_set_interface()
2803 usb_ep_disable(fsg->bulk_in); in do_set_interface()
2825 if ((rc = enable_endpoint(fsg, fsg->bulk_in, d)) != 0) in do_set_interface()
2851 if ((rc = alloc_request(fsg, fsg->bulk_in, &bh->inreq)) != 0) in do_set_interface()
2940 usb_ep_dequeue(fsg->bulk_in, bh->inreq); in handle_exception()
2960 usb_ep_fifo_flush(fsg->bulk_in); in handle_exception()
3014 usb_ep_clear_halt(fsg->bulk_in); in handle_exception()
3434 fsg->bulk_in = ep; in fsg_bind()