Searched refs:monwriter_pdev (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/s390/char/
H A Dmonwriter.c341 static struct platform_device *monwriter_pdev; variable in typeref:struct:platform_device
358 monwriter_pdev = platform_device_register_simple("monwriter", -1, NULL,
360 if (IS_ERR(monwriter_pdev)) {
361 rc = PTR_ERR(monwriter_pdev);
375 platform_device_unregister(monwriter_pdev);
384 platform_device_unregister(monwriter_pdev);

Completed in 158 milliseconds