Packages
cpufreq
CpuFreq
Cpu
affected_cpus
available_frequencies
available_governors
driver
exists
freq_hardware
freq_kernel
frequency
policy
related_cpus
stats
transition_latency
transitions
cpu_exists
get_hardware_limits
modify_policy_governor
modify_policy_max
modify_policy_min
Cpu
Object Hierarchy:
CpuFreq.Cpu
CpuFreq.Cpu
CpuFreq.Cpu
uint
uint
uint->CpuFreq.Cpu
Description:
[
SimpleType
]
[
CCode
( cname =
"unsigned int"
, lower_case_cprefix =
"cpufreq_"
) ]
public
struct
Cpu
:
uint
Namespace:
CpuFreq
Package:
cpufreq
Content:
Properties:
public
AffectedCpus
affected_cpus
{
owned
get
; }
public
AvailableFrequencies
available_frequencies
{
owned
get
; }
public
AvailableGovernors
available_governors
{
owned
get
; }
public
Driver
driver
{
owned
get
; }
public
bool
exists
{
get
; }
public
Hz
freq_hardware
{
get
; }
public
Hz
freq_kernel
{
get
; }
public
Hz
frequency
{
get
;
set
; }
public
Policy
policy
{
owned
get
;
set
; }
public
RelatedCpus
related_cpus
{
owned
get
; }
public
Stats
stats
{
owned
get
; }
public
ulong
transition_latency
{
get
; }
public
ulong
transitions
{
get
; }
Methods:
public
int
cpu_exists
()
public
int
get_hardware_limits
(
out
Hz
min,
out
Hz
max)
public
int
modify_policy_governor
(
string
governor)
public
int
modify_policy_max
(
Hz
min_freq)
public
int
modify_policy_min
(
Hz
min_freq)
Inherited Members:
All known members inherited from struct uint
MAX
MIN
clamp
from_big_endian
from_little_endian
from_pointer
max
min
parse
to_big_endian
to_little_endian
to_pointer
to_string
try_parse