Searched refs:cdev (Results 1 – 4 of 4) sorted by relevance
5 struct cdev { struct14 void cdev_init(struct cdev *, const struct file_operations *); argument16 struct cdev *cdev_alloc(void);18 void cdev_put(struct cdev *p);20 int cdev_add(struct cdev *, dev_t, unsigned);22 void cdev_del(struct cdev *);
918 struct class_device cdev; member926 #define to_input_dev(d) container_of(d, struct input_dev, cdev)1045 return to_input_dev(class_device_get(&dev->cdev)); in input_get_device()1050 class_device_put(&dev->cdev); in input_put_device()
148 struct cdev char_dev;
534 struct cdev *i_cdev;