Home
last modified time | relevance | path

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

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