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

/linux-master/drivers/s390/char/
H A Draw3270.h17 extern const struct class class3270;
H A Dfs3270.c524 device_create(&class3270, NULL, MKDEV(IBM_FS3270_MAJOR, minor),
530 device_destroy(&class3270, MKDEV(IBM_FS3270_MAJOR, minor));
549 device_create(&class3270, NULL, MKDEV(IBM_FS3270_MAJOR, 0),
558 device_destroy(&class3270, MKDEV(IBM_FS3270_MAJOR, 0));
H A Draw3270.c32 const struct class class3270 = { variable in typeref:struct:class
35 EXPORT_SYMBOL(class3270); variable
1325 rc = class_register(&class3270);
1341 class_unregister(&class3270);

Completed in 110 milliseconds