Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-omap1/
Ddevices.c430 static struct platform_device omap_wdt_device = { variable
447 ret = platform_device_register(&omap_wdt_device); in omap_init_wdt()
449 ret = platform_device_add_data(&omap_wdt_device, &pdata, in omap_init_wdt()
452 platform_device_del(&omap_wdt_device); in omap_init_wdt()