Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/
A Dthermal_helpers.c123 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() function
147 EXPORT_SYMBOL_GPL(thermal_zone_get_temp);
A Dthermal_hwmon.c60 ret = thermal_zone_get_temp(tz, &temperature); in temp_input_show()
A Dthermal_netlink.c513 ret = thermal_zone_get_temp(tz, &temp); in thermal_genl_cmd_tz_get_temp()
A Dthermal_sysfs.c40 ret = thermal_zone_get_temp(tz, &temperature); in temp_show()
/linux-6.3-rc2/drivers/platform/x86/
A 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.3-rc2/include/linux/
A Dthermal.h389 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-6.3-rc2/drivers/thermal/ti-soc-thermal/
A Dti-thermal-common.c94 ret = thermal_zone_get_temp(pcb_tz, &pcb_temp); in __ti_thermal_get_temp()
/linux-6.3-rc2/drivers/power/supply/
A Dab8500_btemp.c288 ret = thermal_zone_get_temp(di->tz, &bat_temp); in ab8500_btemp_periodic_work()
A Dcharger-manager.c512 ret = thermal_zone_get_temp(cm->tzd_batt, temp); in cm_get_battery_temperature()
/linux-6.3-rc2/drivers/gpu/drm/tiny/
A Drepaper.c484 ret = thermal_zone_get_temp(epd->thermal, &temperature); in repaper_get_temperature()
/linux-6.3-rc2/drivers/soc/mediatek/
A Dmtk-svs.c562 ret = thermal_zone_get_temp(svsb->tzd, &tzone_temp); in svs_adjust_pm_opp_volts()
745 ret = thermal_zone_get_temp(svsb->tzd, &tzone_temp); in svs_status_debug_show()
/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-omap.c350 ret = thermal_zone_get_temp(thermal_dev, &temperature); in sdhci_omap_execute_tuning()

Completed in 33 milliseconds