Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c73 return hsotg->eps_in[ep_index]; in index_to_ep()
2114 if (hsotg->eps_in[i]) in s3c_hsotg_irq_enumdone()
2178 if (hsotg->eps_in[ep]) in s3c_hsotg_disconnect()
2179 kill_all_requests(hsotg, hsotg->eps_in[ep], in s3c_hsotg_disconnect()
3108 if (hsotg->eps_in[ep]) in s3c_hsotg_udc_stop()
3109 s3c_hsotg_ep_disable(&hsotg->eps_in[ep]->ep); in s3c_hsotg_udc_stop()
3303 hsotg->eps_in[0] = devm_kzalloc(hsotg->dev, sizeof(struct s3c_hsotg_ep), in s3c_hsotg_hw_cfg()
3305 if (!hsotg->eps_in[0]) in s3c_hsotg_hw_cfg()
3308 hsotg->eps_out[0] = hsotg->eps_in[0]; in s3c_hsotg_hw_cfg()
3315 hsotg->eps_in[i] = devm_kzalloc(hsotg->dev, in s3c_hsotg_hw_cfg()
[all …]
Dcore.h722 struct s3c_hsotg_ep *eps_in[MAX_EPS_CHANNELS]; member