Searched refs:bled_type (Results 1 – 1 of 1) sorted by relevance
69 static char *bled_type = "unknown"; variable76 module_param(bled_type, charp, 0444);77 MODULE_PARM_DESC(bled_type, "Set the bled type on boot "259 int bled_type; member705 if (asus->bled_type == TYPE_LED) in asus_led_init()1389 asus->bled_type == TYPE_RFKILL) in asus_rfkill_init()1766 if (!strcmp(bled_type, "led")) in asus_acpi_init()1767 asus->bled_type = TYPE_LED; in asus_acpi_init()1768 else if (!strcmp(bled_type, "rfkill")) in asus_acpi_init()1769 asus->bled_type = TYPE_RFKILL; in asus_acpi_init()