Home
last modified time | relevance | path

Searched refs:pxa_ep (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c55 * See pxa_udc, udc_usb_ep versus pxa_ep, and matching function find_pxa_ep.
79 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()
234 * is_match_usb_pxa - check if usb_ep and pxa_ep match
237 * @config: configuration required in pxa_ep
238 * @interface: interface required in pxa_ep
[all...]
H A Dpxa27x_udc.h303 * @pxa_ep: matching pxa_ep (cache of find_pxa_ep() call)
309 struct pxa_ep *pxa_ep; member
313 * struct pxa_ep - pxa endpoint
316 * @lock: lock to pxa_ep data (queues and stats)
341 * As we define the pxa_ep statically, we must guess all needed pxa_ep for all
344 struct pxa_ep { struct
378 * @in_use: sanity check if request already queued on an pxa_ep
464 struct pxa_ep pxa_ep[NR_PXA_ENDPOINTS]; global() member
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c55 * See pxa_udc, udc_usb_ep versus pxa_ep, and matching function find_pxa_ep.
79 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()
232 * is_match_usb_pxa - check if usb_ep and pxa_ep match
235 * @config: configuration required in pxa_ep
236 * @interface: interface required in pxa_ep
[all...]
H A Dpxa27x_udc.h303 * @pxa_ep: matching pxa_ep (cache of find_pxa_ep() call)
309 struct pxa_ep *pxa_ep; member
313 * struct pxa_ep - pxa endpoint
316 * @lock: lock to pxa_ep data (queues and stats)
341 * As we define the pxa_ep statically, we must guess all needed pxa_ep for all
344 struct pxa_ep { struct
378 * @in_use: sanity check if request already queued on an pxa_ep
463 struct pxa_ep pxa_ep[NR_PXA_ENDPOINTS]; global() member
[all...]

Completed in 6 milliseconds