Lines Matching defs:pmap_schedule
112 * pmap_schedule() - Schedule time in a periodic bitmap (pmap).
202 static int pmap_schedule(unsigned long *map, int bits_per_period,
301 * pmap_unschedule() - Undo work done by pmap_schedule()
303 * @map: See pmap_schedule().
304 * @bits_per_period: See pmap_schedule().
305 * @periods_in_map: See pmap_schedule().
308 * @start: The return value from pmap_schedule().
318 /* Adjust interval as per description in pmap_schedule() */
402 * @map: See pmap_schedule().
403 * @bits_per_period: See pmap_schedule().
404 * @periods_in_map: See pmap_schedule().
548 * Wraps pmap_schedule() with the right parameters for low speed scheduling.
576 slice = pmap_schedule(map, DWC2_LS_PERIODIC_SLICES_PER_FRAME,
634 us = pmap_schedule(hsotg->hs_periodic_bitmap,
688 * See pmap_schedule() for gcd() explanation.
1910 * See pmap_schedule() for more details here.