Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dsp5100_tco.c58 static struct platform_device *sp5100_tco_platform_device; variable
555 sp5100_tco_platform_device = platform_device_register_simple( in sp5100_tco_init_module()
557 if (IS_ERR(sp5100_tco_platform_device)) { in sp5100_tco_init_module()
558 err = PTR_ERR(sp5100_tco_platform_device); in sp5100_tco_init_module()
571 platform_device_unregister(sp5100_tco_platform_device); in sp5100_tco_cleanup_module()