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

/linux-4.1.27/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, mon_init()
360 if (IS_ERR(monwriter_pdev)) { mon_init()
361 rc = PTR_ERR(monwriter_pdev); mon_init()
375 platform_device_unregister(monwriter_pdev); mon_init()
384 platform_device_unregister(monwriter_pdev); mon_exit()

Completed in 109 milliseconds