Searched refs:ep0in (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/drivers/usb/chipidea/
H A Dudc.c720 usb_ep_fifo_flush(&ci->ep0in->ep);
728 usb_ep_free_request(&ci->ep0in->ep, ci->status);
762 ci->status = usb_ep_alloc_request(&ci->ep0in->ep, GFP_ATOMIC);
808 ci->ep0out : ci->ep0in; _ep_queue()
855 struct ci_hw_ep *hwep = ci->ep0in;
942 hwep = (ci->ep0_dir == TX) ? ci->ep0out : ci->ep0in; isr_setup_status_phase()
976 hweptemp = hwep->ci->ep0in;
1015 _ep_nuke(ci->ep0in);
1571 struct ci_hw_ep *hwep = ci->ep0in; ci_udc_selfpowered()
1675 ci->ep0in = hwep; init_eps()
1723 ci->ep0in->ep.desc = &ctrl_endpt_in_desc; ci_udc_start()
1724 retval = usb_ep_enable(&ci->ep0in->ep); ci_udc_start()
1908 ci->gadget.ep0 = &ci->ep0in->ep; udc_start()
H A Dci.h181 * @ep0in: pointer to ep0 IN endpoint
228 struct ci_hw_ep *ep0out, *ep0in; member in struct:ci_hdrc
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dgr_udc.c356 "Unexpected non setup packet on ep0in\n");
703 * Generate STALL on ep0in/out.
836 * Queue a response on ep0in.
856 "Could not queue ep0in setup response: %d\n", status); gr_ep0_respond()
862 * Queue a 2 byte response on ep0in.
875 * Queue a ZLP response on ep0in.
1154 /* Generate STALL on both ep0out and ep0in if requested */
1485 /* Enable endpoint. Not for ep0in and ep0out that are handled separately. */ gr_ep_enable()
1619 /* Disable endpoint. Not for ep0in and ep0out that are handled separately. */ gr_ep_disable()
1690 * The ep0 pointer in the gadget struct is used both for ep0in and gr_queue_ext()
1692 * instead of the default ep0in. Completion functions might use gr_queue_ext()
1972 "ep0in", "ep1in", "ep2in", "ep3in", "ep4in", "ep5in",
2084 /* Enable ep0out and ep0in */ gr_udc_init()
H A Damd5536udc.h334 /* max ep0in packet */
H A Damd5536udc.c132 static const char ep0_string[] = "ep0in";
354 /* CNAK pending field: bit0 = ep0in, bit16 = ep0out */
2743 DBG(dev, "stall ep0in\n"); udc_control_in_isr()
2744 /* halt ep0in */ udc_control_in_isr()
H A Dpxa25x_udc.c464 DBG(DBG_VERY_NOISY, "ep0in %d bytes %d left %p\n", count, write_ep0_fifo()
1601 DBG(DBG_VERBOSE, "ep0in premature status\n"); handle_ep0()
H A Dpch_udc.c389 static const char ep0_string[] = "ep0in";
3064 /* cleanup DMA desc's for ep0in */ pch_udc_remove()
H A Dfsl_udc_core.c2302 * ep0in should be taken care
H A Domap_udc.c2384 (tmp & UDC_EP0_TX) ? " ep0in" : ""); proc_udc_show()
/linux-4.4.14/drivers/usb/gadget/legacy/
H A Dinode.c931 VDEBUG(dev, "ep0in stall\n"); ep0_read()
/linux-4.4.14/drivers/net/wireless/
H A Dat76c50x-usb.c2493 * says "control timeout on ep0in" and subsequent at76_probe()
/linux-4.4.14/drivers/usb/misc/
H A Dusbtest.c1796 * status stage is IN, not OUT like other ep0in transfers. ctrl_out()

Completed in 506 milliseconds