Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dadvantechwdt.c47 static struct platform_device *advwdt_platform_device; variable
310 advwdt_platform_device = platform_device_register_simple(DRV_NAME, in advwdt_init()
312 if (IS_ERR(advwdt_platform_device)) in advwdt_init()
313 return PTR_ERR(advwdt_platform_device); in advwdt_init()
322 platform_device_unregister(advwdt_platform_device); in advwdt_init()
328 platform_device_unregister(advwdt_platform_device); in advwdt_exit()