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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Ddell-led.c121 static int led_blink(unsigned char on_eighths, argument
128 on_eighths, /* blink on in eigths of a second */
145 unsigned long on_eighths; local
151 on_eighths = (*delay_on + 124) / 125;
152 if (0 == on_eighths)
153 on_eighths = 1;
154 if (on_eighths > 255)
155 on_eighths = 255;
156 *delay_on = on_eighths * 125;
165 led_blink(on_eighths, off_eighth
[all...]

Completed in 97 milliseconds