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§
- OPP configurations.
- OPP configuration token.
- OPP data.
- OPP frequency table.
- The voltage unit.
- The power unit.
- A reference-counted Operating performance point (OPP).
- A reference-counted OPP table.
- Handle for a dynamically created
OPP
.
Enums§
OPP
search options.
Traits§
- OPP configuration callbacks.