Home
last modified time | relevance | path

Searched refs:UCLASS_RESET (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dreset.c23 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 Dreset-uclass.c52 ret = uclass_get_device_by_ofnode(UCLASS_RESET, args.node, in reset_get_by_index()
228 .id = UCLASS_RESET,
H A Dtegra-car-reset.c68 .id = UCLASS_RESET,
H A Dreset-bcm6345.c79 .id = UCLASS_RESET,
H A Dtegra186-reset.c77 .id = UCLASS_RESET,
H A Dreset-meson.c84 .id = UCLASS_RESET,
H A Dsandbox-reset.c89 .id = UCLASS_RESET,
H A Dstm32-reset.c89 .id = UCLASS_RESET,
H A Dreset-socfpga.c99 .id = UCLASS_RESET,
H A Dreset-mediatek.c98 .id = UCLASS_RESET,
H A Dreset-sunxi.c120 .id = UCLASS_RESET,
H A Dreset-rockchip.c128 .id = UCLASS_RESET,
H A Dreset-ti-sci.c201 .id = UCLASS_RESET,
H A Dreset-uniphier.c369 .id = UCLASS_RESET,
H A Dsti-reset.c333 .id = UCLASS_RESET,
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dspl.c66 ret = uclass_get_device(UCLASS_RESET, 0, &dev); in board_init_f()
/openbmc/u-boot/include/dm/
H A Duclass-id.h83 UCLASS_RESET, /* Reset controller device */ enumerator
/openbmc/u-boot/drivers/reset/aspeed/
H A Dreset-ast2400.c104 .id = UCLASS_RESET,
H A Dreset-ast2600.c112 .id = UCLASS_RESET,
H A Dreset-ast2500.c136 .id = UCLASS_RESET,
/openbmc/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c92 ret = uclass_get_device_by_of_offset(UCLASS_RESET, args.node, &dev); in board_usb_init()