Searched refs:ubi32_wdt_device (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/watchdog/
H A Dubi32_wdt.c546 static struct platform_device *ubi32_wdt_device; variable in typeref:struct:platform_device
591 ubi32_wdt_device = platform_device_register_simple(WATCHDOG_NAME, -1, NULL, 0);
592 if (IS_ERR(ubi32_wdt_device)) {
595 return PTR_ERR(ubi32_wdt_device);
610 platform_device_unregister(ubi32_wdt_device);

Completed in 76 milliseconds