Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/uio/
H A Duio.c129 #define to_portio(portio) container_of(portio, struct uio_portio, kobj) argument
184 struct uio_portio *portio = to_portio(kobj); in portio_release() local
185 kfree(portio); in portio_release()
191 struct uio_portio *portio = to_portio(kobj); in portio_type_show() local
192 struct uio_port *port = portio->port; in portio_type_show()
291 struct uio_portio *portio; in uio_dev_add_attributes() local
335 portio = kzalloc(sizeof(*portio), GFP_KERNEL); in uio_dev_add_attributes()
336 if (!portio) { in uio_dev_add_attributes()
340 kobject_init(&portio->kobj, &portio_attr_type); in uio_dev_add_attributes()
341 portio->port = port; in uio_dev_add_attributes()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Duio_driver.h65 struct uio_portio *portio; member
/OK3568_Linux_fs/external/dpdk/pcie/
H A DREADME.txt22 struct uio_portio *portio;
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Duio-howto.rst192 ``/sys/class/uio/uioX/portio/`` was added. It only exists if the driver
195 on, will appear underneath ``/sys/class/uio/uioX/portio/``.
320 Please do not touch the ``portio`` element of ``struct uio_port``! It is