Searched refs:off_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.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 118 milliseconds