off_eighths       112 drivers/platform/x86/dell-wmi-led.c static int led_blink(unsigned char on_eighths, unsigned char off_eighths)
off_eighths       119 drivers/platform/x86/dell-wmi-led.c 		off_eighths);		/* blink off in eights of a second */
off_eighths       135 drivers/platform/x86/dell-wmi-led.c 	unsigned long off_eighths;
off_eighths       146 drivers/platform/x86/dell-wmi-led.c 	off_eighths = DIV_ROUND_UP(*delay_off, 125);
off_eighths       147 drivers/platform/x86/dell-wmi-led.c 	off_eighths = clamp_t(unsigned long, off_eighths, 1, 255);
off_eighths       148 drivers/platform/x86/dell-wmi-led.c 	*delay_off = off_eighths * 125;
off_eighths       150 drivers/platform/x86/dell-wmi-led.c 	led_blink(on_eighths, off_eighths);