Lines Matching defs:cdev
11 #include <linux/cdev.h>56 struct cdev *cdev = inode->i_cdev;58 return container_of(cdev, struct idxd_cdev, cdev);201 struct cdev *cdev;211 cdev = &idxd_cdev->cdev;233 cdev_init(cdev, &idxd_cdev_fops);234 rc = cdev_device_add(cdev, dev);256 cdev_device_del(&idxd_cdev->cdev, &idxd_cdev->dev);