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

/fs/
H A Dchar_dev.c20 #include <linux/cdev.h>
58 struct cdev *cdev; /* will die */ member in struct:char_device_struct
244 * __register_chrdev() - create and register a cdev occupying a range of minors
269 struct cdev *cdev; local
276 cdev = cdev_alloc();
277 if (!cdev)
280 cdev->owner = fops->owner;
281 cdev
430 cdev_purge(struct cdev *cdev) argument
560 cdev_init(struct cdev *cdev, const struct file_operations *fops) argument
[all...]
H A Dfile_table.c20 #include <linux/cdev.h>
H A Dinode.c12 #include <linux/cdev.h>
/fs/fuse/
H A Dcuse.c19 * cdev : the implemented character device
20 * dev : generic device for cdev
27 * the lookup table preventing further access from cdev, cdev and
37 #include <linux/cdev.h>
59 struct cdev *cdev; /* associated character device */ member in struct:cuse_conn
60 struct device *dev; /* device representing @cdev */
323 struct cdev *cdev; local
[all...]
/fs/pstore/
H A Dpmsg.c14 #include <linux/cdev.h>
/fs/ubifs/
H A Dsuper.c2083 return c->vi.cdev == c1->vi.cdev;

Completed in 696 milliseconds