Home
last modified time | relevance | path

Searched refs:thermal_zone_get_temp (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/drivers/platform/x86/
Dgpd-pocket-fan.c80 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-5.19.10/drivers/thermal/
Dthermal_helpers.c78 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);
Dthermal_hwmon.c60 ret = thermal_zone_get_temp(tz, &temperature); in temp_input_show()
Dthermal_netlink.c516 ret = thermal_zone_get_temp(tz, &temp); in thermal_genl_cmd_tz_get_temp()
Dthermal_sysfs.c40 ret = thermal_zone_get_temp(tz, &temperature); in temp_show()
Dthermal_core.c401 ret = thermal_zone_get_temp(tz, &temp); in update_temperature()
/linux-5.19.10/include/linux/
Dthermal.h392 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
432 static inline int thermal_zone_get_temp( in thermal_zone_get_temp() function
/linux-5.19.10/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c94 ret = thermal_zone_get_temp(pcb_tz, &pcb_temp); in __ti_thermal_get_temp()
/linux-5.19.10/drivers/power/supply/
Dab8500_btemp.c288 ret = thermal_zone_get_temp(di->tz, &bat_temp); in ab8500_btemp_periodic_work()
Dcharger-manager.c512 ret = thermal_zone_get_temp(cm->tzd_batt, temp); in cm_get_battery_temperature()
/linux-5.19.10/drivers/gpu/drm/tiny/
Drepaper.c483 ret = thermal_zone_get_temp(epd->thermal, &temperature); in repaper_get_temperature()
/linux-5.19.10/drivers/mmc/host/
Dsdhci-omap.c350 ret = thermal_zone_get_temp(thermal_dev, &temperature); in sdhci_omap_execute_tuning()