Home
last modified time | relevance | path

Searched defs:ep0 (Results 1 – 20 of 20) sorted by relevance

/drivers/usb/gadget/udc/
Dudc-xilinx.c261 struct xusb_ep *ep0 = &udc->ep[XUSB_EP_NUMBER_ZERO]; in xudc_wrstatus() local
1001 static int __xudc_ep0_queue(struct xusb_ep *ep0, struct xusb_req *req) in __xudc_ep0_queue()
1056 struct xusb_ep *ep0 = to_xusb_ep(_ep); in xudc_ep0_queue() local
1378 struct xusb_ep *ep0 = &udc->ep[XUSB_EP_NUMBER_ZERO]; in xudc_start() local
1567 struct xusb_ep *ep0 = &udc->ep[XUSB_EP_NUMBER_ZERO]; in xudc_ep0_stall() local
1582 struct xusb_ep *ep0 = &udc->ep[0]; in xudc_setaddress() local
1603 struct xusb_ep *ep0 = &udc->ep[0]; in xudc_getstatus() local
1660 struct xusb_ep *ep0 = &udc->ep[0]; in xudc_set_clear_feature() local
1753 struct xusb_ep *ep0 = &udc->ep[0]; in xudc_handle_setup() local
1819 struct xusb_ep *ep0 = &udc->ep[0]; in xudc_ep0_out() local
[all …]
Drenesas_usbf.c547 static void usbf_ep0_send_null(struct usbf_ep *ep0, bool is_data1) in usbf_ep0_send_null()
558 static int usbf_ep0_pio_in(struct usbf_ep *ep0, struct usbf_req *req) in usbf_ep0_pio_in()
617 static int usbf_ep0_pio_out(struct usbf_ep *ep0, struct usbf_req *req) in usbf_ep0_pio_out()
704 static void usbf_ep0_fifo_flush(struct usbf_ep *ep0) in usbf_ep0_fifo_flush()
1785 static void usbf_ep0_enable(struct usbf_ep *ep0) in usbf_ep0_enable()
1916 static int usbf_ep0_queue(struct usbf_ep *ep0, struct usbf_req *req, in usbf_ep0_queue()
2176 static void usbf_ep0_fill_req(struct usbf_ep *ep0, struct usbf_req *req, in usbf_ep0_fill_req()
2444 static int usbf_handle_ep0_setup(struct usbf_ep *ep0) in usbf_handle_ep0_setup()
2520 static int usbf_handle_ep0_data_status(struct usbf_ep *ep0, in usbf_handle_ep0_data_status()
2551 static int usbf_handle_ep0_out_status_start(struct usbf_ep *ep0) in usbf_handle_ep0_out_status_start()
[all …]
Dlpc32xx_udc.c1443 struct lpc32xx_ep *ep0 = &udc->ep[0]; in udc_ep0_in_req() local
1481 struct lpc32xx_ep *ep0 = &udc->ep[0]; in udc_ep0_out_req() local
2186 struct lpc32xx_ep *ep, *ep0 = &udc->ep[0]; in udc_handle_ep0_setup() local
2325 struct lpc32xx_ep *ep0 = &udc->ep[0]; in udc_handle_ep0_in() local
2359 struct lpc32xx_ep *ep0 = &udc->ep[0]; in udc_handle_ep0_out() local
Dat91_udc.c1275 struct at91_ep *ep0 = &udc->ep[0]; in handle_ep0() local
Dtegra-xudc.c2503 struct tegra_xudc_ep *ep0 = &xudc->ep[0]; in tegra_xudc_ep0_set_address() local
2805 struct tegra_xudc_ep *ep0 = &xudc->ep[0]; in tegra_xudc_reset() local
2847 struct tegra_xudc_ep *ep0 = &xudc->ep[0]; in tegra_xudc_port_connect() local
Dmv_udc_core.c1722 struct mv_ep *ep0, struct mv_req *req) in ep0_req_complete()
Dnet2272.c1410 struct net2272_ep *ep0 = &dev->ep[0]; in net2272_ep0_start() local
Domap_udc.c1396 struct omap_ep *ep0 = &udc->ep[0]; in ep0_irq() local
Dfsl_udc_core.c1520 static void ep0_req_complete(struct fsl_udc *udc, struct fsl_ep *ep0, in ep0_req_complete()
Datmel_usba_udc.c1793 struct usba_ep *ep0, *ep; in usba_udc_irq() local
/drivers/usb/usbip/
Dvudc_sysfs.c26 struct vep *ep0 = to_vep(udc->gadget.ep0); in get_gadget_descs() local
/drivers/usb/gadget/udc/aspeed-vhub/
Dvhub.h308 } ep0; member
360 struct ast_vhub_ep ep0; member
397 struct ast_vhub_ep ep0; member
/drivers/usb/dwc2/
Dgadget.c1673 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_status() local
1777 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_feature() local
1895 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_stall_ep0() local
1935 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_control() local
/drivers/usb/dwc3/
Dep0.c862 struct dwc3_ep *ep0; in dwc3_ep0_complete_data() local
Dgadget.c3712 struct usb_ep *ep0 = &dwc->eps[0]->endpoint; in dwc3_gadget_endpoint_command_complete() local
/drivers/usb/mtu3/
Dmtu3.h337 struct mtu3_ep *ep0; member
/drivers/usb/gadget/
Dcomposite.c2497 struct usb_ep *ep0) in composite_os_desc_req_prepare()
/drivers/usb/host/
Dfhci.h427 struct endpoint *ep0; /* pointer for endpoint0 structure */ member
/drivers/gpu/drm/bridge/analogix/
Danx7625.c1673 struct device_node *np = dev->of_node, *ep0; in anx7625_parse_dt() local
/drivers/usb/gadget/function/
Df_mass_storage.c247 struct usb_ep *ep0; /* Copy of gadget->ep0 */ member