Home
last modified time | relevance | path

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

12

/Linux-v5.10/include/linux/
Dthermal.h400 int thermal_zone_device_enable(struct thermal_zone_device *tz);
450 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() function
/Linux-v5.10/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.c805 ret = thermal_zone_device_enable(data->tz); in imx_thermal_probe()
875 ret = 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.c553 thermal_zone_device_enable(tzd); in hisi_thermal_toggle_sensor()
Drcar_thermal.c560 ret = thermal_zone_device_enable(priv->zone); in rcar_thermal_probe()
Dthermal_core.c520 int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() function
524 EXPORT_SYMBOL_GPL(thermal_zone_device_enable);
Dthermal_of.c519 thermal_zone_device_enable(tzd); in thermal_zone_of_sensor_register()
Darmada_thermal.c877 ret = thermal_zone_device_enable(tz); in armada_thermal_probe()
Dthermal_sysfs.c65 result = thermal_zone_device_enable(tz); in mode_store()
Drockchip_thermal.c1072 thermal_zone_device_enable(tzd); in rockchip_thermal_toggle_sensor()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c98 ret = thermal_zone_device_enable(ch_thermal->tzdev); in cxgb4_thermal_init()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c714 err = thermal_zone_device_enable(module_tz->tzdev); in mlxsw_thermal_module_tz_init()
834 ret = thermal_zone_device_enable(gearbox_tz->tzdev); in mlxsw_thermal_gearbox_tz_init()
1006 err = thermal_zone_device_enable(thermal->tzdev); in mlxsw_thermal_init()
/Linux-v5.10/drivers/thermal/st/
Dst_thermal.c249 ret = thermal_zone_device_enable(sensor->thermal_dev); in st_thermal_register()
/Linux-v5.10/drivers/thermal/intel/
Dintel_quark_dts_thermal.c397 err = thermal_zone_device_enable(aux_entry->tzone); in alloc_soc_dts()
Dintel_pch_thermal.c356 err = thermal_zone_device_enable(ptd->tzd); in intel_pch_thermal_probe()
Dx86_pkg_temp_thermal.c366 err = thermal_zone_device_enable(zonedev->tzone); in pkg_temp_thermal_device_add()
Dintel_soc_dts_iosf.c332 ret = thermal_zone_device_enable(dts->tzone); in add_dts_thermal_zone()
/Linux-v5.10/drivers/platform/x86/
Dintel_mid_thermal.c496 ret = thermal_zone_device_enable(pinfo->tzd[i]); in mid_thermal_probe()
Dacerhdf.c736 ret = thermal_zone_device_enable(thz_dev); in acerhdf_register_thermal()
/Linux-v5.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c262 ret = thermal_zone_device_enable(int34x_thermal_zone->zone); in int340x_thermal_zone_add()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c818 ret = thermal_zone_device_enable(mvm->tz_device.tzone); in iwl_mvm_thermal_zone_register()

12