Home
last modified time | relevance | path

Searched defs:cdev_init (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dchar_dev.c651 void cdev_init(struct cdev *cdev, const struct file_operations *fops) in cdev_init() function
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h270 #define cdev_init(...) do { } while (0) macro