Searched refs:s3c_hsotg_ctrl_epint (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/dwc2/ |
D | gadget.c | 149 static void s3c_hsotg_ctrl_epint(struct dwc2_hsotg *hsotg, in s3c_hsotg_ctrl_epint() function 690 s3c_hsotg_ctrl_epint(hsotg, hs_ep->index, hs_ep->dir_in, 1); in s3c_hsotg_start_req() 1815 s3c_hsotg_ctrl_epint(hsotg, hs_ep->index, in s3c_hsotg_trytx() 2368 s3c_hsotg_ctrl_epint(hsotg, 0, 0, 1); in s3c_hsotg_core_init_disconnected() 2369 s3c_hsotg_ctrl_epint(hsotg, 0, 1, 1); in s3c_hsotg_core_init_disconnected() 2737 s3c_hsotg_ctrl_epint(hsotg, index, dir_in, 1); in s3c_hsotg_ep_enable() 2782 s3c_hsotg_ctrl_epint(hsotg, hs_ep->index, hs_ep->dir_in, 0); in s3c_hsotg_ep_disable_force()
|