Home
last modified time | relevance | path

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

/linux-4.1.27/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()
153 static int ti_thermal_unbind(struct thermal_zone_device *thermal, in ti_thermal_unbind()
170 static int ti_thermal_get_mode(struct thermal_zone_device *thermal, in ti_thermal_get_mode()
182 static int ti_thermal_set_mode(struct thermal_zone_device *thermal, in ti_thermal_set_mode()
215 static int ti_thermal_get_trip_type(struct thermal_zone_device *thermal, in ti_thermal_get_trip_type()
230 static int ti_thermal_get_trip_temp(struct thermal_zone_device *thermal, in ti_thermal_get_trip_temp()
260 static int ti_thermal_get_trend(struct thermal_zone_device *thermal, in ti_thermal_get_trend()
281 static int ti_thermal_get_crit_temp(struct thermal_zone_device *thermal, in ti_thermal_get_crit_temp()
/linux-4.1.27/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, in acerhdf_get_ec_temp()
367 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.1.27/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, in db8500_sys_get_temp()
126 static int db8500_sys_get_trend(struct thermal_zone_device *thermal, in db8500_sys_get_trend()
137 static int db8500_sys_get_mode(struct thermal_zone_device *thermal, in db8500_sys_get_mode()
150 static int db8500_sys_set_mode(struct thermal_zone_device *thermal, in db8500_sys_set_mode()
167 static int db8500_sys_get_trip_type(struct thermal_zone_device *thermal, in db8500_sys_get_trip_type()
182 static int db8500_sys_get_trip_temp(struct thermal_zone_device *thermal, in db8500_sys_get_trip_temp()
197 static int db8500_sys_get_crit_temp(struct thermal_zone_device *thermal, in db8500_sys_get_crit_temp()
Drockchip_thermal.c73 struct rockchip_thermal_data *thermal; member
356 struct rockchip_thermal_data *thermal = dev; in rockchip_thermal_alarm_irq_thread() local
372 struct rockchip_thermal_data *thermal = sensor->thermal; in rockchip_thermal_get_temp() local
389 struct rockchip_thermal_data *thermal) in rockchip_configure_from_dt()
446 struct rockchip_thermal_data *thermal, in rockchip_thermal_register_sensor()
483 struct rockchip_thermal_data *thermal; in rockchip_thermal_probe() local
613 struct rockchip_thermal_data *thermal = platform_get_drvdata(pdev); in rockchip_thermal_remove() local
634 struct rockchip_thermal_data *thermal = platform_get_drvdata(pdev); in rockchip_thermal_suspend() local
651 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.c211 static int of_thermal_bind(struct thermal_zone_device *thermal, in of_thermal_bind()
239 static int of_thermal_unbind(struct thermal_zone_device *thermal, in of_thermal_unbind()
Dintel_soc_dts_thermal.c242 static int sys_get_trip_type(struct thermal_zone_device *thermal, in sys_get_trip_type()
Dx86_pkg_temp_thermal.c267 static int sys_get_trip_type(struct thermal_zone_device *thermal, in sys_get_trip_type()
/linux-4.1.27/drivers/acpi/
Dthermal.c532 static int thermal_get_temp(struct thermal_zone_device *thermal, in thermal_get_temp()
550 static int thermal_get_mode(struct thermal_zone_device *thermal, in thermal_get_mode()
564 static int thermal_set_mode(struct thermal_zone_device *thermal, in thermal_set_mode()
594 static int thermal_get_trip_type(struct thermal_zone_device *thermal, in thermal_get_trip_type()
639 static int thermal_get_trip_temp(struct thermal_zone_device *thermal, in thermal_get_trip_temp()
692 static int thermal_get_crit_temp(struct thermal_zone_device *thermal, in thermal_get_crit_temp()
705 static int thermal_get_trend(struct thermal_zone_device *thermal, in thermal_get_trend()
749 static int thermal_notify(struct thermal_zone_device *thermal, int trip, in thermal_notify()
771 static int acpi_thermal_cooling_device_cb(struct thermal_zone_device *thermal, in acpi_thermal_cooling_device_cb()
859 acpi_thermal_bind_cooling_device(struct thermal_zone_device *thermal, in acpi_thermal_bind_cooling_device()
[all …]
/linux-4.1.27/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.1.27/arch/arm/boot/dts/
Dkirkwood-6282.dtsi87 thermal: thermal@10078 { label
Ddove.dtsi386 thermal: thermal-diode@d001c { label
/linux-4.1.27/sound/soc/codecs/
Dsta350.c919 int i, ret = 0, thermal = 0; in sta350_probe() local
Dsta32x.c883 int i, ret = 0, thermal = 0; in sta32x_probe() local
/linux-4.1.27/include/acpi/
Dprocessor.h179 struct acpi_processor_lx thermal; /* thermal limit */ member
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dcore.h688 struct ath10k_thermal thermal; member
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon.h1589 struct radeon_dpm_thermal thermal; member