Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c112 .no_hwmon = true,
H A Dprocessor_thermal_device_pci.c198 .no_hwmon = true,
H A Dint3400_thermal.c541 .no_hwmon = true,
/openbmc/linux/include/linux/
H A Dthermal.h221 bool no_hwmon; member
/openbmc/linux/Documentation/driver-api/thermal/
H A 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.
/openbmc/linux/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c61 .no_hwmon = true,
/openbmc/linux/drivers/thermal/
H A Dthermal_of.c251 tzp->no_hwmon = true; in thermal_of_parameters_init()
H A Dthermal_core.c1368 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register_with_trips()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c229 .no_hwmon = true,
/openbmc/linux/drivers/power/supply/
H A Dpower_supply_core.c1308 .no_hwmon = IS_ENABLED(CONFIG_POWER_SUPPLY_HWMON) in psy_register_thermal()