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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dadvantechwdt.c50 static struct platform_device *advwdt_platform_device; /* the watchdog platform device */ variable in typeref:struct:platform_device
335 advwdt_platform_device = platform_device_register_simple(DRV_NAME, -1, NULL, 0);
336 if (IS_ERR(advwdt_platform_device)) {
337 err = PTR_ERR(advwdt_platform_device);
351 platform_device_unregister(advwdt_platform_device);

Completed in 41 milliseconds