Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dthermal.h12 int thermal_get_temp(struct udevice *dev, int *temp);
/openbmc/u-boot/drivers/thermal/
H A Dthermal-uclass.c16 int thermal_get_temp(struct udevice *dev, int *temp) in thermal_get_temp() function
/openbmc/linux/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,
/openbmc/u-boot/arch/arm/mach-imx/
H A Dcpu.c234 ret = thermal_get_temp(thermal_dev, &cpu_tmp); in print_cpuinfo()
/openbmc/linux/drivers/acpi/
H A Dthermal.c477 static int thermal_get_temp(struct thermal_zone_device *thermal, int *temp) in thermal_get_temp() function
650 .get_temp = thermal_get_temp,
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c645 ret = thermal_get_temp(thermal_dev, &temperature); in omap_hsmmc_execute_tuning()