Module device

Source
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§

GenericDevice

Enums§

DeviceType
Device type enumeration.

Traits§

Device
Device trait.
DeviceDriver
Device driver trait.
DeviceInfo