Expand description
Operating performance points.
This module provides rust abstractions for interacting with the OPP subsystem.
C header: include/linux/pm_opp.h
Reference: https://docs.kernel.org/power/opp.html
Structs§
- Config
- OPP configurations.
- ConfigToken 
- OPP configuration token.
- Data
- OPP data.
- FreqTable 
- OPP frequency table.
- MicroVolt 
- The voltage unit.
- MicroWatt 
- The power unit.
- OPP
- A reference-counted Operating performance point (OPP).
- Table
- A reference-counted OPP table.
- Token
- Handle for a dynamically created OPP.
Enums§
- SearchType 
- OPPsearch options.
Traits§
- ConfigOps 
- OPP configuration callbacks.