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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dvmlogrdr.c672 static struct class *vmlogrdr_class; variable in typeref:struct:class
704 vmlogrdr_class = class_create(THIS_MODULE, "vmlogrdr");
705 if (IS_ERR(vmlogrdr_class)) {
707 ret = PTR_ERR(vmlogrdr_class);
708 vmlogrdr_class = NULL;
726 class_destroy(vmlogrdr_class);
727 vmlogrdr_class = NULL;
766 vmlogrdr_class,
786 class_device_destroy(vmlogrdr_class,

Completed in 37 milliseconds