Lines Matching refs:num_of_eps
880 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()
3311 for (i = 1, cfg >>= 2; i < hsotg->num_of_eps; i++, cfg >>= 2) { in s3c_hsotg_hw_cfg()
3336 hsotg->num_of_eps, in s3c_hsotg_hw_cfg()
3366 for (idx = 1; idx < hsotg->num_of_eps; idx++) { in s3c_hsotg_dump()
3373 for (idx = 0; idx < hsotg->num_of_eps; idx++) { in s3c_hsotg_dump()
3528 for (idx = 0; idx < hsotg->num_of_eps; idx++) { in state_show()
3587 for (idx = 1; idx < hsotg->num_of_eps; idx++) { in fifo_show()
3740 for (epidx = 0; epidx < hsotg->num_of_eps; epidx++) { in s3c_hsotg_create_debug()
3754 for (epidx = 1; epidx < hsotg->num_of_eps; epidx++) { in s3c_hsotg_create_debug()
3779 for (epidx = 0; epidx < hsotg->num_of_eps; epidx++) { in s3c_hsotg_delete_debug()
3986 if (hsotg->num_of_eps == 0) { in dwc2_gadget_init()
4008 for (epnum = 0; epnum < hsotg->num_of_eps; epnum++) { in dwc2_gadget_init()
4082 for (ep = 0; ep < hsotg->num_of_eps; ep++) { in s3c_hsotg_suspend()