Symbol: thermal_zone_device_enable
drivers/acpi/thermal.c
642
result = thermal_zone_device_enable(tz->thermal_zone);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c
73
ret = thermal_zone_device_enable(ch_thermal->tzdev);
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
374
err = thermal_zone_device_enable(module_tz->tzdev);
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
487
ret = thermal_zone_device_enable(gearbox_tz->tzdev);
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
738
err = thermal_zone_device_enable(thermal->tzdev);
drivers/net/wireless/intel/iwlwifi/mld/thermal.c
271
ret = thermal_zone_device_enable(mld->tzone);
drivers/net/wireless/intel/iwlwifi/mvm/tt.c
688
ret = thermal_zone_device_enable(mvm->tz_device.tzone);
drivers/platform/x86/acerhdf.c
667
ret = thermal_zone_device_enable(thz_dev);
drivers/power/supply/power_supply_core.c
1538
ret = thermal_zone_device_enable(psy->tzd);
drivers/thermal/armada_thermal.c
883
ret = thermal_zone_device_enable(tz);
drivers/thermal/da9062-thermal.c
208
ret = thermal_zone_device_enable(thermal->zone);
drivers/thermal/dove_thermal.c
150
ret = thermal_zone_device_enable(thermal);
drivers/thermal/hisi_thermal.c
536
thermal_zone_device_enable(tzd);
drivers/thermal/imx_thermal.c
728
ret = thermal_zone_device_enable(data->tz);
drivers/thermal/imx_thermal.c
796
return thermal_zone_device_enable(data->tz);
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
176
ret = thermal_zone_device_enable(int34x_zone->zone);
drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c
403
ret = thermal_zone_device_enable(pci_info->tzone);
drivers/thermal/intel/intel_pch_thermal.c
248
err = thermal_zone_device_enable(ptd->tzd);
drivers/thermal/intel/intel_quark_dts_thermal.c
390
err = thermal_zone_device_enable(aux_entry->tzone);
drivers/thermal/intel/intel_soc_dts_iosf.c
241
ret = thermal_zone_device_enable(dts->tzone);
drivers/thermal/intel/x86_pkg_temp_thermal.c
355
err = thermal_zone_device_enable(zonedev->tzone);
drivers/thermal/kirkwood_thermal.c
81
ret = thermal_zone_device_enable(thermal);
drivers/thermal/renesas/rcar_thermal.c
496
ret = thermal_zone_device_enable(priv->zone);
drivers/thermal/rockchip_thermal.c
1408
thermal_zone_device_enable(tzd);
drivers/thermal/spear_thermal.c
132
ret = thermal_zone_device_enable(spear_thermal);
drivers/thermal/sprd_thermal.c
326
thermal_zone_device_enable(tzd);
drivers/thermal/tegra/tegra30-tsensor.c
409
err = thermal_zone_device_enable(tzd);
drivers/thermal/testing/zone.c
411
thermal_zone_device_enable(tz);
drivers/thermal/thermal_core.c
690
EXPORT_SYMBOL_GPL(thermal_zone_device_enable);
drivers/thermal/thermal_of.c
427
ret = thermal_zone_device_enable(tz);
drivers/thermal/thermal_sysfs.c
73
result = thermal_zone_device_enable(tz);
include/linux/thermal.h
273
int thermal_zone_device_enable(struct thermal_zone_device *tz);