Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_queue.c146 * @bits_per_period: The schedule represents several periods. This is how many
232 static int pmap_schedule(unsigned long *map, int bits_per_period, in pmap_schedule() argument
241 if (num_bits > bits_per_period) in pmap_schedule()
247 interval_bits = bits_per_period * interval; in pmap_schedule()
256 first_end = (start / bits_per_period + 1) * bits_per_period; in pmap_schedule()
271 end = (start / bits_per_period + 1) * bits_per_period; in pmap_schedule()
334 * @bits_per_period: See pmap_schedule().
340 static void pmap_unschedule(unsigned long *map, int bits_per_period, in pmap_unschedule() argument
440 pmap_print(unsigned long *map, int bits_per_period, int periods_in_map, const char *period_name, const char *units, void (*print_fn)(const char *str, void *data), void *print_data) pmap_print() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_queue.c116 * @bits_per_period: The schedule represents several periods. This is how many
202 static int pmap_schedule(unsigned long *map, int bits_per_period, in pmap_schedule() argument
211 if (num_bits > bits_per_period) in pmap_schedule()
217 interval_bits = bits_per_period * interval; in pmap_schedule()
226 first_end = (start / bits_per_period + 1) * bits_per_period; in pmap_schedule()
241 end = (start / bits_per_period + 1) * bits_per_period; in pmap_schedule()
304 * @bits_per_period: See pmap_schedule().
310 static void pmap_unschedule(unsigned long *map, int bits_per_period, in pmap_unschedule() argument
410 pmap_print(unsigned long *map, int bits_per_period, int periods_in_map, const char *period_name, const char *units, void (*print_fn)(const char *str, void *data), void *print_data) pmap_print() argument
[all...]

Completed in 4 milliseconds