Home
last modified time | relevance | path

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

/external/u-boot/test/dm/
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()
/external/u-boot/drivers/reset/
Dreset-uclass.c52 ret = uclass_get_device_by_ofnode(UCLASS_RESET, args.node, in reset_get_by_index()
219 .id = UCLASS_RESET,
Dtegra-car-reset.c68 .id = UCLASS_RESET,
Dreset-bcm6345.c79 .id = UCLASS_RESET,
Dtegra186-reset.c77 .id = UCLASS_RESET,
Dreset-meson.c84 .id = UCLASS_RESET,
Dsandbox-reset.c89 .id = UCLASS_RESET,
Dast2500-reset.c97 .id = UCLASS_RESET,
Dreset-socfpga.c99 .id = UCLASS_RESET,
Dstm32-reset.c98 .id = UCLASS_RESET,
Dreset-rockchip.c128 .id = UCLASS_RESET,
Dreset-uniphier.c369 .id = UCLASS_RESET,
Dsti-reset.c333 .id = UCLASS_RESET,
/external/u-boot/arch/arm/mach-stm32mp/
Dspl.c66 ret = uclass_get_device(UCLASS_RESET, 0, &dev); in board_init_f()
/external/u-boot/include/dm/
Duclass-id.h73 UCLASS_RESET, /* Reset controller device */ enumerator