Home
last modified time | relevance | path

Searched refs:cdev (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
Dcdev.h5 struct cdev { struct
14 void cdev_init(struct cdev *, const struct file_operations *); argument
16 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 *);
Dinput.h918 struct class_device cdev; member
926 #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()
Drtc.h148 struct cdev char_dev;
Dfs.h534 struct cdev *i_cdev;