Home
last modified time | relevance | path

Searched refs:uio_port (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Duio_driver.h59 struct uio_port { struct
103 struct uio_port port[MAX_UIO_PORT_REGIONS];
/Linux-v6.1/drivers/uio/
Duio.c128 struct uio_port *port;
132 static ssize_t portio_name_show(struct uio_port *port, char *buf) in portio_name_show()
140 static ssize_t portio_start_show(struct uio_port *port, char *buf) in portio_start_show()
145 static ssize_t portio_size_show(struct uio_port *port, char *buf) in portio_size_show()
150 static ssize_t portio_porttype_show(struct uio_port *port, char *buf) in portio_porttype_show()
162 ssize_t (*show)(struct uio_port *, char *);
163 ssize_t (*store)(struct uio_port *, const char *, size_t);
194 struct uio_port *port = portio->port; in portio_type_show()
292 struct uio_port *port; in uio_dev_add_attributes()
382 struct uio_port *port; in uio_dev_del_attributes()
/Linux-v6.1/Documentation/driver-api/
Duio-howto.rst233 - ``struct uio_port port[ MAX_UIO_PORTS_REGIONS ]``: Required if you
235 region you need to fill one of the ``uio_port`` structures. See the
306 a ``struct uio_port`` in the ``port[]`` array. Here's a description of
307 the fields of ``struct uio_port``:
320 Please do not touch the ``portio`` element of ``struct uio_port``! It is