Modules§
- A mod for managing bus-specific functionality.
- Functions and types for managing a device.
- Module for managing DMA memory, using objects for DMA, and creating pools of DMA memory that can be allocated from. Internally, the DMA functions will interact with the kernel to ensure stability of physical addresses for DMA memory, and will also ensure proper coherence between the host and devices.
- A system for handling requests and organizing inflight requests while waiting for responses.
Structs§
- A handle for the root of the bus tree.
- A single manager for both a device and an associated DeviceEventStream.
Functions§
- Get a handle to the root of the bus tree.