Home
last modified time | relevance | path

Searched refs:thermal_zone_device_enable (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.6.21/include/linux/
Dthermal.h357 int thermal_zone_device_enable(struct thermal_zone_device *tz);
429 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() function
/linux-6.6.21/drivers/thermal/
Dkirkwood_thermal.c81 ret = thermal_zone_device_enable(thermal); in kirkwood_thermal_probe()
Ddove_thermal.c150 ret = thermal_zone_device_enable(thermal); in dove_thermal_probe()
Dspear_thermal.c132 ret = thermal_zone_device_enable(spear_thermal); in spear_thermal_probe()
Dda9062-thermal.c208 ret = thermal_zone_device_enable(thermal->zone); in da9062_thermal_probe()
Dimx_thermal.c745 ret = thermal_zone_device_enable(data->tz); in imx_thermal_probe()
815 return thermal_zone_device_enable(data->tz); in imx_thermal_resume()
Dthermal_of.c523 ret = thermal_zone_device_enable(tz); in thermal_of_zone_register()
Dsprd_thermal.c326 thermal_zone_device_enable(tzd); in sprd_thm_toggle_sensor()
Drcar_thermal.c498 ret = thermal_zone_device_enable(priv->zone); in rcar_thermal_probe()
Dhisi_thermal.c538 thermal_zone_device_enable(tzd); in hisi_thermal_toggle_sensor()
Dthermal_core.c471 int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() function
475 EXPORT_SYMBOL_GPL(thermal_zone_device_enable);
Darmada_thermal.c888 ret = thermal_zone_device_enable(tz); in armada_thermal_probe()
Dthermal_sysfs.c69 result = thermal_zone_device_enable(tz); in mode_store()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c73 ret = thermal_zone_device_enable(ch_thermal->tzdev); in cxgb4_thermal_init()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c433 err = thermal_zone_device_enable(module_tz->tzdev); in mlxsw_thermal_module_tz_init()
558 ret = thermal_zone_device_enable(gearbox_tz->tzdev); in mlxsw_thermal_gearbox_tz_init()
802 err = thermal_zone_device_enable(thermal->tzdev); in mlxsw_thermal_init()
/linux-6.6.21/drivers/thermal/st/
Dst_thermal.c213 ret = thermal_zone_device_enable(sensor->thermal_dev); in st_thermal_register()
/linux-6.6.21/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c186 ret = thermal_zone_device_enable(int34x_zone->zone); in int340x_thermal_zone_add()
Dprocessor_thermal_device_pci.c269 ret = thermal_zone_device_enable(pci_info->tzone); in proc_thermal_pci_probe()
/linux-6.6.21/drivers/thermal/intel/
Dintel_quark_dts_thermal.c382 err = thermal_zone_device_enable(aux_entry->tzone); in alloc_soc_dts()
Dintel_pch_thermal.c246 err = thermal_zone_device_enable(ptd->tzd); in intel_pch_thermal_probe()
Dx86_pkg_temp_thermal.c355 err = thermal_zone_device_enable(zonedev->tzone); in pkg_temp_thermal_device_add()
Dintel_soc_dts_iosf.c266 ret = thermal_zone_device_enable(dts->tzone); in add_dts_thermal_zone()
/linux-6.6.21/drivers/platform/x86/
Dacerhdf.c688 ret = thermal_zone_device_enable(thz_dev); in acerhdf_register_thermal()
/linux-6.6.21/drivers/thermal/tegra/
Dtegra30-tsensor.c404 err = thermal_zone_device_enable(tzd); in tegra_tsensor_enable_hw_channel()
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c710 ret = thermal_zone_device_enable(mvm->tz_device.tzone); in iwl_mvm_thermal_zone_register()

12