Searched refs:advwdt_platform_device (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 136 milliseconds