bled_type          70 drivers/platform/x86/asus-laptop.c static char *bled_type = "unknown";
bled_type          77 drivers/platform/x86/asus-laptop.c module_param(bled_type, charp, 0444);
bled_type          78 drivers/platform/x86/asus-laptop.c MODULE_PARM_DESC(bled_type, "Set the bled type on boot "
bled_type         260 drivers/platform/x86/asus-laptop.c 	int bled_type;
bled_type         712 drivers/platform/x86/asus-laptop.c 	if (asus->bled_type == TYPE_LED)
bled_type        1396 drivers/platform/x86/asus-laptop.c 	    asus->bled_type == TYPE_RFKILL)
bled_type        1774 drivers/platform/x86/asus-laptop.c 	if (!strcmp(bled_type, "led"))
bled_type        1775 drivers/platform/x86/asus-laptop.c 		asus->bled_type = TYPE_LED;
bled_type        1776 drivers/platform/x86/asus-laptop.c 	else if (!strcmp(bled_type, "rfkill"))
bled_type        1777 drivers/platform/x86/asus-laptop.c 		asus->bled_type = TYPE_RFKILL;