Home
last modified time | relevance | path

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

12

/linux-6.1.9/include/linux/
Dthermal.h374 int thermal_zone_device_enable(struct thermal_zone_device *tz);
420 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() function
/linux-6.1.9/drivers/thermal/
Dkirkwood_thermal.c86 ret = thermal_zone_device_enable(thermal); in kirkwood_thermal_probe()
Ddove_thermal.c156 ret = thermal_zone_device_enable(thermal); in dove_thermal_probe()
Dspear_thermal.c134 ret = thermal_zone_device_enable(spear_thermal); in spear_thermal_probe()
Dda9062-thermal.c240 ret = thermal_zone_device_enable(thermal->zone); in da9062_thermal_probe()
Dimx_thermal.c791 ret = thermal_zone_device_enable(data->tz); in imx_thermal_probe()
861 return thermal_zone_device_enable(data->tz); in imx_thermal_resume()
Dsprd_thermal.c326 thermal_zone_device_enable(tzd); in sprd_thm_toggle_sensor()
Dhisi_thermal.c545 thermal_zone_device_enable(tzd); in hisi_thermal_toggle_sensor()
Drcar_thermal.c540 ret = thermal_zone_device_enable(priv->zone); in rcar_thermal_probe()
Dthermal_of.c650 ret = thermal_zone_device_enable(tz); in thermal_of_zone_register()
Dthermal_core.c438 int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() function
442 EXPORT_SYMBOL_GPL(thermal_zone_device_enable);
Darmada_thermal.c877 ret = thermal_zone_device_enable(tz); in armada_thermal_probe()
Dthermal_sysfs.c69 result = thermal_zone_device_enable(tz); in mode_store()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c98 ret = thermal_zone_device_enable(ch_thermal->tzdev); in cxgb4_thermal_init()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c633 err = thermal_zone_device_enable(module_tz->tzdev); in mlxsw_thermal_module_tz_init()
769 ret = thermal_zone_device_enable(gearbox_tz->tzdev); in mlxsw_thermal_gearbox_tz_init()
1013 err = thermal_zone_device_enable(thermal->tzdev); in mlxsw_thermal_init()
/linux-6.1.9/drivers/thermal/st/
Dst_thermal.c249 ret = thermal_zone_device_enable(sensor->thermal_dev); in st_thermal_register()
/linux-6.1.9/drivers/thermal/intel/
Dintel_quark_dts_thermal.c397 err = thermal_zone_device_enable(aux_entry->tzone); in alloc_soc_dts()
Dx86_pkg_temp_thermal.c368 err = thermal_zone_device_enable(zonedev->tzone); in pkg_temp_thermal_device_add()
Dintel_pch_thermal.c434 err = thermal_zone_device_enable(ptd->tzd); in intel_pch_thermal_probe()
Dintel_soc_dts_iosf.c332 ret = thermal_zone_device_enable(dts->tzone); in add_dts_thermal_zone()
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c286 ret = thermal_zone_device_enable(int34x_thermal_zone->zone); in int340x_thermal_zone_add()
Dprocessor_thermal_device_pci.c197 thermal_zone_device_enable(tzd); in sys_set_trip_temp()
/linux-6.1.9/drivers/platform/x86/
Dacerhdf.c721 ret = thermal_zone_device_enable(thz_dev); in acerhdf_register_thermal()
/linux-6.1.9/drivers/thermal/tegra/
Dtegra30-tsensor.c411 err = thermal_zone_device_enable(tzd); in tegra_tsensor_enable_hw_channel()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c759 ret = thermal_zone_device_enable(mvm->tz_device.tzone); in iwl_mvm_thermal_zone_register()

12