Home
last modified time | relevance | path

Searched refs:force_start (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Ddme1737.c35 static bool force_start; variable
36 module_param(force_start, bool, 0);
37 MODULE_PARM_DESC(force_start, "Force the chip to start monitoring inputs");
2245 if (!force_start) { in dme1737_init_device()
2247 "Device is not monitoring. Use the force_start load parameter to override.\n"); in dme1737_init_device()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Ddme1737.c35 static bool force_start; variable
36 module_param(force_start, bool, 0);
37 MODULE_PARM_DESC(force_start, "Force the chip to start monitoring inputs");
2245 if (!force_start) { in dme1737_init_device()
2247 "Device is not monitoring. Use the force_start load parameter to override.\n"); in dme1737_init_device()

Completed in 7 milliseconds