Searched refs:ep_idx (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/gadget/
H A Ds3c-hsudc.c428 * @ep_idx - Endpoint number on which an interrupt is pending.
433 static void s3c_hsudc_epin_intr(struct s3c_hsudc *hsudc, u32 ep_idx) argument
435 struct s3c_hsudc_ep *hsep = &hsudc->ep[ep_idx];
461 * @ep_idx - Endpoint number on which an interrupt is pending.
466 static void s3c_hsudc_epout_intr(struct s3c_hsudc *hsudc, u32 ep_idx) argument
468 struct s3c_hsudc_ep *hsep = &hsudc->ep[ep_idx];
1063 u32 ep_idx; local
1104 for (ep_idx = 0; ep_idx < hsudc->pd->epnum; ep_idx
[all...]
H A Ds3c-hsotg.c1374 * @ep_idx: The endpoint index for the data
1381 static void s3c_hsotg_rx_data(struct s3c_hsotg *hsotg, int ep_idx, int size) argument
1383 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep_idx];
1385 void __iomem *fifo = hsotg->regs + S3C_EPFIFO(ep_idx);
1391 u32 epctl = readl(hsotg->regs + S3C_DOEPCTL(ep_idx));
1396 __func__, size, ep_idx, epctl);
/drivers/net/wireless/bcmdhd/include/
H A Ddbus.h239 int (*recv_irb_from_ep)(void *bus, struct dbus_irb_rx *rxirb, uint ep_idx);
294 extern int dbus_recv_bulk(dbus_pub_t *pub, uint32 ep_idx);

Completed in 17 milliseconds