Expand description
CPU frequency scaling.
This module provides rust abstractions for interacting with the cpufreq subsystem.
C header: include/linux/cpufreq.h
Reference: https://docs.kernel.org/admin-guide/pm/cpufreq.html
Modules§
- CPU frequency driver flags.
Structs§
- CPU frequency policy.
- Policy data.
- CPU frequency driver Registration.
- CPU frequency table.
- CPU frequency table owned and pinned in memory, created from a
TableBuilder
. - CPU frequency table builder.
- The frequency table index.
Enums§
- CPU frequency selection relations.
Constants§
- Default transition latency value in nanoseconds.
Traits§
- CPU frequency driver.