Searched refs:UCLASS_THERMAL (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/thermal/ |
| H A D | thermal-uclass.c | 28 .id = UCLASS_THERMAL,
|
| H A D | imx_thermal.c | 273 .id = UCLASS_THERMAL,
|
| H A D | rockchip_thermal.c | 1741 .id = UCLASS_THERMAL,
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 89 UCLASS_THERMAL, /* Thermal sensor */ enumerator
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/ |
| H A D | cpu.c | 222 ret = uclass_get_device(UCLASS_THERMAL, 0, &thermal_dev); in print_cpuinfo()
|
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-power.c | 148 ret = uclass_get_device(UCLASS_THERMAL, 0, &dev); in do_test_thermal()
|
| /OK3568_Linux_fs/u-boot/drivers/power/dvfs/ |
| H A D | rockchip_wtemp_dvfs.c | 617 ret = uclass_get_device(UCLASS_THERMAL, 0, &priv->thermal); in wtemp_dvfs_probe()
|