Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c240 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, in is_match_usb_pxa() argument
243 if (usb_endpoint_num(&udc_usb_ep->desc) != ep->addr) in is_match_usb_pxa()
245 if (usb_endpoint_dir_in(&udc_usb_ep->desc) != ep->dir_in) in is_match_usb_pxa()
247 if (usb_endpoint_type(&udc_usb_ep->desc) != ep->type) in is_match_usb_pxa()
281 struct udc_usb_ep *udc_usb_ep) in find_pxa_ep() argument
289 if (udc_usb_ep == &udc->udc_usb_ep[0]) in find_pxa_ep()
294 if (is_match_usb_pxa(udc_usb_ep, ep, cfg, iface, alt)) in find_pxa_ep()
313 struct udc_usb_ep *udc_usb_ep; in update_pxa_ep_matches() local
316 udc_usb_ep = &udc->udc_usb_ep[i]; in update_pxa_ep_matches()
317 if (udc_usb_ep->pxa_ep) in update_pxa_ep_matches()
[all …]