Searched refs:uio_port (Results 1 – 3 of 3) sorted by relevance
59 struct uio_port { struct103 struct uio_port port[MAX_UIO_PORT_REGIONS];
128 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()
233 - ``struct uio_port port[ MAX_UIO_PORTS_REGIONS ]``: Required if you235 region you need to fill one of the ``uio_port`` structures. See the306 a ``struct uio_port`` in the ``port[]`` array. Here's a description of307 the fields of ``struct uio_port``:320 Please do not touch the ``portio`` element of ``struct uio_port``! It is