other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
STRUCT UIO_PORT(9) | Device drivers infrastructure | STRUCT UIO_PORT(9) |
NAME¶
struct_uio_port - description of a UIO port regionSYNOPSIS¶
struct uio_port { const char * name; unsigned long start; unsigned long size; int porttype; struct uio_portio * portio; };
MEMBERS¶
namename of the port region for
identification
start
start of port region
size
size of port region
porttype
type of port (see UIO_PORT_* below)
portio
for use by the UIO core only.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |