Home
last modified time | relevance | path

Searched refs:num_timers (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/leds/
Dleds-netxbig.c418 int num_timers; in netxbig_leds_get_of_pdata() local
446 num_timers = ret / 3; in netxbig_leds_get_of_pdata()
447 timers = devm_kcalloc(dev, num_timers, sizeof(*timers), in netxbig_leds_get_of_pdata()
451 for (i = 0; i < num_timers; i++) { in netxbig_leds_get_of_pdata()
466 pdata->num_timer = num_timers; in netxbig_leds_get_of_pdata()
/Linux-v5.4/arch/powerpc/sysdev/
Dmpic.c1552 int num_timers = 4; in mpic_init() local
1571 num_timers = 8; in mpic_init()
1575 for (i = 0; i < num_timers; i++) { in mpic_init()