Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/dwc2/
Dgadget.c65 return hsotg->eps_in[ep_index]; in index_to_ep()
3255 if (hsotg->eps_in[i]) in dwc2_hsotg_irq_enumdone()
3323 if (hsotg->eps_in[ep]) in dwc2_hsotg_disconnect()
3324 kill_all_requests(hsotg, hsotg->eps_in[ep], in dwc2_hsotg_disconnect()
3398 if (hsotg->eps_in[ep]) in dwc2_hsotg_core_init_disconnected()
3399 dwc2_hsotg_ep_disable(&hsotg->eps_in[ep]->ep); in dwc2_hsotg_core_init_disconnected()
3625 hs_ep = hsotg->eps_in[idx]; in dwc2_gadget_handle_incomplete_isoc_in()
4596 if (hsotg->eps_in[ep]) in dwc2_hsotg_udc_stop()
4597 dwc2_hsotg_ep_disable_lock(&hsotg->eps_in[ep]->ep); in dwc2_hsotg_udc_stop()
4872 hsotg->eps_in[0] = devm_kzalloc(hsotg->dev, in dwc2_hsotg_hw_cfg()
[all …]
Dcore.h1199 struct dwc2_hsotg_ep *eps_in[MAX_EPS_CHANNELS]; member
Ddebugfs.c316 ep = hsotg->eps_in[epidx]; in dwc2_hsotg_create_debug()