Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Dasus-laptop.c69 static char *wled_type = "unknown"; variable
72 module_param(wled_type, charp, 0444);
73 MODULE_PARM_DESC(wled_type, "Set the wled type on boot "
259 int wled_type; member
707 if (asus->wled_type == TYPE_LED) in asus_led_init()
1388 asus->wled_type == TYPE_RFKILL) in asus_rfkill_init()
1779 if (!strcmp(wled_type, "led")) in asus_acpi_init()
1780 asus->wled_type = TYPE_LED; in asus_acpi_init()
1781 else if (!strcmp(wled_type, "rfkill")) in asus_acpi_init()
1782 asus->wled_type = TYPE_RFKILL; in asus_acpi_init()