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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip22/
H A Dip22-reset.c42 static struct timer_list power_timer, blink_timer, debounce_timer; variable in typeref:struct:timer_list
135 init_timer(&power_timer);
136 power_timer.function = power_timeout;
137 power_timer.expires = jiffies + POWERDOWN_TIMEOUT * HZ;
138 add_timer(&power_timer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip32/
H A Dip32-reset.c36 static struct timer_list power_timer, blink_timer, debounce_timer; variable in typeref:struct:timer_list
133 init_timer(&power_timer);
134 power_timer.function = power_timeout;
135 power_timer.expires = jiffies + POWERDOWN_TIMEOUT * HZ;
136 add_timer(&power_timer);

Completed in 27 milliseconds