Searched refs:UCLASS_RESET (Results 1 – 15 of 15) sorted by relevance
/external/u-boot/test/dm/ |
D | reset.c | 23 ut_assertok(uclass_get_device_by_name(UCLASS_RESET, "reset-ctl", in dm_test_reset() 48 ut_assertok(uclass_get_device_by_name(UCLASS_RESET, "reset-ctl", in dm_test_reset_bulk()
|
/external/u-boot/drivers/reset/ |
D | reset-uclass.c | 52 ret = uclass_get_device_by_ofnode(UCLASS_RESET, args.node, in reset_get_by_index() 219 .id = UCLASS_RESET,
|
D | tegra-car-reset.c | 68 .id = UCLASS_RESET,
|
D | reset-bcm6345.c | 79 .id = UCLASS_RESET,
|
D | tegra186-reset.c | 77 .id = UCLASS_RESET,
|
D | reset-meson.c | 84 .id = UCLASS_RESET,
|
D | sandbox-reset.c | 89 .id = UCLASS_RESET,
|
D | ast2500-reset.c | 97 .id = UCLASS_RESET,
|
D | reset-socfpga.c | 99 .id = UCLASS_RESET,
|
D | stm32-reset.c | 98 .id = UCLASS_RESET,
|
D | reset-rockchip.c | 128 .id = UCLASS_RESET,
|
D | reset-uniphier.c | 369 .id = UCLASS_RESET,
|
D | sti-reset.c | 333 .id = UCLASS_RESET,
|
/external/u-boot/arch/arm/mach-stm32mp/ |
D | spl.c | 66 ret = uclass_get_device(UCLASS_RESET, 0, &dev); in board_init_f()
|
/external/u-boot/include/dm/ |
D | uclass-id.h | 73 UCLASS_RESET, /* Reset controller device */ enumerator
|