1STRUCT UIO_PORT(9) Device drivers infrastructure STRUCT UIO_PORT(9)
2
3
4
6 struct_uio_port - description of a UIO port region
7
9 struct uio_port {
10 const char * name;
11 unsigned long start;
12 unsigned long size;
13 int porttype;
14 struct uio_portio * portio;
15 };
16
18 name
19 name of the port region for identification
20
21 start
22 start of port region
23
24 size
25 size of port region
26
27 porttype
28 type of port (see UIO_PORT_* below)
29
30 portio
31 for use by the UIO core only.
32
34Kernel Hackers Manual 2.6. June 2019 STRUCT UIO_PORT(9)