Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/gadget/udc/
Dpxa27x_udc.c79 static void handle_ep(struct pxa_ep *ep);
139 struct pxa_ep *ep; in queues_dbg_show()
148 ep = &udc->pxa_ep[i]; in queues_dbg_show()
172 struct pxa_ep *ep; in eps_dbg_show()
179 ep = &udc->pxa_ep[0]; in eps_dbg_show()
191 ep = &udc->pxa_ep[i]; in eps_dbg_show()
241 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, in is_match_usb_pxa()
281 static struct pxa_ep *find_pxa_ep(struct pxa_udc *udc, in find_pxa_ep()
285 struct pxa_ep *ep; in find_pxa_ep()
291 return &udc->pxa_ep[0]; in find_pxa_ep()
[all …]
Dpxa27x_udc.h309 struct pxa_ep *pxa_ep; member
344 struct pxa_ep { struct
463 struct pxa_ep pxa_ep[NR_PXA_ENDPOINTS]; member