Lines Matching refs:bulk_in
304 struct usb_ep *bulk_in; member
350 if (ep == fsg->bulk_in) in fsg_set_halt()
524 if (ep == fsg->bulk_in) in start_transfer()
550 if (start_transfer(common->fsg, common->fsg->bulk_in, bh->inreq)) in start_in_transfer()
1454 rc = fsg_set_halt(fsg, fsg->bulk_in); in halt_bulk_in_endpoint()
1467 rc = usb_ep_set_halt(fsg->bulk_in); in halt_bulk_in_endpoint()
1477 rc = usb_ep_set_wedge(fsg->bulk_in); in wedge_bulk_in_endpoint()
1490 rc = usb_ep_set_wedge(fsg->bulk_in); in wedge_bulk_in_endpoint()
2302 usb_ep_free_request(fsg->bulk_in, bh->inreq); in do_set_interface()
2313 usb_ep_disable(fsg->bulk_in); in do_set_interface()
2333 rc = config_ep_by_speed(common->gadget, &(fsg->function), fsg->bulk_in); in do_set_interface()
2336 rc = usb_ep_enable(fsg->bulk_in); in do_set_interface()
2339 fsg->bulk_in->driver_data = common; in do_set_interface()
2358 rc = alloc_request(common, fsg->bulk_in, &bh->inreq); in do_set_interface()
2395 usb_ep_disable(fsg->bulk_in); in fsg_disable()
2440 usb_ep_dequeue(common->fsg->bulk_in, bh->inreq); in handle_exception()
2452 usb_ep_fifo_flush(common->fsg->bulk_in); in handle_exception()
2507 usb_ep_clear_halt(common->fsg->bulk_in); in handle_exception()
3065 fsg->bulk_in = ep; in fsg_bind()