Searched refs:UCLASS_THERMAL (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/thermal/ |
A D | thermal-uclass.c | 27 .id = UCLASS_THERMAL,
|
A D | ti-bandgap.c | 193 .id = UCLASS_THERMAL,
|
A D | imx_scu_thermal.c | 209 .id = UCLASS_THERMAL,
|
A D | imx_thermal.c | 274 .id = UCLASS_THERMAL,
|
A D | imx_tmu.c | 468 .id = UCLASS_THERMAL,
|
/u-boot/include/dm/ |
A D | uclass-id.h | 114 UCLASS_THERMAL, /* Thermal sensor */ enumerator
|
/u-boot/drivers/cpu/ |
A D | imx8_cpu.c | 86 ret = uclass_get_device(UCLASS_THERMAL, idx, &thermal_dev); in cpu_imx_get_temp()
|
/u-boot/arch/arm/mach-imx/ |
A D | cpu.c | 223 ret = uclass_get_device(UCLASS_THERMAL, 0, &thermal_dev); in print_cpuinfo()
|
/u-boot/drivers/mmc/ |
A D | omap_hsmmc.c | 647 ret = uclass_first_device(UCLASS_THERMAL, &thermal_dev); in omap_hsmmc_execute_tuning()
|
Completed in 14 milliseconds