Home
last modified time | relevance | path

Searched defs:udc_usb_ep (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c241 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, in is_match_usb_pxa()
282 struct udc_usb_ep *udc_usb_ep) in find_pxa_ep()
314 struct udc_usb_ep *udc_usb_ep; in update_pxa_ep_matches() local
1046 struct udc_usb_ep *udc_usb_ep; in pxa_ep_queue() local
1161 struct udc_usb_ep *udc_usb_ep; in pxa_ep_dequeue() local
1200 struct udc_usb_ep *udc_usb_ep; in pxa_ep_set_halt() local
1249 struct udc_usb_ep *udc_usb_ep; in pxa_ep_fifo_status() local
1275 struct udc_usb_ep *udc_usb_ep; in pxa_ep_fifo_flush() local
1319 struct udc_usb_ep *udc_usb_ep; in pxa_ep_enable() local
1380 struct udc_usb_ep *udc_usb_ep; in pxa_ep_disable() local
H A Dpxa27x_udc.h305 struct udc_usb_ep { struct
306 struct usb_ep usb_ep;
307 struct usb_endpoint_descriptor desc;
308 struct pxa_udc *dev;
309 struct pxa_ep *pxa_ep;
383 struct udc_usb_ep *udc_usb_ep; member
462 struct udc_usb_ep udc_usb_ep[NR_USB_ENDPOINTS]; member