Module device

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

GenericDevice

Enums§

DeviceCapability
Device capability flags for neutral feature discovery across ABIs
DeviceType
Device type enumeration.

Traits§

Device
Device trait.
DeviceDriver
Device driver trait.
DeviceInfo