Expand description
Driver Framework Implementation
Provides driver registration, device enumeration, and driver-device binding.
Structs§
- Device
Id - Device identifier
- Device
Info - Device information
- Driver
Framework - Driver framework
- Driver
Framework Stats - Driver framework statistics
Enums§
- Device
Class - Device class
- Device
Event - Device event for hot-plug notifications.
- Device
Status - Device status
Traits§
- Bus
- Bus operations trait
- Device
Event Listener - Trait for receiving device hot-plug events.
- Driver
- Driver operations trait
Functions§
- get_
driver_ framework - Get the global driver framework.
- init
- Initialize the driver framework
- try_
get_ driver_ framework - Try to get the global driver framework without panicking.