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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/char/
H A Dvmlogrdr.c160 static struct cdev *vmlogrdr_cdev = NULL; variable in typeref:struct:cdev
806 vmlogrdr_cdev = cdev_alloc();
807 if (!vmlogrdr_cdev) {
810 vmlogrdr_cdev->owner = THIS_MODULE;
811 vmlogrdr_cdev->ops = &vmlogrdr_fops;
812 vmlogrdr_cdev->dev = dev;
813 rc = cdev_add(vmlogrdr_cdev, vmlogrdr_cdev->dev, MAXMINOR);
818 kobject_put(&vmlogrdr_cdev->kobj);
819 vmlogrdr_cdev
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/char/
H A Dvmlogrdr.c160 static struct cdev *vmlogrdr_cdev = NULL; variable in typeref:struct:cdev
806 vmlogrdr_cdev = cdev_alloc();
807 if (!vmlogrdr_cdev) {
810 vmlogrdr_cdev->owner = THIS_MODULE;
811 vmlogrdr_cdev->ops = &vmlogrdr_fops;
812 vmlogrdr_cdev->dev = dev;
813 rc = cdev_add(vmlogrdr_cdev, vmlogrdr_cdev->dev, MAXMINOR);
818 kobject_put(&vmlogrdr_cdev->kobj);
819 vmlogrdr_cdev
[all...]

Completed in 26 milliseconds