Expand description
Devres abstraction
Devres
represents an abstraction for the kernel devres (device resource management)
implementation.
Structs§
- Devres
- This abstraction is meant to be used by subsystems to containerize
Device
bound resources to manage their lifetime.
Functions§
- register
- Encapsulate
data
in aKBox
andDrop::drop
data
oncedev
is unbound.