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.
- Config
Token - OPP configuration token.
- Data
- OPP data.
- Freq
Table - OPP frequency table.
- Micro
Volt - The voltage unit.
- Micro
Watt - 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§
- Search
Type OPP
search options.
Traits§
- Config
Ops - OPP configuration callbacks.