Searched refs:ep_idx (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 Dlh7a40x_udc.c762 static void lh7a40x_in_epn(struct lh7a40x_udc *dev, u32 ep_idx, u32 intr) argument
765 struct lh7a40x_ep *ep = &dev->ep[ep_idx];
768 usb_set_index(ep_idx);
771 DEBUG("%s: %d, csr %x\n", __func__, ep_idx, csr);
802 static void lh7a40x_out_epn(struct lh7a40x_udc *dev, u32 ep_idx, u32 intr) argument
804 struct lh7a40x_ep *ep = &dev->ep[ep_idx];
807 DEBUG("%s: %d\n", __func__, ep_idx);
809 usb_set_index(ep_idx);
838 __func__, ep_idx);
H A Ds3c-hsotg.c1350 * @ep_idx: The endpoint index for the data
1357 static void s3c_hsotg_rx_data(struct s3c_hsotg *hsotg, int ep_idx, int size) argument
1359 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep_idx];
1361 void __iomem *fifo = hsotg->regs + S3C_EPFIFO(ep_idx);
1367 u32 epctl = readl(hsotg->regs + S3C_DOEPCTL(ep_idx));
1372 __func__, size, ep_idx, epctl);

Completed in 124 milliseconds