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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dadvantechwdt.c51 static struct platform_device *advwdt_platform_device; variable in typeref:struct:platform_device
328 advwdt_platform_device = platform_device_register_simple(DRV_NAME,
330 if (IS_ERR(advwdt_platform_device)) {
331 err = PTR_ERR(advwdt_platform_device);
344 platform_device_unregister(advwdt_platform_device);

Completed in 60 milliseconds