Searched refs:thermal_zone_get_temp (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/platform/x86/ |
A D | gpd-pocket-fan.c | 80 if (thermal_zone_get_temp(fan->dts0, &t0) || in gpd_pocket_fan_worker() 81 thermal_zone_get_temp(fan->dts1, &t1)) { in gpd_pocket_fan_worker()
|
/linux/drivers/thermal/ |
A D | thermal_helpers.c | 78 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() function 115 EXPORT_SYMBOL_GPL(thermal_zone_get_temp);
|
A D | thermal_hwmon.c | 60 ret = thermal_zone_get_temp(tz, &temperature); in temp_input_show()
|
A D | thermal_netlink.c | 462 ret = thermal_zone_get_temp(tz, &temp); in thermal_genl_cmd_tz_get_temp()
|
A D | thermal_sysfs.c | 40 ret = thermal_zone_get_temp(tz, &temperature); in temp_show()
|
A D | thermal_core.c | 401 ret = thermal_zone_get_temp(tz, &temp); in update_temperature()
|
/linux/include/linux/ |
A D | thermal.h | 389 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp); 429 static inline int thermal_zone_get_temp( in thermal_zone_get_temp() function
|
/linux/drivers/thermal/ti-soc-thermal/ |
A D | ti-thermal-common.c | 93 ret = thermal_zone_get_temp(pcb_tz, &pcb_temp); in __ti_thermal_get_temp()
|
/linux/drivers/gpu/drm/tiny/ |
A D | repaper.c | 483 ret = thermal_zone_get_temp(epd->thermal, &temperature); in repaper_get_temperature()
|
/linux/drivers/mmc/host/ |
A D | sdhci-omap.c | 350 ret = thermal_zone_get_temp(thermal_dev, &temperature); in sdhci_omap_execute_tuning()
|
/linux/drivers/power/supply/ |
A D | charger-manager.c | 512 ret = thermal_zone_get_temp(cm->tzd_batt, temp); in cm_get_battery_temperature()
|
/linux/ |
A D | vmlinux.symvers | 6614 0x00000000 thermal_zone_get_temp vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 44346 ffff800010bff9d0 T thermal_zone_get_temp
|
A D | .tmp_System.map | 44346 ffff800010bff9d0 T thermal_zone_get_temp
|
Completed in 346 milliseconds