| /linux-6.15/include/linux/ |
| H A D | thermal.h | 273 int thermal_zone_device_enable(struct thermal_zone_device *tz); 348 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() function
|
| /linux-6.15/drivers/thermal/ |
| H A D | kirkwood_thermal.c | 81 ret = thermal_zone_device_enable(thermal); in kirkwood_thermal_probe()
|
| H A D | dove_thermal.c | 150 ret = thermal_zone_device_enable(thermal); in dove_thermal_probe()
|
| H A D | spear_thermal.c | 132 ret = thermal_zone_device_enable(spear_thermal); in spear_thermal_probe()
|
| H A D | da9062-thermal.c | 208 ret = thermal_zone_device_enable(thermal->zone); in da9062_thermal_probe()
|
| H A D | imx_thermal.c | 728 ret = thermal_zone_device_enable(data->tz); in imx_thermal_probe() 796 return thermal_zone_device_enable(data->tz); in imx_thermal_resume()
|
| H A D | thermal_of.c | 427 ret = thermal_zone_device_enable(tz); in thermal_of_zone_register()
|
| H A D | sprd_thermal.c | 326 thermal_zone_device_enable(tzd); in sprd_thm_toggle_sensor()
|
| H A D | hisi_thermal.c | 536 thermal_zone_device_enable(tzd); in hisi_thermal_toggle_sensor()
|
| H A D | thermal_core.c | 684 int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() function 688 EXPORT_SYMBOL_GPL(thermal_zone_device_enable);
|
| H A D | thermal_sysfs.c | 70 result = thermal_zone_device_enable(tz); in mode_store()
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_thermal.c | 73 ret = thermal_zone_device_enable(ch_thermal->tzdev); in cxgb4_thermal_init()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_thermal.c | 374 err = thermal_zone_device_enable(module_tz->tzdev); in mlxsw_thermal_module_tz_init() 488 ret = thermal_zone_device_enable(gearbox_tz->tzdev); in mlxsw_thermal_gearbox_tz_init() 741 err = thermal_zone_device_enable(thermal->tzdev); in mlxsw_thermal_init()
|
| /linux-6.15/drivers/thermal/intel/int340x_thermal/ |
| H A D | int340x_thermal_zone.c | 176 ret = thermal_zone_device_enable(int34x_zone->zone); in int340x_thermal_zone_add()
|
| H A D | processor_thermal_device_pci.c | 403 ret = thermal_zone_device_enable(pci_info->tzone); in proc_thermal_pci_probe()
|
| /linux-6.15/drivers/thermal/intel/ |
| H A D | intel_quark_dts_thermal.c | 390 err = thermal_zone_device_enable(aux_entry->tzone); in alloc_soc_dts()
|
| H A D | intel_pch_thermal.c | 248 err = thermal_zone_device_enable(ptd->tzd); in intel_pch_thermal_probe()
|
| H A D | x86_pkg_temp_thermal.c | 351 err = thermal_zone_device_enable(zonedev->tzone); in pkg_temp_thermal_device_add()
|
| H A D | intel_soc_dts_iosf.c | 241 ret = thermal_zone_device_enable(dts->tzone); in add_dts_thermal_zone()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | thermal.c | 268 ret = thermal_zone_device_enable(mld->tzone); in iwl_mld_thermal_zone_register()
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | acerhdf.c | 667 ret = thermal_zone_device_enable(thz_dev); in acerhdf_register_thermal()
|
| /linux-6.15/drivers/thermal/testing/ |
| H A D | zone.c | 417 thermal_zone_device_enable(tz); in tt_zone_register_tz()
|
| /linux-6.15/drivers/thermal/renesas/ |
| H A D | rcar_thermal.c | 496 ret = thermal_zone_device_enable(priv->zone); in rcar_thermal_probe()
|
| /linux-6.15/drivers/thermal/tegra/ |
| H A D | tegra30-tsensor.c | 409 err = thermal_zone_device_enable(tzd); in tegra_tsensor_enable_hw_channel()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | tt.c | 700 ret = thermal_zone_device_enable(mvm->tz_device.tzone); in iwl_mvm_thermal_zone_register()
|