Home
last modified time | relevance | path

Searched refs:bled_type (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/platform/x86/
Dasus-laptop.c85 static char *bled_type = "unknown"; variable
92 module_param(bled_type, charp, 0444);
93 MODULE_PARM_DESC(bled_type, "Set the bled type on boot "
275 int bled_type; member
727 if (asus->bled_type == TYPE_LED) in asus_led_init()
1415 asus->bled_type == TYPE_RFKILL) in asus_rfkill_init()
1798 if (!strcmp(bled_type, "led")) in asus_acpi_init()
1799 asus->bled_type = TYPE_LED; in asus_acpi_init()
1800 else if (!strcmp(bled_type, "rfkill")) in asus_acpi_init()
1801 asus->bled_type = TYPE_RFKILL; in asus_acpi_init()