Searched defs:uio_device (Results 1 – 1 of 1) sorted by relevance
76 struct uio_device { struct77 struct module *owner;78 struct device dev;79 int minor;80 atomic_t event;81 struct fasync_struct *async_queue;82 wait_queue_head_t wait;106 struct uio_device *uio_dev; argument