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
- events
- Device event system for generic device communication.
- fdt
- Flattened Device Tree (FDT) management module.
- graphics
- Graphics device interface
- input
- Input device module
- manager
- Device Manager Module
- network
- Network device interface
- pci
- PCI (Peripheral Component Interconnect) bus module.
- platform
- Platform device driver module.
Structs§
Enums§
- Device
Capability - Device capability flags for neutral feature discovery across ABIs
- Device
Type - Device type enumeration.
Traits§
- Device
- Device trait.
- Device
Driver - Device driver trait.
- Device
Info