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

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

Completed in 162 milliseconds