Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/uio/
Duio.c31 struct uio_device { struct
32 struct module *owner;
33 struct device *dev;
34 int minor;
35 atomic_t event;
36 struct fasync_struct *async_queue;
37 wait_queue_head_t wait;
38 int vma_count;
39 struct uio_info *info;
40 struct kobject *map_dir;
[all …]