Lines Matching defs:cdev
20 #include <linux/cdev.h>
216 * @cdev Character device
220 struct cdev cdev;
2067 cdev_init(&riocm_cdev.cdev, &riocm_cdev_fops);
2068 riocm_cdev.cdev.owner = THIS_MODULE;
2069 ret = cdev_add(&riocm_cdev.cdev, devno, 1);
2077 cdev_del(&riocm_cdev.cdev);
2081 riocm_debug(MPORT, "Added %s cdev(%d:%d)",
2369 cdev_del(&(riocm_cdev.cdev));