Lines Matching defs:pmap_schedule
142 * pmap_schedule() - Schedule time in a periodic bitmap (pmap).
232 static int pmap_schedule(unsigned long *map, int bits_per_period,
331 * pmap_unschedule() - Undo work done by pmap_schedule()
333 * @map: See pmap_schedule().
334 * @bits_per_period: See pmap_schedule().
335 * @periods_in_map: See pmap_schedule().
338 * @start: The return value from pmap_schedule().
348 /* Adjust interval as per description in pmap_schedule() */
432 * @map: See pmap_schedule().
433 * @bits_per_period: See pmap_schedule().
434 * @periods_in_map: See pmap_schedule().
578 * Wraps pmap_schedule() with the right parameters for low speed scheduling.
606 slice = pmap_schedule(map, DWC2_LS_PERIODIC_SLICES_PER_FRAME,
664 us = pmap_schedule(hsotg->hs_periodic_bitmap,
718 * See pmap_schedule() for gcd() explanation.
1940 * See pmap_schedule() for more details here.