Home
last modified time | relevance | path

Searched refs:pxa_ep (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/gadget/udc/
Dpxa27x_udc.c79 static void handle_ep(struct pxa_ep *ep);
142 struct pxa_ep *ep; in queues_dbg_show()
152 ep = &udc->pxa_ep[i]; in queues_dbg_show()
177 struct pxa_ep *ep; in eps_dbg_show()
185 ep = &udc->pxa_ep[0]; in eps_dbg_show()
196 ep = &udc->pxa_ep[i]; in eps_dbg_show()
322 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, in is_match_usb_pxa()
362 static struct pxa_ep *find_pxa_ep(struct pxa_udc *udc, in find_pxa_ep()
366 struct pxa_ep *ep; in find_pxa_ep()
372 return &udc->pxa_ep[0]; in find_pxa_ep()
[all …]
Dpxa27x_udc.h303 struct pxa_ep *pxa_ep; member
338 struct pxa_ep { struct
456 struct pxa_ep pxa_ep[NR_PXA_ENDPOINTS]; member