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 D | mali_kbase_ipa_simple.c | 64 #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 D | thermal_helpers.c | 78 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 D | thermal_hwmon.c | 60 ret = thermal_zone_get_temp(tz, &temperature); in temp_input_show()
|
| H A D | thermal_netlink.c | 468 ret = thermal_zone_get_temp(tz, &temp); in thermal_genl_cmd_tz_get_temp()
|
| H A D | thermal_sysfs.c | 41 ret = thermal_zone_get_temp(tz, &temperature); in temp_show()
|
| H A D | thermal_core.c | 456 ret = thermal_zone_get_temp(tz, &temp); in update_temperature()
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | gpd-pocket-fan.c | 79 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 D | thermal.h | 410 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 D | ti-thermal-common.c | 93 ret = thermal_zone_get_temp(pcb_tz, &pcb_temp); in __ti_thermal_get_temp()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_system_monitor.c | 1043 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 D | abi_gki_aarch64_hikey960 | 843 thermal_zone_get_temp
|
| H A D | abi_gki_aarch64_vivo | 1658 thermal_zone_get_temp
|
| H A D | abi_gki_aarch64_exynos | 1958 thermal_zone_get_temp
|
| H A D | abi_gki_aarch64_qcom | 2482 thermal_zone_get_temp
|
| H A D | abi_gki_aarch64_mtk | 2126 thermal_zone_get_temp
|
| H A D | abi_gki_aarch64_rockchip | 2427 thermal_zone_get_temp
|
| H A D | abi_gki_aarch64_oplus | 2669 thermal_zone_get_temp
|
| H A D | abi_gki_aarch64_galaxy | 4002 thermal_zone_get_temp
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/ |
| H A D | repaper.c | 483 ret = thermal_zone_get_temp(epd->thermal, &temperature); in repaper_get_temperature()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | charger-manager.c | 512 ret = thermal_zone_get_temp(cm->tzd_batt, temp); in cm_get_battery_temperature()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-omap.c | 322 ret = thermal_zone_get_temp(thermal_dev, &temperature); in sdhci_omap_execute_tuning()
|