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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Dpxa27x_udc.c288 * @udc_usb_ep: usb endpoint
296 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, argument
299 if (usb_endpoint_num(&udc_usb_ep->desc) != ep->addr)
301 if (usb_endpoint_dir_in(&udc_usb_ep->desc) != ep->dir_in)
303 if (usb_endpoint_type(&udc_usb_ep->desc) != ep->type)
312 * find_pxa_ep - find pxa_ep structure matching udc_usb_ep
314 * @udc_usb_ep: udc_usb_ep structure
316 * Match udc_usb_ep an
336 find_pxa_ep(struct pxa_udc *udc, struct udc_usb_ep *udc_usb_ep) argument
369 struct udc_usb_ep *udc_usb_ep; local
1104 struct udc_usb_ep *udc_usb_ep; local
1220 struct udc_usb_ep *udc_usb_ep; local
1258 struct udc_usb_ep *udc_usb_ep; local
1307 struct udc_usb_ep *udc_usb_ep; local
1333 struct udc_usb_ep *udc_usb_ep; local
1379 struct udc_usb_ep *udc_usb_ep; local
1440 struct udc_usb_ep *udc_usb_ep; local
[all...]
H A Dpxa27x_udc.h302 * struct udc_usb_ep - container of each usb_ep structure
308 struct udc_usb_ep { struct
380 * @udc_usb_ep: usb endpoint the request was submitted on
386 struct udc_usb_ep *udc_usb_ep; member in struct:pxa27x_request
436 * @udc_usb_ep: array of usb endpoints offered by the gadget
464 struct udc_usb_ep udc_usb_ep[NR_USB_ENDPOINTS]; member in struct:pxa_udc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Dpxa27x_udc.c288 * @udc_usb_ep: usb endpoint
296 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, argument
299 if (usb_endpoint_num(&udc_usb_ep->desc) != ep->addr)
301 if (usb_endpoint_dir_in(&udc_usb_ep->desc) != ep->dir_in)
303 if (usb_endpoint_type(&udc_usb_ep->desc) != ep->type)
312 * find_pxa_ep - find pxa_ep structure matching udc_usb_ep
314 * @udc_usb_ep: udc_usb_ep structure
316 * Match udc_usb_ep an
336 find_pxa_ep(struct pxa_udc *udc, struct udc_usb_ep *udc_usb_ep) argument
369 struct udc_usb_ep *udc_usb_ep; local
1104 struct udc_usb_ep *udc_usb_ep; local
1220 struct udc_usb_ep *udc_usb_ep; local
1258 struct udc_usb_ep *udc_usb_ep; local
1307 struct udc_usb_ep *udc_usb_ep; local
1333 struct udc_usb_ep *udc_usb_ep; local
1379 struct udc_usb_ep *udc_usb_ep; local
1440 struct udc_usb_ep *udc_usb_ep; local
[all...]
H A Dpxa27x_udc.h302 * struct udc_usb_ep - container of each usb_ep structure
308 struct udc_usb_ep { struct
380 * @udc_usb_ep: usb endpoint the request was submitted on
386 struct udc_usb_ep *udc_usb_ep; member in struct:pxa27x_request
436 * @udc_usb_ep: array of usb endpoints offered by the gadget
464 struct udc_usb_ep udc_usb_ep[NR_USB_ENDPOINTS]; member in struct:pxa_udc

Completed in 183 milliseconds