Lines Matching defs:cdev
10 #include <linux/cdev.h>
179 struct cdev *cdev = inode->i_cdev;
181 return container_of(cdev, struct idxd_cdev, cdev);
452 struct cdev *cdev;
463 cdev = &idxd_cdev->cdev;
484 cdev_init(cdev, &idxd_cdev_fops);
485 rc = cdev_device_add(cdev, dev);
506 cdev_device_del(&idxd_cdev->cdev, cdev_dev(idxd_cdev));
523 * - The IDXD cdev driver does not provide any ways to pin
527 * the cdev not usable for normal application usage.