Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/thermal/
Dthermal_helpers.c113 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() function
128 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()
/linux-6.1.9/include/linux/
Dthermal.h370 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
410 static inline int thermal_zone_get_temp( in thermal_zone_get_temp() function
/linux-6.1.9/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c94 ret = thermal_zone_get_temp(pcb_tz, &pcb_temp); in __ti_thermal_get_temp()
/linux-6.1.9/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-6.1.9/drivers/gpu/drm/tiny/
Drepaper.c484 ret = thermal_zone_get_temp(epd->thermal, &temperature); in repaper_get_temperature()
/linux-6.1.9/drivers/soc/mediatek/
Dmtk-svs.c566 ret = thermal_zone_get_temp(svsb->tzd, &tzone_temp); in svs_adjust_pm_opp_volts()
748 ret = thermal_zone_get_temp(svsb->tzd, &tzone_temp); in svs_status_debug_show()
/linux-6.1.9/drivers/mmc/host/
Dsdhci-omap.c350 ret = thermal_zone_get_temp(thermal_dev, &temperature); in sdhci_omap_execute_tuning()