Searched refs:wled_type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | asus-laptop.c | 68 static char *wled_type = "unknown"; variable 71 module_param(wled_type, charp, 0444); 72 MODULE_PARM_DESC(wled_type, "Set the wled type on boot " 258 int wled_type; member 700 if (asus->wled_type == TYPE_LED) in asus_led_init() 1381 asus->wled_type == TYPE_RFKILL) in asus_rfkill_init() 1771 if (!strcmp(wled_type, "led")) in asus_acpi_init() 1772 asus->wled_type = TYPE_LED; in asus_acpi_init() 1773 else if (!strcmp(wled_type, "rfkill")) in asus_acpi_init() 1774 asus->wled_type in asus_acpi_init() [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | asus-laptop.c | 68 static char *wled_type = "unknown"; variable 71 module_param(wled_type, charp, 0444); 72 MODULE_PARM_DESC(wled_type, "Set the wled type on boot " 258 int wled_type; member 700 if (asus->wled_type == TYPE_LED) in asus_led_init() 1381 asus->wled_type == TYPE_RFKILL) in asus_rfkill_init() 1771 if (!strcmp(wled_type, "led")) in asus_acpi_init() 1772 asus->wled_type = TYPE_LED; in asus_acpi_init() 1773 else if (!strcmp(wled_type, "rfkill")) in asus_acpi_init() 1774 asus->wled_type in asus_acpi_init() [all...] |
Completed in 8 milliseconds