Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/thermal/
H A Dthermal-uclass.c27 .id = UCLASS_THERMAL,
H A Dti-bandgap.c193 .id = UCLASS_THERMAL,
H A Dimx_thermal.c272 .id = UCLASS_THERMAL,
/openbmc/u-boot/include/dm/
H A Duclass-id.h97 UCLASS_THERMAL, /* Thermal sensor */ enumerator
/openbmc/u-boot/arch/arm/mach-imx/
H A Dcpu.c232 ret = uclass_get_device(UCLASS_THERMAL, 0, &thermal_dev); in print_cpuinfo()
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c640 ret = uclass_first_device(UCLASS_THERMAL, &thermal_dev); in omap_hsmmc_execute_tuning()