Searched refs:dwc2_hsotg_set_ep_maxpacket (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | gadget.c | 2567 * dwc2_hsotg_set_ep_maxpacket - set endpoint's max-packet field 2577 static void dwc2_hsotg_set_ep_maxpacket(struct dwc2_hsotg *hsotg, in dwc2_hsotg_set_ep_maxpacket() function 3252 dwc2_hsotg_set_ep_maxpacket(hsotg, 0, ep0_mps, 0, 1); in dwc2_hsotg_irq_enumdone() 3253 dwc2_hsotg_set_ep_maxpacket(hsotg, 0, ep0_mps, 0, 0); in dwc2_hsotg_irq_enumdone() 3256 dwc2_hsotg_set_ep_maxpacket(hsotg, i, ep_mps, in dwc2_hsotg_irq_enumdone() 3259 dwc2_hsotg_set_ep_maxpacket(hsotg, i, ep_mps, in dwc2_hsotg_irq_enumdone() 4059 /* note, we handle this here instead of dwc2_hsotg_set_ep_maxpacket */ in dwc2_hsotg_ep_enable() 4095 dwc2_hsotg_set_ep_maxpacket(hsotg, hs_ep->index, mps, mc, dir_in); in dwc2_hsotg_ep_enable()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | gadget.c | 2567 * dwc2_hsotg_set_ep_maxpacket - set endpoint's max-packet field 2577 static void dwc2_hsotg_set_ep_maxpacket(struct dwc2_hsotg *hsotg, in dwc2_hsotg_set_ep_maxpacket() function 3252 dwc2_hsotg_set_ep_maxpacket(hsotg, 0, ep0_mps, 0, 1); in dwc2_hsotg_irq_enumdone() 3253 dwc2_hsotg_set_ep_maxpacket(hsotg, 0, ep0_mps, 0, 0); in dwc2_hsotg_irq_enumdone() 3256 dwc2_hsotg_set_ep_maxpacket(hsotg, i, ep_mps, in dwc2_hsotg_irq_enumdone() 3259 dwc2_hsotg_set_ep_maxpacket(hsotg, i, ep_mps, in dwc2_hsotg_irq_enumdone() 4059 /* note, we handle this here instead of dwc2_hsotg_set_ep_maxpacket */ in dwc2_hsotg_ep_enable() 4095 dwc2_hsotg_set_ep_maxpacket(hsotg, hs_ep->index, mps, mc, dir_in); in dwc2_hsotg_ep_enable()
|
Completed in 13 milliseconds