Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dasus-laptop.c67 static char *wled_type = "unknown"; variable
70 module_param(wled_type, charp, 0444);
71 MODULE_PARM_DESC(wled_type, "Set the wled type on boot "
257 int wled_type; member
699 if (asus->wled_type == TYPE_LED) in asus_led_init()
1380 asus->wled_type == TYPE_RFKILL) in asus_rfkill_init()
1770 if (!strcmp(wled_type, "led")) in asus_acpi_init()
1771 asus->wled_type = TYPE_LED; in asus_acpi_init()
1772 else if (!strcmp(wled_type, "rfkill")) in asus_acpi_init()
1773 asus->wled_type = TYPE_RFKILL; in asus_acpi_init()