Searched refs:find_pxa_ep (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.c | 55 * See pxa_udc, udc_usb_ep versus pxa_ep, and matching function find_pxa_ep. 259 * find_pxa_ep - find pxa_ep structure matching udc_usb_ep 283 static struct pxa_ep *find_pxa_ep(struct pxa_udc *udc, in find_pxa_ep() function 321 udc_usb_ep->pxa_ep = find_pxa_ep(udc, udc_usb_ep); in update_pxa_ep_matches() 1332 ep = find_pxa_ep(udc_usb_ep->dev, udc_usb_ep); in pxa_ep_enable()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.c | 55 * See pxa_udc, udc_usb_ep versus pxa_ep, and matching function find_pxa_ep. 257 * find_pxa_ep - find pxa_ep structure matching udc_usb_ep 281 static struct pxa_ep *find_pxa_ep(struct pxa_udc *udc, in find_pxa_ep() function 319 udc_usb_ep->pxa_ep = find_pxa_ep(udc, udc_usb_ep); in update_pxa_ep_matches() 1331 ep = find_pxa_ep(udc_usb_ep->dev, udc_usb_ep); in pxa_ep_enable()
|
Completed in 8 milliseconds