Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Ddevices.c387 static struct platform_device omap_wdt_device = { variable
404 ret = platform_device_register(&omap_wdt_device); in omap_init_wdt()
406 ret = platform_device_add_data(&omap_wdt_device, &pdata, in omap_init_wdt()
409 platform_device_del(&omap_wdt_device); in omap_init_wdt()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Ddevices.c335 static struct platform_device omap_wdt_device = { variable
352 ret = platform_device_register(&omap_wdt_device); in omap_init_wdt()
354 ret = platform_device_add_data(&omap_wdt_device, &pdata, in omap_init_wdt()
357 platform_device_del(&omap_wdt_device); in omap_init_wdt()

Completed in 1 milliseconds