Searched refs:vmlogrdr_cdev (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.c156 static struct cdev *vmlogrdr_cdev = NULL; variable in typeref:struct:cdev
800 vmlogrdr_cdev = cdev_alloc();
801 if (!vmlogrdr_cdev) {
804 vmlogrdr_cdev->owner = THIS_MODULE;
805 vmlogrdr_cdev->ops = &vmlogrdr_fops;
806 vmlogrdr_cdev->dev = dev;
807 rc = cdev_add(vmlogrdr_cdev, vmlogrdr_cdev->dev, MAXMINOR);
812 kobject_put(&vmlogrdr_cdev->kobj);
813 vmlogrdr_cdev
[all...]

Completed in 89 milliseconds