/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 133 static int mlxsw_get_cooling_device_idx(struct mlxsw_thermal *thermal, in mlxsw_get_cooling_device_idx() 203 static void mlxsw_thermal_tz_score_update(struct mlxsw_thermal *thermal, in mlxsw_thermal_tz_score_update() 234 struct mlxsw_thermal *thermal = tzdev->devdata; in mlxsw_thermal_bind() local 260 struct mlxsw_thermal *thermal = tzdev->devdata; in mlxsw_thermal_unbind() local 282 struct mlxsw_thermal *thermal = tzdev->devdata; in mlxsw_thermal_get_mode() local 292 struct mlxsw_thermal *thermal = tzdev->devdata; in mlxsw_thermal_set_mode() local 312 struct mlxsw_thermal *thermal = tzdev->devdata; in mlxsw_thermal_get_temp() local 338 struct mlxsw_thermal *thermal = tzdev->devdata; in mlxsw_thermal_get_trip_type() local 350 struct mlxsw_thermal *thermal = tzdev->devdata; in mlxsw_thermal_get_trip_temp() local 362 struct mlxsw_thermal *thermal = tzdev->devdata; in mlxsw_thermal_set_trip_temp() local [all …]
|
D | core.h | 436 static inline void mlxsw_thermal_fini(struct mlxsw_thermal *thermal) in mlxsw_thermal_fini()
|
D | core.c | 80 struct mlxsw_thermal *thermal; member
|
/drivers/thermal/ |
D | da9062-thermal.c | 62 struct da9062_thermal *thermal = container_of(work, in da9062_thermal_poll_on() local 116 struct da9062_thermal *thermal = data; in da9062_thermal_irq_handler() local 127 struct da9062_thermal *thermal = z->devdata; in da9062_thermal_get_mode() local 136 struct da9062_thermal *thermal = z->devdata; in da9062_thermal_get_trip_type() local 155 struct da9062_thermal *thermal = z->devdata; in da9062_thermal_get_trip_temp() local 173 struct da9062_thermal *thermal = z->devdata; in da9062_thermal_get_temp() local 203 struct da9062_thermal *thermal; in da9062_thermal_probe() local 284 struct da9062_thermal *thermal = platform_get_drvdata(pdev); in da9062_thermal_remove() local
|
D | rockchip_thermal.c | 132 struct rockchip_thermal_data *thermal; member 1066 struct rockchip_thermal_data *thermal = dev; in rockchip_thermal_alarm_irq_thread() local 1083 struct rockchip_thermal_data *thermal = sensor->thermal; in rockchip_thermal_set_trips() local 1096 struct rockchip_thermal_data *thermal = sensor->thermal; in rockchip_thermal_get_temp() local 1115 struct rockchip_thermal_data *thermal) in rockchip_configure_from_dt() 1178 struct rockchip_thermal_data *thermal, in rockchip_thermal_register_sensor() 1220 struct rockchip_thermal_data *thermal; in rockchip_thermal_probe() local 1341 struct rockchip_thermal_data *thermal = platform_get_drvdata(pdev); in rockchip_thermal_remove() local 1360 struct rockchip_thermal_data *thermal = dev_get_drvdata(dev); in rockchip_thermal_suspend() local 1378 struct rockchip_thermal_data *thermal = dev_get_drvdata(dev); in rockchip_thermal_resume() local
|
D | kirkwood_thermal.c | 26 static int kirkwood_get_temp(struct thermal_zone_device *thermal, in kirkwood_get_temp() 65 struct thermal_zone_device *thermal = NULL; in kirkwood_thermal_probe() local
|
D | dove_thermal.c | 86 static int dove_get_temp(struct thermal_zone_device *thermal, in dove_get_temp() 123 struct thermal_zone_device *thermal = NULL; in dove_thermal_probe() local
|
D | spear_thermal.c | 31 static inline int thermal_get_temp(struct thermal_zone_device *thermal, in thermal_get_temp()
|
D | of-thermal.c | 205 static int of_thermal_bind(struct thermal_zone_device *thermal, in of_thermal_bind() 240 static int of_thermal_unbind(struct thermal_zone_device *thermal, in of_thermal_unbind()
|
D | armada_thermal.c | 399 static int armada_get_temp_legacy(struct thermal_zone_device *thermal, in armada_get_temp_legacy()
|
/drivers/platform/x86/ |
D | acerhdf.c | 321 static void acerhdf_check_param(struct thermal_zone_device *thermal) in acerhdf_check_param() 348 static int acerhdf_get_ec_temp(struct thermal_zone_device *thermal, int *t) in acerhdf_get_ec_temp() 365 static int acerhdf_bind(struct thermal_zone_device *thermal, in acerhdf_bind() 381 static int acerhdf_unbind(struct thermal_zone_device *thermal, in acerhdf_unbind() 411 static int acerhdf_get_mode(struct thermal_zone_device *thermal, in acerhdf_get_mode() 429 static int acerhdf_set_mode(struct thermal_zone_device *thermal, in acerhdf_set_mode() 440 static int acerhdf_get_trip_type(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_type() 453 static int acerhdf_get_trip_hyst(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_hyst() 464 static int acerhdf_get_trip_temp(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_temp() 477 static int acerhdf_get_crit_temp(struct thermal_zone_device *thermal, in acerhdf_get_crit_temp()
|
D | intel_menlow.c | 406 struct thermal_zone_device *thermal; in intel_menlow_register_sensor() local
|
/drivers/acpi/ |
D | thermal.c | 510 static int thermal_get_temp(struct thermal_zone_device *thermal, int *temp) in thermal_get_temp() 527 static int thermal_get_mode(struct thermal_zone_device *thermal, in thermal_get_mode() 541 static int thermal_set_mode(struct thermal_zone_device *thermal, in thermal_set_mode() 571 static int thermal_get_trip_type(struct thermal_zone_device *thermal, in thermal_get_trip_type() 616 static int thermal_get_trip_temp(struct thermal_zone_device *thermal, in thermal_get_trip_temp() 669 static int thermal_get_crit_temp(struct thermal_zone_device *thermal, in thermal_get_crit_temp() 683 static int thermal_get_trend(struct thermal_zone_device *thermal, in thermal_get_trend() 727 static int thermal_notify(struct thermal_zone_device *thermal, int trip, in thermal_notify() 749 static int acpi_thermal_cooling_device_cb(struct thermal_zone_device *thermal, in acpi_thermal_cooling_device_cb() 840 acpi_thermal_bind_cooling_device(struct thermal_zone_device *thermal, in acpi_thermal_bind_cooling_device() [all …]
|
/drivers/thermal/intel/int340x_thermal/ |
D | int3400_thermal.c | 46 struct thermal_zone_device *thermal; member 226 static int int3400_thermal_get_temp(struct thermal_zone_device *thermal, in int3400_thermal_get_temp() 233 static int int3400_thermal_get_mode(struct thermal_zone_device *thermal, in int3400_thermal_get_mode() 246 static int int3400_thermal_set_mode(struct thermal_zone_device *thermal, in int3400_thermal_set_mode()
|
/drivers/thermal/broadcom/ |
D | brcmstb_thermal.c | 108 struct thermal_zone_device *thermal; member 306 struct thermal_zone_device *thermal; in brcmstb_thermal_probe() local
|
/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 109 static inline int ti_thermal_get_temp(struct thermal_zone_device *thermal, in ti_thermal_get_temp()
|
/drivers/thermal/intel/ |
D | intel_quark_dts_thermal.c | 279 static int sys_get_trip_type(struct thermal_zone_device *thermal, in sys_get_trip_type()
|
D | x86_pkg_temp_thermal.c | 213 static int sys_get_trip_type(struct thermal_zone_device *thermal, int trip, in sys_get_trip_type()
|
/drivers/input/touchscreen/ |
D | sun4i-ts.c | 240 struct thermal_zone_device *thermal; in sun4i_ts_probe() local
|
/drivers/gpu/drm/tiny/ |
D | repaper.c | 75 struct thermal_zone_device *thermal; member
|
/drivers/net/wireless/ti/wl18xx/ |
D | acx.h | 279 struct wl18xx_acx_thermal_stats thermal; member
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.h | 426 struct amdgpu_dpm_thermal thermal; member
|
/drivers/net/wireless/ath/ath10k/ |
D | core.h | 1179 struct ath10k_thermal thermal; member
|
/drivers/gpu/drm/radeon/ |
D | radeon.h | 1577 struct radeon_dpm_thermal thermal; member
|