Searched refs:UCLASS_RESET (Results 1 – 21 of 21) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A 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()
|
/openbmc/u-boot/drivers/reset/ |
H A D | reset-uclass.c | 52 ret = uclass_get_device_by_ofnode(UCLASS_RESET, args.node, in reset_get_by_index() 228 .id = UCLASS_RESET,
|
H A D | tegra-car-reset.c | 68 .id = UCLASS_RESET,
|
H A D | reset-bcm6345.c | 79 .id = UCLASS_RESET,
|
H A D | tegra186-reset.c | 77 .id = UCLASS_RESET,
|
H A D | reset-meson.c | 84 .id = UCLASS_RESET,
|
H A D | sandbox-reset.c | 89 .id = UCLASS_RESET,
|
H A D | stm32-reset.c | 89 .id = UCLASS_RESET,
|
H A D | reset-socfpga.c | 99 .id = UCLASS_RESET,
|
H A D | reset-mediatek.c | 98 .id = UCLASS_RESET,
|
H A D | reset-sunxi.c | 120 .id = UCLASS_RESET,
|
H A D | reset-rockchip.c | 128 .id = UCLASS_RESET,
|
H A D | reset-ti-sci.c | 201 .id = UCLASS_RESET,
|
H A D | reset-uniphier.c | 369 .id = UCLASS_RESET,
|
H A D | sti-reset.c | 333 .id = UCLASS_RESET,
|
/openbmc/u-boot/arch/arm/mach-stm32mp/ |
H A D | spl.c | 66 ret = uclass_get_device(UCLASS_RESET, 0, &dev); in board_init_f()
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 83 UCLASS_RESET, /* Reset controller device */ enumerator
|
/openbmc/u-boot/drivers/reset/aspeed/ |
H A D | reset-ast2400.c | 104 .id = UCLASS_RESET,
|
H A D | reset-ast2600.c | 112 .id = UCLASS_RESET,
|
H A D | reset-ast2500.c | 136 .id = UCLASS_RESET,
|
/openbmc/u-boot/board/st/stm32mp1/ |
H A D | stm32mp1.c | 92 ret = uclass_get_device_by_of_offset(UCLASS_RESET, args.node, &dev); in board_usb_init()
|