uio_register_device() do two things.
1) get an uio id from a global pool, e.g. the id is
2) create file nodes like /sys/class/uio/uio
uio_unregister_device() do two things.
1) free the uio id and return it to the global pool
2) free the file node /sys/class/uio/uio
There is a situation is that
uio_register_device() do two things.
1) get an uio id from a global pool, e.g. the id is
2) create file nodes like /sys/class/uio/uio
uio_unregister_device() do two things.
1) free the uio id and return it to the global pool
2) free the file node /sys/class/uio/uio
There is a situation is that
2 matches
Mail list logo