Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c1714 static void s3c_hsotg_set_ep_maxpacket(struct dwc2_hsotg *hsotg, in s3c_hsotg_set_ep_maxpacket() function
2111 s3c_hsotg_set_ep_maxpacket(hsotg, 0, ep0_mps, 1); in s3c_hsotg_irq_enumdone()
2112 s3c_hsotg_set_ep_maxpacket(hsotg, 0, ep0_mps, 0); in s3c_hsotg_irq_enumdone()
2115 s3c_hsotg_set_ep_maxpacket(hsotg, i, ep_mps, 1); in s3c_hsotg_irq_enumdone()
2117 s3c_hsotg_set_ep_maxpacket(hsotg, i, ep_mps, 0); in s3c_hsotg_irq_enumdone()
2645 s3c_hsotg_set_ep_maxpacket(hsotg, hs_ep->index, mps, dir_in); in s3c_hsotg_ep_enable()