Lines Matching refs:bulk_out
306 struct usb_ep *bulk_out; member
353 else if (ep == fsg->bulk_out) in fsg_set_halt()
571 rc = start_transfer(common->fsg, common->fsg->bulk_out, bh->outreq); in start_out_transfer()
1580 fsg_set_halt(common->fsg, common->fsg->bulk_out); in finish_reply()
1646 common->fsg->bulk_out); in finish_reply()
2229 fsg_set_halt(fsg, fsg->bulk_out); in received_cbw()
2323 usb_ep_free_request(fsg->bulk_out, bh->outreq); in do_set_interface()
2334 usb_ep_disable(fsg->bulk_out); in do_set_interface()
2360 fsg->bulk_out); in do_set_interface()
2363 rc = usb_ep_enable(fsg->bulk_out); in do_set_interface()
2366 fsg->bulk_out->driver_data = common; in do_set_interface()
2368 common->bulk_out_maxpacket = usb_endpoint_maxp(fsg->bulk_out->desc); in do_set_interface()
2378 rc = alloc_request(common, fsg->bulk_out, &bh->outreq); in do_set_interface()
2416 usb_ep_disable(fsg->bulk_out); in fsg_disable()
2459 usb_ep_dequeue(common->fsg->bulk_out, in handle_exception()
2471 usb_ep_fifo_flush(common->fsg->bulk_out); in handle_exception()
3082 fsg->bulk_out = ep; in fsg_bind()