Searched refs:dwc2_hs_pmap_schedule (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/dwc2/
H A Dhcd_queue.c609 * dwc2_hs_pmap_schedule - Schedule in the main high speed schedule
628 static int dwc2_hs_pmap_schedule(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh, function
648 * dwc2_hs_pmap_unschedule() - Undo work done by dwc2_hs_pmap_schedule()
912 * Assign start us. The call below to dwc2_hs_pmap_schedule()
926 err = dwc2_hs_pmap_schedule(hsotg, qh, true, i);
954 * Basically this just wraps dwc2_hs_pmap_schedule() to provide a clean
971 return dwc2_hs_pmap_schedule(hsotg, qh, false, 0);

Completed in 72 milliseconds