Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ipa/
H A Dmali_kbase_ipa_simple.c64 #ifdef thermal_zone_get_temp
65 #undef thermal_zone_get_temp
67 #define thermal_zone_get_temp(tz, temp) \ macro
163 ret = thermal_zone_get_temp(tz, &temp); in poll_temperature()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A 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);
H A Dthermal_hwmon.c60 ret = thermal_zone_get_temp(tz, &temperature); in temp_input_show()
H A Dthermal_netlink.c468 ret = thermal_zone_get_temp(tz, &temp); in thermal_genl_cmd_tz_get_temp()
H A Dthermal_sysfs.c41 ret = thermal_zone_get_temp(tz, &temperature); in temp_show()
H A Dthermal_core.c456 ret = thermal_zone_get_temp(tz, &temp); in update_temperature()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dgpd-pocket-fan.c79 if (thermal_zone_get_temp(fan->dts0, &t0) || in gpd_pocket_fan_worker()
80 thermal_zone_get_temp(fan->dts1, &t1)) { in gpd_pocket_fan_worker()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h410 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
452 static inline int thermal_zone_get_temp( in thermal_zone_get_temp() function
/OK3568_Linux_fs/kernel/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c93 ret = thermal_zone_get_temp(pcb_tz, &pcb_temp); in __ti_thermal_get_temp()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c1043 ret = thermal_zone_get_temp(system_monitor->tz, &temp); in rockchip_system_monitor_wide_temp_init()
1622 ret = thermal_zone_get_temp(system_monitor->tz, &temp); in rockchip_system_monitor_thermal_update()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960843 thermal_zone_get_temp
H A Dabi_gki_aarch64_vivo1658 thermal_zone_get_temp
H A Dabi_gki_aarch64_exynos1958 thermal_zone_get_temp
H A Dabi_gki_aarch64_qcom2482 thermal_zone_get_temp
H A Dabi_gki_aarch64_mtk2126 thermal_zone_get_temp
H A Dabi_gki_aarch64_rockchip2427 thermal_zone_get_temp
H A Dabi_gki_aarch64_oplus2669 thermal_zone_get_temp
H A Dabi_gki_aarch64_galaxy4002 thermal_zone_get_temp
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Drepaper.c483 ret = thermal_zone_get_temp(epd->thermal, &temperature); in repaper_get_temperature()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dcharger-manager.c512 ret = thermal_zone_get_temp(cm->tzd_batt, temp); in cm_get_battery_temperature()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-omap.c322 ret = thermal_zone_get_temp(thermal_dev, &temperature); in sdhci_omap_execute_tuning()