Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.c82 static void handle_ep(struct pxa_ep *ep);
141 struct pxa_ep *ep; in queues_dbg_show()
150 ep = &udc->pxa_ep[i]; in queues_dbg_show()
173 struct pxa_ep *ep; in eps_dbg_show()
180 ep = &udc->pxa_ep[0]; in eps_dbg_show()
192 ep = &udc->pxa_ep[i]; in eps_dbg_show()
313 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, in is_match_usb_pxa()
353 static struct pxa_ep *find_pxa_ep(struct pxa_udc *udc, in find_pxa_ep()
357 struct pxa_ep *ep; in find_pxa_ep()
363 return &udc->pxa_ep[0]; in find_pxa_ep()
[all …]
Dpxa27x_udc.h303 struct pxa_ep *pxa_ep; member
338 struct pxa_ep { struct
458 struct pxa_ep pxa_ep[NR_PXA_ENDPOINTS]; member