Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c67 return hsotg->eps_in[ep_index]; in index_to_ep()
2135 if (hsotg->eps_in[i]) in dwc2_hsotg_irq_enumdone()
2199 if (hsotg->eps_in[ep]) in dwc2_hsotg_disconnect()
2200 kill_all_requests(hsotg, hsotg->eps_in[ep], in dwc2_hsotg_disconnect()
2607 hs_ep = hsotg->eps_in[idx]; in dwc2_hsotg_irq()
3197 if (hsotg->eps_in[ep]) in dwc2_hsotg_udc_stop()
3198 dwc2_hsotg_ep_disable(&hsotg->eps_in[ep]->ep); in dwc2_hsotg_udc_stop()
3411 hsotg->eps_in[0] = devm_kzalloc(hsotg->dev, sizeof(struct dwc2_hsotg_ep), in dwc2_hsotg_hw_cfg()
3413 if (!hsotg->eps_in[0]) in dwc2_hsotg_hw_cfg()
3416 hsotg->eps_out[0] = hsotg->eps_in[0]; in dwc2_hsotg_hw_cfg()
[all …]
Dcore.h836 struct dwc2_hsotg_ep *eps_in[MAX_EPS_CHANNELS]; member
Ddebugfs.c378 ep = hsotg->eps_in[epidx]; in dwc2_hsotg_create_debug()