Lines Matching defs:cdev
41 #include <linux/cdev.h>2288 struct cdev *cd0, *cd1;4210 struct cdev *cdev;4218 cdev = cdev_alloc();4219 if (!cdev) {4224 cdev->owner = THIS_MODULE;4225 cdev->ops = &st_fops;4226 STm->cdevs[rew] = cdev;4228 error = cdev_add(cdev, cdev_devno, 1);