• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/

Lines Matching refs:imx_ep_struct

92 	struct imx_ep_struct *imx_ep;
167 struct imx_ep_struct *imx_ep;
200 struct imx_ep_struct *imx_ep;
236 void imx_ep_irq_enable(struct imx_ep_struct *imx_ep)
247 void imx_ep_irq_disable(struct imx_ep_struct *imx_ep)
256 int imx_ep_empty(struct imx_ep_struct *imx_ep)
264 unsigned imx_fifo_bcount(struct imx_ep_struct *imx_ep)
272 void imx_flush(struct imx_ep_struct *imx_ep)
281 void imx_ep_stall(struct imx_ep_struct *imx_ep)
337 static void ep_add_request(struct imx_ep_struct *imx_ep,
347 static void ep_del_request(struct imx_ep_struct *imx_ep,
357 static void done(struct imx_ep_struct *imx_ep,
376 static void nuke(struct imx_ep_struct *imx_ep, int status)
390 static int read_packet(struct imx_ep_struct *imx_ep, struct imx_request *req)
414 static int write_packet(struct imx_ep_struct *imx_ep, struct imx_request *req)
463 static int read_fifo(struct imx_ep_struct *imx_ep, struct imx_request *req)
495 static int write_fifo(struct imx_ep_struct *imx_ep, struct imx_request *req)
530 static int handle_ep(struct imx_ep_struct *imx_ep)
557 static int handle_ep0(struct imx_ep_struct *imx_ep)
592 struct imx_ep_struct *imx_ep = &imx_usb->imx_ep[0];
670 struct imx_ep_struct *imx_ep = container_of(usb_ep,
671 struct imx_ep_struct, ep);
716 struct imx_ep_struct *imx_ep = container_of(usb_ep,
717 struct imx_ep_struct, ep);
771 struct imx_ep_struct *imx_ep;
777 imx_ep = container_of(usb_ep, struct imx_ep_struct, ep);
849 struct imx_ep_struct *imx_ep = container_of
850 (usb_ep, struct imx_ep_struct, ep);
879 struct imx_ep_struct *imx_ep = container_of
880 (usb_ep, struct imx_ep_struct, ep);
906 struct imx_ep_struct *imx_ep = container_of
907 (usb_ep, struct imx_ep_struct, ep);
922 struct imx_ep_struct *imx_ep = container_of
923 (usb_ep, struct imx_ep_struct, ep);
974 struct imx_ep_struct *imx_ep;
1000 struct imx_ep_struct *imx_ep;
1156 struct imx_ep_struct *imx_ep = &imx_usb->imx_ep[0];
1184 struct imx_ep_struct *imx_ep = &imx_usb->imx_ep[irq - USBD_INT0];