nodetect           23 drivers/leds/leds-clevo-mail.c static bool nodetect;
nodetect           24 drivers/leds/leds-clevo-mail.c module_param_named(nodetect, nodetect, bool, 0);
nodetect           25 drivers/leds/leds-clevo-mail.c MODULE_PARM_DESC(nodetect, "Skip DMI hardware detection");
nodetect          181 drivers/leds/leds-clevo-mail.c 	if (!nodetect) {
nodetect           69 drivers/leds/leds-ss4200.c static bool nodetect;
nodetect           70 drivers/leds/leds-ss4200.c module_param_named(nodetect, nodetect, bool, 0);
nodetect           71 drivers/leds/leds-ss4200.c MODULE_PARM_DESC(nodetect, "Skip DMI-based hardware detection");
nodetect          514 drivers/leds/leds-ss4200.c 	if (nodetect) {