Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dnv_tco.c55 static struct platform_device *nv_tco_platform_device; variable
490 nv_tco_platform_device = platform_device_register_simple( in nv_tco_init_module()
492 if (IS_ERR(nv_tco_platform_device)) { in nv_tco_init_module()
493 err = PTR_ERR(nv_tco_platform_device); in nv_tco_init_module()
506 platform_device_unregister(nv_tco_platform_device); in nv_tco_cleanup_module()