Home
last modified time | relevance | path

Searched defs:thermal (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c121 static inline int ti_thermal_get_temp(struct thermal_zone_device *thermal, in ti_thermal_get_temp()
130 static int ti_thermal_bind(struct thermal_zone_device *thermal, in ti_thermal_bind()
154 static int ti_thermal_unbind(struct thermal_zone_device *thermal, in ti_thermal_unbind()
171 static int ti_thermal_get_mode(struct thermal_zone_device *thermal, in ti_thermal_get_mode()
183 static int ti_thermal_set_mode(struct thermal_zone_device *thermal, in ti_thermal_set_mode()
216 static int ti_thermal_get_trip_type(struct thermal_zone_device *thermal, in ti_thermal_get_trip_type()
231 static int ti_thermal_get_trip_temp(struct thermal_zone_device *thermal, in ti_thermal_get_trip_temp()
261 static int ti_thermal_get_trend(struct thermal_zone_device *thermal, in ti_thermal_get_trend()
282 static int ti_thermal_get_crit_temp(struct thermal_zone_device *thermal, in ti_thermal_get_crit_temp()
/linux-4.4.14/drivers/platform/x86/
Dacerhdf.c322 static void acerhdf_check_param(struct thermal_zone_device *thermal) in acerhdf_check_param()
349 static int acerhdf_get_ec_temp(struct thermal_zone_device *thermal, int *t) in acerhdf_get_ec_temp()
366 static int acerhdf_bind(struct thermal_zone_device *thermal, in acerhdf_bind()
382 static int acerhdf_unbind(struct thermal_zone_device *thermal, in acerhdf_unbind()
412 static int acerhdf_get_mode(struct thermal_zone_device *thermal, in acerhdf_get_mode()
430 static int acerhdf_set_mode(struct thermal_zone_device *thermal, in acerhdf_set_mode()
441 static int acerhdf_get_trip_type(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_type()
454 static int acerhdf_get_trip_hyst(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_hyst()
465 static int acerhdf_get_trip_temp(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_temp()
478 static int acerhdf_get_crit_temp(struct thermal_zone_device *thermal, in acerhdf_get_crit_temp()
Dintel_menlow.c423 struct thermal_zone_device *thermal; in intel_menlow_register_sensor() local
/linux-4.4.14/drivers/thermal/
Ddb8500_thermal.c62 static int db8500_cdev_bind(struct thermal_zone_device *thermal, in db8500_cdev_bind()
89 static int db8500_cdev_unbind(struct thermal_zone_device *thermal, in db8500_cdev_unbind()
110 static int db8500_sys_get_temp(struct thermal_zone_device *thermal, int *temp) in db8500_sys_get_temp()
125 static int db8500_sys_get_trend(struct thermal_zone_device *thermal, in db8500_sys_get_trend()
136 static int db8500_sys_get_mode(struct thermal_zone_device *thermal, in db8500_sys_get_mode()
149 static int db8500_sys_set_mode(struct thermal_zone_device *thermal, in db8500_sys_set_mode()
166 static int db8500_sys_get_trip_type(struct thermal_zone_device *thermal, in db8500_sys_get_trip_type()
181 static int db8500_sys_get_trip_temp(struct thermal_zone_device *thermal, in db8500_sys_get_trip_temp()
196 static int db8500_sys_get_crit_temp(struct thermal_zone_device *thermal, in db8500_sys_get_crit_temp()
Drockchip_thermal.c115 struct rockchip_thermal_data *thermal; member
504 struct rockchip_thermal_data *thermal = dev; in rockchip_thermal_alarm_irq_thread() local
520 struct rockchip_thermal_data *thermal = sensor->thermal; in rockchip_thermal_get_temp() local
538 struct rockchip_thermal_data *thermal) in rockchip_configure_from_dt()
594 struct rockchip_thermal_data *thermal, in rockchip_thermal_register_sensor()
632 struct rockchip_thermal_data *thermal; in rockchip_thermal_probe() local
760 struct rockchip_thermal_data *thermal = platform_get_drvdata(pdev); in rockchip_thermal_remove() local
781 struct rockchip_thermal_data *thermal = platform_get_drvdata(pdev); in rockchip_thermal_suspend() local
800 struct rockchip_thermal_data *thermal = platform_get_drvdata(pdev); in rockchip_thermal_resume() local
Dkirkwood_thermal.c35 static int kirkwood_get_temp(struct thermal_zone_device *thermal, in kirkwood_get_temp()
74 struct thermal_zone_device *thermal = NULL; in kirkwood_thermal_probe() local
Ddove_thermal.c95 static int dove_get_temp(struct thermal_zone_device *thermal, in dove_get_temp()
132 struct thermal_zone_device *thermal = NULL; in dove_thermal_probe() local
Darmada_thermal.c157 static int armada_get_temp(struct thermal_zone_device *thermal, in armada_get_temp()
258 struct thermal_zone_device *thermal; in armada_thermal_probe() local
Dspear_thermal.c40 static inline int thermal_get_temp(struct thermal_zone_device *thermal, in thermal_get_temp()
Dof-thermal.c215 static int of_thermal_bind(struct thermal_zone_device *thermal, in of_thermal_bind()
244 static int of_thermal_unbind(struct thermal_zone_device *thermal, in of_thermal_unbind()
Dintel_quark_dts_thermal.c279 static int sys_get_trip_type(struct thermal_zone_device *thermal, in sys_get_trip_type()
Dhisi_thermal.c44 struct hisi_thermal_data *thermal; member
Dx86_pkg_temp_thermal.c267 static int sys_get_trip_type(struct thermal_zone_device *thermal, in sys_get_trip_type()
/linux-4.4.14/drivers/acpi/
Dthermal.c528 static int thermal_get_temp(struct thermal_zone_device *thermal, int *temp) in thermal_get_temp()
545 static int thermal_get_mode(struct thermal_zone_device *thermal, in thermal_get_mode()
559 static int thermal_set_mode(struct thermal_zone_device *thermal, in thermal_set_mode()
589 static int thermal_get_trip_type(struct thermal_zone_device *thermal, in thermal_get_trip_type()
634 static int thermal_get_trip_temp(struct thermal_zone_device *thermal, in thermal_get_trip_temp()
687 static int thermal_get_crit_temp(struct thermal_zone_device *thermal, in thermal_get_crit_temp()
701 static int thermal_get_trend(struct thermal_zone_device *thermal, in thermal_get_trend()
745 static int thermal_notify(struct thermal_zone_device *thermal, int trip, in thermal_notify()
767 static int acpi_thermal_cooling_device_cb(struct thermal_zone_device *thermal, in acpi_thermal_cooling_device_cb()
858 acpi_thermal_bind_cooling_device(struct thermal_zone_device *thermal, in acpi_thermal_bind_cooling_device()
[all …]
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint3400_thermal.c34 struct thermal_zone_device *thermal; member
188 static int int3400_thermal_get_temp(struct thermal_zone_device *thermal, in int3400_thermal_get_temp()
195 static int int3400_thermal_get_mode(struct thermal_zone_device *thermal, in int3400_thermal_get_mode()
208 static int int3400_thermal_set_mode(struct thermal_zone_device *thermal, in int3400_thermal_set_mode()
/linux-4.4.14/arch/arm/boot/dts/
Dkirkwood-6282.dtsi87 thermal: thermal@10078 { label
Ddove.dtsi451 thermal: thermal-diode@001c { label
/linux-4.4.14/sound/soc/codecs/
Dsta350.c918 int i, ret = 0, thermal = 0; in sta350_probe() local
Dsta32x.c882 int i, ret = 0, thermal = 0; in sta32x_probe() local
/linux-4.4.14/include/acpi/
Dprocessor.h179 struct acpi_processor_lx thermal; /* thermal limit */ member
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
Dacx.h292 struct wl18xx_acx_thermal_stats thermal; member
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dcore.h848 struct ath10k_thermal thermal; member
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h1635 struct amdgpu_dpm_thermal thermal; member
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon.h1591 struct radeon_dpm_thermal thermal; member