Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/uio/
Duio.c131 #define to_portio(portio) container_of(portio, struct uio_portio, kobj) argument
183 ATTRIBUTE_GROUPS(portio);
187 struct uio_portio *portio = to_portio(kobj); in portio_release() local
188 kfree(portio); in portio_release()
194 struct uio_portio *portio = to_portio(kobj); in portio_type_show() local
195 struct uio_port *port = portio->port; in portio_type_show()
294 struct uio_portio *portio; in uio_dev_add_attributes() local
338 portio = kzalloc(sizeof(*portio), GFP_KERNEL); in uio_dev_add_attributes()
339 if (!portio) { in uio_dev_add_attributes()
343 kobject_init(&portio->kobj, &portio_attr_type); in uio_dev_add_attributes()
[all …]
/linux-6.12.1/include/linux/
Duio_driver.h71 struct uio_portio *portio; member
/linux-6.12.1/Documentation/driver-api/
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