Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/watchdog/
A Dnv_tco.c51 static struct platform_device *nv_tco_platform_device; variable
489 nv_tco_platform_device = platform_device_register_simple( in nv_tco_init_module()
491 if (IS_ERR(nv_tco_platform_device)) { in nv_tco_init_module()
492 err = PTR_ERR(nv_tco_platform_device); in nv_tco_init_module()
505 platform_device_unregister(nv_tco_platform_device); in nv_tco_cleanup_module()

Completed in 3 milliseconds