Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/uio/
H A Duio.c127 struct uio_port *port;
131 static ssize_t portio_name_show(struct uio_port *port, char *buf) in portio_name_show()
139 static ssize_t portio_start_show(struct uio_port *port, char *buf) in portio_start_show()
144 static ssize_t portio_size_show(struct uio_port *port, char *buf) in portio_size_show()
149 static ssize_t portio_porttype_show(struct uio_port *port, char *buf) in portio_porttype_show()
161 ssize_t (*show)(struct uio_port *, char *);
162 ssize_t (*store)(struct uio_port *, const char *, size_t);
192 struct uio_port *port = portio->port; in portio_type_show()
290 struct uio_port *port; in uio_dev_add_attributes()
380 struct uio_port *port; in uio_dev_del_attributes()
/OK3568_Linux_fs/kernel/include/linux/
H A Duio_driver.h60 struct uio_port { struct
106 struct uio_port port[MAX_UIO_PORT_REGIONS];
/OK3568_Linux_fs/external/dpdk/pcie/
H A DREADME.txt21 @@ -65,7 +65,7 @@ struct uio_port {
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A 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