Lines Matching defs:cdev
16 #include <linux/cdev.h>
39 #define cdev_to_ctrldev(i_cdev) container_of(i_cdev, struct rpmsg_ctrldev, cdev)
44 * @cdev: cdev for the ctrl device
50 struct cdev cdev;
156 cdev_init(&ctrldev->cdev, &rpmsg_ctrldev_fops);
157 ctrldev->cdev.owner = THIS_MODULE;
170 ret = cdev_device_add(&ctrldev->cdev, &ctrldev->dev);
204 cdev_device_del(&ctrldev->cdev, &ctrldev->dev);