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

/linux-4.4.14/drivers/leds/
H A Dleds-netxbig.c391 int num_timers; netxbig_leds_get_of_pdata() local
417 num_timers = ret / 3; netxbig_leds_get_of_pdata()
418 timers = devm_kzalloc(dev, num_timers * sizeof(*timers), netxbig_leds_get_of_pdata()
422 for (i = 0; i < num_timers; i++) { netxbig_leds_get_of_pdata()
437 pdata->num_timer = num_timers; netxbig_leds_get_of_pdata()
/linux-4.4.14/arch/x86/kernel/
H A Dhpet.c597 unsigned int num_timers; hpet_msi_capability_lookup() local
608 num_timers = ((id & HPET_ID_NUMBER) >> HPET_ID_NUMBER_SHIFT); hpet_msi_capability_lookup()
609 num_timers++; /* Value read out starts from 0 */ hpet_msi_capability_lookup()
616 hpet_devs = kzalloc(sizeof(struct hpet_dev) * num_timers, GFP_KERNEL); hpet_msi_capability_lookup()
620 hpet_num_timers = num_timers; hpet_msi_capability_lookup()
622 for (i = start_timer; i < num_timers - RESERVE_TIMERS; i++) { hpet_msi_capability_lookup()
649 num_timers, num_timers_used); hpet_msi_capability_lookup()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dmpic.c1554 int num_timers = 4; mpic_init() local
1573 num_timers = 8; mpic_init()
1577 for (i = 0; i < num_timers; i++) { mpic_init()

Completed in 411 milliseconds