Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Duio_driver.h70 struct uio_device { struct
71 struct module *owner;
72 struct device dev;
73 int minor;
74 atomic_t event;
75 struct fasync_struct *async_queue;
76 wait_queue_head_t wait;
77 struct uio_info *info;
78 struct mutex info_lock;
102 struct uio_device *uio_dev; argument