Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duio_driver.h69 struct uio_device { struct
70 struct module *owner;
71 struct device dev;
72 int minor;
73 atomic_t event;
74 struct fasync_struct *async_queue;
75 wait_queue_head_t wait;
99 struct uio_device *uio_dev; argument