Searched refs:UCLASS_WDT (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/sysreset/ |
| H A D | sysreset_ast.c | 20 int ret = uclass_first_device(UCLASS_WDT, &wdt); in ast_sysreset_request()
|
| H A D | sysreset_watchdog.c | 38 err = uclass_get_device_by_phandle(UCLASS_WDT, dev, in wdt_reboot_probe()
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | wdt.c | 22 ut_assertok(uclass_get_device(UCLASS_WDT, 0, &dev)); in dm_test_wdt_base()
|
| /OK3568_Linux_fs/u-boot/drivers/watchdog/ |
| H A D | sandbox_wdt.c | 63 .id = UCLASS_WDT,
|
| H A D | wdt-uclass.c | 70 .id = UCLASS_WDT,
|
| H A D | bcm6345_wdt.c | 105 .id = UCLASS_WDT,
|
| H A D | ast_wdt.c | 118 .id = UCLASS_WDT,
|
| H A D | rockchip_wdt.c | 161 .id = UCLASS_WDT,
|
| H A D | orion_wdt.c | 171 .id = UCLASS_WDT,
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 101 UCLASS_WDT, /* Watchdot Timer driver */ enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/reset/ |
| H A D | ast2500-reset.c | 30 ret = uclass_get_device_by_phandle(UCLASS_WDT, dev, "aspeed,wdt", in ast2500_ofdata_to_platdata()
|
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-power.c | 115 ret = uclass_get_device(UCLASS_WDT, 0, &dev); in do_test_wdt()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | device.c | 96 drv->id == UCLASS_WDT) { in device_bind_common() 224 UCLASS_WDT, /* reliable sysreset */ in device_bind_common()
|
| /OK3568_Linux_fs/u-boot/board/CZ.NIC/turris_omnia/ |
| H A D | turris_omnia.c | 368 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in board_init()
|