Searched refs:portio (Results 1 – 3 of 3) sorted by relevance
130 #define to_portio(portio) container_of(portio, struct uio_portio, kobj) argument182 ATTRIBUTE_GROUPS(portio);187 kfree(portio); in portio_release()293 struct uio_portio *portio; in uio_dev_add_attributes() local337 portio = kzalloc(sizeof(*portio), GFP_KERNEL); in uio_dev_add_attributes()338 if (!portio) { in uio_dev_add_attributes()343 portio->port = port; in uio_dev_add_attributes()344 port->portio = portio; in uio_dev_add_attributes()361 portio = port->portio; in uio_dev_add_attributes()362 kobject_put(&portio->kobj); in uio_dev_add_attributes()[all …]
64 struct uio_portio *portio; member
192 ``/sys/class/uio/uioX/portio/`` was added. It only exists if the driver195 on, will appear underneath ``/sys/class/uio/uioX/portio/``.320 Please do not touch the ``portio`` element of ``struct uio_port``! It is
Completed in 6 milliseconds