Searched refs:no_hwmon (Results 1 - 21 of 21) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/broadcom/ |
H A D | bcm2711_thermal.c | 101 thermal->tzp->no_hwmon = false; in bcm2711_thermal_probe()
|
H A D | bcm2835_thermal.c | 272 tz->tzp->no_hwmon = false; in bcm2835_thermal_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thermal.h | 245 * is required. when no_hwmon == false, a hwmon sysfs interface 246 * will be created. when no_hwmon == true, nothing will be done 248 bool no_hwmon; member
|
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
H A D | int340x_thermal_zone.c | 112 .no_hwmon = true,
|
H A D | processor_thermal_device_pci.c | 198 .no_hwmon = true,
|
H A D | int3400_thermal.c | 541 .no_hwmon = true,
|
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
H A D | int340x_thermal_zone.c | 222 .no_hwmon = true,
|
H A D | int3400_thermal.c | 445 .no_hwmon = true,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | thermal.h | 216 * is required. when no_hwmon == false, a hwmon sysfs interface 217 * will be created. when no_hwmon == true, nothing will be done 219 bool no_hwmon; member
|
/kernel/linux/linux-5.10/drivers/thermal/intel/ |
H A D | x86_pkg_temp_thermal.c | 58 .no_hwmon = true,
|
/kernel/linux/linux-5.10/drivers/thermal/st/ |
H A D | stm_thermal.c | 564 sensor->th_dev->tzp->no_hwmon = false; in stm_thermal_probe()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | rcar_thermal.c | 578 priv->zone->tzp->no_hwmon = false; in rcar_thermal_probe()
|
H A D | rcar_gen3_thermal.c | 448 tsc->zone->tzp->no_hwmon = false; in rcar_gen3_thermal_probe()
|
H A D | thermal_of.c | 1082 tzp->no_hwmon = true; in of_parse_thermal_zones()
|
H A D | thermal_core.c | 1487 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register()
|
H A D | rockchip_thermal.c | 1338 thermal->sensors[i].tzd->tzp->no_hwmon = false; in rockchip_thermal_probe()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_of.c | 249 tzp->no_hwmon = true; in thermal_of_parameters_init()
|
H A D | thermal_core.c | 1360 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register_with_trips()
|
/kernel/linux/linux-6.6/drivers/thermal/intel/ |
H A D | x86_pkg_temp_thermal.c | 61 .no_hwmon = true,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_thermal.c | 229 .no_hwmon = true,
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | power_supply_core.c | 1310 .no_hwmon = IS_ENABLED(CONFIG_POWER_SUPPLY_HWMON) in psy_register_thermal()
|
Completed in 22 milliseconds