Searched defs:uio_device (Results 1 – 1 of 1) sorted by relevance
66 struct uio_device { struct67 struct module *owner;68 struct device *dev;69 int minor;70 atomic_t event;71 struct fasync_struct *async_queue;95 struct uio_device *uio_dev; argument