Home
last modified time | relevance | path

Searched refs:num_of_eps (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/usb/dwc2/
Dgadget.c1451 if (idx > hsotg->num_of_eps) in ep_from_windex()
3064 for (i = 1; i < hsotg->num_of_eps; i++) { in dwc2_hsotg_irq_enumdone()
3130 for (ep = 0; ep < hsotg->num_of_eps; ep++) { in dwc2_hsotg_disconnect()
3156 for (epno = 0; epno < hsotg->num_of_eps; epno++) { in dwc2_hsotg_irq_fifoempty()
3419 for (idx = 1; idx < hsotg->num_of_eps; idx++) { in dwc2_gadget_handle_incomplete_isoc_in()
3465 for (idx = 1; idx < hsotg->num_of_eps; idx++) { in dwc2_gadget_handle_incomplete_isoc_out()
3566 for (ep = 0; ep < hsotg->num_of_eps && daint_out; in dwc2_hsotg_irq()
3572 for (ep = 0; ep < hsotg->num_of_eps && daint_in; in dwc2_hsotg_irq()
3639 for (idx = 1; idx < hsotg->num_of_eps; idx++) { in dwc2_hsotg_irq()
3909 for (i = 1; i < hsotg->num_of_eps; ++i) { in dwc2_hsotg_ep_enable()
[all …]
Ddebugfs.c153 for (idx = 0; idx < hsotg->num_of_eps; idx++) { in state_show()
199 for (idx = 1; idx < hsotg->num_of_eps; idx++) { in fifo_show()
304 for (epidx = 0; epidx < hsotg->num_of_eps; epidx++) { in dwc2_hsotg_create_debug()
312 for (epidx = 1; epidx < hsotg->num_of_eps; epidx++) { in dwc2_hsotg_create_debug()
Dcore.h1140 unsigned char num_of_eps; member
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dusb.c1319 u32 num_of_eps; in brcmf_usb_probe() local
1366 num_of_eps = desc->bNumEndpoints; in brcmf_usb_probe()
1367 for (ep = 0; ep < num_of_eps; ep++) { in brcmf_usb_probe()