Home
last modified time | relevance | path

Searched refs:no_hwmon (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c112 .no_hwmon = true,
Dprocessor_thermal_device_pci.c198 .no_hwmon = true,
Dint3400_thermal.c541 .no_hwmon = true,
/Linux-v6.6/include/linux/
Dthermal.h217 bool no_hwmon; member
/Linux-v6.6/Documentation/driver-api/thermal/
Dsysfs-api.rst318 .no_hwmon:
320 is required. when no_hwmon == false, a hwmon sysfs interface
321 will be created. when no_hwmon == true, nothing will be done.
/Linux-v6.6/drivers/thermal/intel/
Dx86_pkg_temp_thermal.c61 .no_hwmon = true,
/Linux-v6.6/drivers/thermal/
Dthermal_of.c249 tzp->no_hwmon = true; in thermal_of_parameters_init()
Dthermal_core.c1355 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register_with_trips()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c229 .no_hwmon = true,
/Linux-v6.6/drivers/power/supply/
Dpower_supply_core.c1310 .no_hwmon = IS_ENABLED(CONFIG_POWER_SUPPLY_HWMON) in psy_register_thermal()