Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c880 if (idx > hsotg->num_of_eps) in ep_from_windex()
2113 for (i = 1; i < hsotg->num_of_eps; i++) { in s3c_hsotg_irq_enumdone()
2177 for (ep = 0; ep < hsotg->num_of_eps; ep++) { in s3c_hsotg_disconnect()
2201 for (epno = 0; epno < hsotg->num_of_eps; epno++) { in s3c_hsotg_irq_fifoempty()
2467 for (ep = 0; ep < hsotg->num_of_eps && daint_out; in s3c_hsotg_irq()
2473 for (ep = 0; ep < hsotg->num_of_eps && daint_in; in s3c_hsotg_irq()
2700 for (i = 1; i < hsotg->num_of_eps; ++i) { in s3c_hsotg_ep_enable()
3107 for (ep = 1; ep < hsotg->num_of_eps; ep++) { in s3c_hsotg_udc_stop()
3299 hsotg->num_of_eps = (cfg >> GHWCFG2_NUM_DEV_EP_SHIFT) & 0xF; in s3c_hsotg_hw_cfg()
3301 hsotg->num_of_eps++; in s3c_hsotg_hw_cfg()
[all …]
Dcore.h708 unsigned char num_of_eps; member
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c1304 u32 num_of_eps; in brcmf_usb_probe() local
1345 num_of_eps = desc->bNumEndpoints; in brcmf_usb_probe()
1346 for (ep = 0; ep < num_of_eps; ep++) { in brcmf_usb_probe()