Searched refs:thermal_zone_get_temp (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/thermal/ |
A D | thermal_helpers.c | 123 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 D | thermal_hwmon.c | 60 ret = thermal_zone_get_temp(tz, &temperature); in temp_input_show()
|
A D | thermal_netlink.c | 513 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()
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/thermal/ti-soc-thermal/ |
A D | ti-thermal-common.c | 94 ret = thermal_zone_get_temp(pcb_tz, &pcb_temp); in __ti_thermal_get_temp()
|
/linux-6.3-rc2/drivers/power/supply/ |
A D | ab8500_btemp.c | 288 ret = thermal_zone_get_temp(di->tz, &bat_temp); in ab8500_btemp_periodic_work()
|
A D | charger-manager.c | 512 ret = thermal_zone_get_temp(cm->tzd_batt, temp); in cm_get_battery_temperature()
|
/linux-6.3-rc2/drivers/gpu/drm/tiny/ |
A D | repaper.c | 484 ret = thermal_zone_get_temp(epd->thermal, &temperature); in repaper_get_temperature()
|
/linux-6.3-rc2/drivers/soc/mediatek/ |
A D | mtk-svs.c | 562 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 D | sdhci-omap.c | 350 ret = thermal_zone_get_temp(thermal_dev, &temperature); in sdhci_omap_execute_tuning()
|
Completed in 25 milliseconds