Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap1/
Ddevices.c431 static struct platform_device omap_wdt_device = { variable
448 ret = platform_device_register(&omap_wdt_device); in omap_init_wdt()
450 ret = platform_device_add_data(&omap_wdt_device, &pdata, in omap_init_wdt()
453 platform_device_del(&omap_wdt_device); in omap_init_wdt()