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

/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c425 * @ep_idx - Endpoint number on which an interrupt is pending.
430 static void s3c_hsudc_epin_intr(struct s3c_hsudc *hsudc, u32 ep_idx) argument
432 struct s3c_hsudc_ep *hsep = &hsudc->ep[ep_idx];
458 * @ep_idx - Endpoint number on which an interrupt is pending.
463 static void s3c_hsudc_epout_intr(struct s3c_hsudc *hsudc, u32 ep_idx) argument
465 struct s3c_hsudc_ep *hsep = &hsudc->ep[ep_idx];
1060 u32 ep_idx; local
1101 for (ep_idx = 0; ep_idx < hsudc->pd->epnum; ep_idx
[all...]
/drivers/usb/dwc2/
H A Dgadget.c1287 * @ep_idx: The endpoint index for the data
1294 static void s3c_hsotg_rx_data(struct s3c_hsotg *hsotg, int ep_idx, int size) argument
1296 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep_idx];
1298 void __iomem *fifo = hsotg->regs + EPFIFO(ep_idx);
1305 u32 epctl = readl(hsotg->regs + DOEPCTL(ep_idx));
1310 __func__, size, ep_idx, epctl);

Completed in 233 milliseconds