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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 112 milliseconds