Searched refs:cdev (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/linux/
H A Dcdev.h5 struct cdev { struct
14 void cdev_init(struct cdev *, const struct file_operations *);
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 *);
H A Drtc.h112 #include <linux/cdev.h>
148 struct cdev char_dev;
H A Dmt9t013.h33 #include <linux/cdev.h>
H A Dfs.h836 struct cdev *i_cdev;
/external/kernel-headers/original/linux/usb/
H A Dfunctionfs.h178 static int functionfs_bind(struct ffs_data *ffs, struct usb_composite_dev *cdev)
183 static int functionfs_bind_config(struct usb_composite_dev *cdev,

Completed in 224 milliseconds