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

/linux-4.4.14/drivers/watchdog/
H A Dgeodewdt.c49 static struct platform_device *geodewdt_platform_device; variable in typeref:struct:platform_device
269 geodewdt_platform_device = platform_device_register_simple(DRV_NAME, geodewdt_init()
271 if (IS_ERR(geodewdt_platform_device)) geodewdt_init()
272 return PTR_ERR(geodewdt_platform_device); geodewdt_init()
280 platform_device_unregister(geodewdt_platform_device); geodewdt_init()
286 platform_device_unregister(geodewdt_platform_device); geodewdt_exit()

Completed in 116 milliseconds