Module device

Module device 

Source
Expand description

设备抽象层,提供块设备接口、内存磁盘实现和网络设备接口

Re-exports§

pub use block::ram_disk::RamDisk;

Modules§

block
块设备模块
bus
设备总线模块
console
控制台驱动模块
device_tree
设备树模块
gpu
GPU 设备模块
input
输入设备模块
irq
中断管理模块
net
网络设备驱动模块
rtc
RTC 设备驱动模块
serial
串行设备驱动模块
virtio_hal
HAL (硬件抽象层) 实现,用于适配 virtio-drivers 0.12.0 库

Structs§

BLK_DRIVERS
CMDLINE
DRIVERS
IRQ_MANAGER
RTC_DRIVERS
SERIAL_DRIVERS

Enums§

DeviceType
设备类型枚举

Traits§

Driver
设备驱动程序特征

Functions§

register_driver
注册设备驱动