Searched refs:thermal_get_temp (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | spear_thermal.c | 31 static inline int thermal_get_temp(struct thermal_zone_device *thermal, in thermal_get_temp() function 45 .get_temp = thermal_get_temp,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | thermal.h | 13 int thermal_get_temp(struct udevice *dev, int *temp);
|
| /OK3568_Linux_fs/u-boot/drivers/thermal/ |
| H A D | thermal-uclass.c | 17 int thermal_get_temp(struct udevice *dev, int *temp) in thermal_get_temp() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/ |
| H A D | cpu.c | 224 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()
|
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-power.c | 154 ret = thermal_get_temp(dev, &temp); in do_test_thermal()
|
| /OK3568_Linux_fs/u-boot/drivers/power/dvfs/ |
| H A D | rockchip_wtemp_dvfs.c | 395 ret = thermal_get_temp(priv->thermal, &temp); in wtemp_dvfs_apply() 423 ret = thermal_get_temp(priv->thermal, &temp); in wtemp_dvfs_repeat_apply()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | thermal.c | 502 static int thermal_get_temp(struct thermal_zone_device *thermal, int *temp) in thermal_get_temp() function 804 .get_temp = thermal_get_temp,
|