Lines Matching refs:bulk_in
305 struct usb_ep *bulk_in; member
351 if (ep == fsg->bulk_in) in fsg_set_halt()
525 if (ep == fsg->bulk_in) in start_transfer()
553 rc = start_transfer(common->fsg, common->fsg->bulk_in, bh->inreq); in start_in_transfer()
1471 rc = fsg_set_halt(fsg, fsg->bulk_in); in halt_bulk_in_endpoint()
1484 rc = usb_ep_set_halt(fsg->bulk_in); in halt_bulk_in_endpoint()
1494 rc = usb_ep_set_wedge(fsg->bulk_in); in wedge_bulk_in_endpoint()
1507 rc = usb_ep_set_wedge(fsg->bulk_in); in wedge_bulk_in_endpoint()
2319 usb_ep_free_request(fsg->bulk_in, bh->inreq); in do_set_interface()
2330 usb_ep_disable(fsg->bulk_in); in do_set_interface()
2350 rc = config_ep_by_speed(common->gadget, &(fsg->function), fsg->bulk_in); in do_set_interface()
2353 rc = usb_ep_enable(fsg->bulk_in); in do_set_interface()
2356 fsg->bulk_in->driver_data = common; in do_set_interface()
2375 rc = alloc_request(common, fsg->bulk_in, &bh->inreq); in do_set_interface()
2412 usb_ep_disable(fsg->bulk_in); in fsg_disable()
2457 usb_ep_dequeue(common->fsg->bulk_in, bh->inreq); in handle_exception()
2469 usb_ep_fifo_flush(common->fsg->bulk_in); in handle_exception()
2524 usb_ep_clear_halt(common->fsg->bulk_in); in handle_exception()
3077 fsg->bulk_in = ep; in fsg_bind()