Lines Matching defs:cdev
42 #include <linux/cdev.h>2289 struct cdev *cd0, *cd1;4180 struct cdev *cdev;4188 cdev = cdev_alloc();4189 if (!cdev) {4194 cdev->owner = THIS_MODULE;4195 cdev->ops = &st_fops;4196 STm->cdevs[rew] = cdev;4198 error = cdev_add(cdev, cdev_devno, 1);