Searched refs:off_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.c122 unsigned char off_eighths)
129 off_eighths); /* blink off in eights of a second */
146 unsigned long off_eighths; local
158 off_eighths = (*delay_off + 124) / 125;
159 if (0 == off_eighths)
160 off_eighths = 1;
161 if (off_eighths > 255)
162 off_eighths = 255;
163 *delay_off = off_eighths * 125;
165 led_blink(on_eighths, off_eighths);
121 led_blink(unsigned char on_eighths, unsigned char off_eighths) argument
[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.c122 unsigned char off_eighths)
129 off_eighths); /* blink off in eights of a second */
146 unsigned long off_eighths; local
158 off_eighths = (*delay_off + 124) / 125;
159 if (0 == off_eighths)
160 off_eighths = 1;
161 if (off_eighths > 255)
162 off_eighths = 255;
163 *delay_off = off_eighths * 125;
165 led_blink(on_eighths, off_eighths);
121 led_blink(unsigned char on_eighths, unsigned char off_eighths) argument
[all...]

Completed in 37 milliseconds