Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dreset.c24 ut_assertok(uclass_get_device_by_name(UCLASS_RESET, "reset-ctl", in dm_test_reset()
49 ut_assertok(uclass_get_device_by_name(UCLASS_RESET, "reset-ctl", in dm_test_reset_bulk()
/OK3568_Linux_fs/u-boot/drivers/reset/
H A Dreset-uclass.c55 ret = uclass_get_device_by_ofnode(UCLASS_RESET, args.node, in reset_get_by_index()
222 .id = UCLASS_RESET,
H A Dtegra-car-reset.c69 .id = UCLASS_RESET,
H A Dreset-bcm6345.c84 .id = UCLASS_RESET,
H A Dreset-scmi.c79 .id = UCLASS_RESET,
H A Dtegra186-reset.c78 .id = UCLASS_RESET,
H A Dsandbox-reset.c90 .id = UCLASS_RESET,
H A Dast2500-reset.c100 .id = UCLASS_RESET,
H A Dreset-rockchip.c100 .id = UCLASS_RESET,
H A Dreset-uniphier.c361 .id = UCLASS_RESET,
H A Dsti-reset.c334 .id = UCLASS_RESET,
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass-id.h76 UCLASS_RESET, /* Reset controller device */ enumerator