Expand description
Device module.
This module provides a framework for managing devices in the kernel. It includes device information and driver management, as well as platform-specific device handling.
Modules§
- block
- char
- fdt
- Flattened Device Tree (FDT) management module.
- manager
- Device Manager Module
- platform
- Platform device driver module.
Structs§
Enums§
- Device
Type - Device type enumeration.
Traits§
- Device
- Device trait.
- Device
Driver - Device driver trait.
- Device
Info