Searched refs:udc_usb_ep (Results 1 - 4 of 4) 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. 235 * @udc_usb_ep: usb endpoint 243 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, in is_match_usb_pxa() argument 246 if (usb_endpoint_num(&udc_usb_ep->desc) != ep->addr) in is_match_usb_pxa() 248 if (usb_endpoint_dir_in(&udc_usb_ep->desc) != ep->dir_in) in is_match_usb_pxa() 250 if (usb_endpoint_type(&udc_usb_ep->desc) != ep->type) in is_match_usb_pxa() 259 * find_pxa_ep - find pxa_ep structure matching udc_usb_ep 261 * @udc_usb_ep: udc_usb_ep structur 283 find_pxa_ep(struct pxa_udc *udc, struct udc_usb_ep *udc_usb_ep) find_pxa_ep() argument 316 struct udc_usb_ep *udc_usb_ep; update_pxa_ep_matches() local 1048 struct udc_usb_ep *udc_usb_ep; pxa_ep_queue() local 1163 struct udc_usb_ep *udc_usb_ep; pxa_ep_dequeue() local 1201 struct udc_usb_ep *udc_usb_ep; pxa_ep_set_halt() local 1250 struct udc_usb_ep *udc_usb_ep; pxa_ep_fifo_status() local 1276 struct udc_usb_ep *udc_usb_ep; pxa_ep_fifo_flush() local 1320 struct udc_usb_ep *udc_usb_ep; pxa_ep_enable() local 1381 struct udc_usb_ep *udc_usb_ep; pxa_ep_disable() local [all...] |
H A D | pxa27x_udc.h | 299 * struct udc_usb_ep - container of each usb_ep structure 305 struct udc_usb_ep { struct 377 * @udc_usb_ep: usb endpoint the request was submitted on 383 struct udc_usb_ep *udc_usb_ep; member 434 * @udc_usb_ep: array of usb endpoints offered by the gadget 463 struct udc_usb_ep udc_usb_ep[NR_USB_ENDPOINTS]; member
|
/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. 233 * @udc_usb_ep: usb endpoint 241 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, in is_match_usb_pxa() argument 244 if (usb_endpoint_num(&udc_usb_ep->desc) != ep->addr) in is_match_usb_pxa() 246 if (usb_endpoint_dir_in(&udc_usb_ep->desc) != ep->dir_in) in is_match_usb_pxa() 248 if (usb_endpoint_type(&udc_usb_ep->desc) != ep->type) in is_match_usb_pxa() 257 * find_pxa_ep - find pxa_ep structure matching udc_usb_ep 259 * @udc_usb_ep: udc_usb_ep structur 281 find_pxa_ep(struct pxa_udc *udc, struct udc_usb_ep *udc_usb_ep) find_pxa_ep() argument 314 struct udc_usb_ep *udc_usb_ep; update_pxa_ep_matches() local 1046 struct udc_usb_ep *udc_usb_ep; pxa_ep_queue() local 1161 struct udc_usb_ep *udc_usb_ep; pxa_ep_dequeue() local 1200 struct udc_usb_ep *udc_usb_ep; pxa_ep_set_halt() local 1249 struct udc_usb_ep *udc_usb_ep; pxa_ep_fifo_status() local 1275 struct udc_usb_ep *udc_usb_ep; pxa_ep_fifo_flush() local 1319 struct udc_usb_ep *udc_usb_ep; pxa_ep_enable() local 1380 struct udc_usb_ep *udc_usb_ep; pxa_ep_disable() local [all...] |
H A D | pxa27x_udc.h | 299 * struct udc_usb_ep - container of each usb_ep structure 305 struct udc_usb_ep { struct 377 * @udc_usb_ep: usb endpoint the request was submitted on 383 struct udc_usb_ep *udc_usb_ep; member 434 * @udc_usb_ep: array of usb endpoints offered by the gadget 462 struct udc_usb_ep udc_usb_ep[NR_USB_ENDPOINTS]; member
|
Completed in 5 milliseconds