Searched defs:imx_ep (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dimx_udc.c92 struct imx_ep_struct *imx_ep; local
167 struct imx_ep_struct *imx_ep; local
200 struct imx_ep_struct *imx_ep; local
236 imx_ep_irq_enable(struct imx_ep_struct *imx_ep) argument
247 imx_ep_irq_disable(struct imx_ep_struct *imx_ep) argument
256 imx_ep_empty(struct imx_ep_struct *imx_ep) argument
264 imx_fifo_bcount(struct imx_ep_struct *imx_ep) argument
272 imx_flush(struct imx_ep_struct *imx_ep) argument
281 imx_ep_stall(struct imx_ep_struct *imx_ep) argument
337 ep_add_request(struct imx_ep_struct *imx_ep, struct imx_request *req) argument
347 ep_del_request(struct imx_ep_struct *imx_ep, struct imx_request *req) argument
357 done(struct imx_ep_struct *imx_ep, struct imx_request *req, int status) argument
376 nuke(struct imx_ep_struct *imx_ep, int status) argument
390 read_packet(struct imx_ep_struct *imx_ep, struct imx_request *req) argument
414 write_packet(struct imx_ep_struct *imx_ep, struct imx_request *req) argument
463 read_fifo(struct imx_ep_struct *imx_ep, struct imx_request *req) argument
495 write_fifo(struct imx_ep_struct *imx_ep, struct imx_request *req) argument
530 handle_ep(struct imx_ep_struct *imx_ep) argument
557 handle_ep0(struct imx_ep_struct *imx_ep) argument
592 struct imx_ep_struct *imx_ep = &imx_usb->imx_ep[0]; local
670 struct imx_ep_struct *imx_ep = container_of(usb_ep, local
716 struct imx_ep_struct *imx_ep = container_of(usb_ep, local
771 struct imx_ep_struct *imx_ep; local
849 struct imx_ep_struct *imx_ep = container_of local
879 struct imx_ep_struct *imx_ep = container_of local
906 struct imx_ep_struct *imx_ep = container_of local
922 struct imx_ep_struct *imx_ep = container_of local
974 struct imx_ep_struct *imx_ep; local
1000 struct imx_ep_struct *imx_ep; local
1156 struct imx_ep_struct *imx_ep = &imx_usb->imx_ep[0]; local
1184 struct imx_ep_struct *imx_ep = &imx_usb->imx_ep[irq - USBD_INT0]; local
[all...]
H A Dimx_udc.h60 struct imx_ep_struct imx_ep[IMX_USB_NB_EP]; member in struct:imx_udc_struct
266 dump_ep_stat(const char *label, struct imx_ep_struct *imx_ep) argument
310 dump_req(const char *label, struct imx_ep_struct *imx_ep, struct usb_request *req) argument
[all...]

Completed in 57 milliseconds