Home
last modified time | relevance | path

Searched refs:thermal_get_temp (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dspear_thermal.c31 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 Dthermal.h13 int thermal_get_temp(struct udevice *dev, int *temp);
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Dthermal-uclass.c17 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 Dcpu.c224 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()
/OK3568_Linux_fs/u-boot/test/rockchip/
H A Dtest-power.c154 ret = thermal_get_temp(dev, &temp); in do_test_thermal()
/OK3568_Linux_fs/u-boot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c395 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 Dthermal.c502 static int thermal_get_temp(struct thermal_zone_device *thermal, int *temp) in thermal_get_temp() function
804 .get_temp = thermal_get_temp,