Searched refs:use_alt_lcd_levels (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/platform/x86/
H A Dfujitsu-laptop.c52 * The module parameter use_alt_lcd_levels switches between different ACPI
54 * cases the correct method is automatically detected. "use_alt_lcd_levels=1"
158 static int use_alt_lcd_levels = -1; variable
429 if (use_alt_lcd_levels)
499 if (use_alt_lcd_levels)
590 if (use_alt_lcd_levels == -1) {
593 use_alt_lcd_levels = 1;
595 use_alt_lcd_levels = 0;
597 "%i\n", use_alt_lcd_levels);
714 use_alt_lcd_levels
[all...]

Completed in 106 milliseconds