Home
last modified time | relevance | path

Searched defs:thermal_zone_params (Results 1 – 5 of 5) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h74102 struct thermal_zone_params { struct
74103 char governor_name[20];
74104 bool no_hwmon;
74105 int num_tbps;
74106 struct thermal_bind_params *tbp;
74107 u32 sustainable_power;
74108 s32 k_po;
74109 s32 k_pu;
74110 s32 k_i;
74111 s32 k_d;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h90456 struct thermal_zone_params { struct
90457 char governor_name[20];
90458 bool no_hwmon;
90459 int num_tbps;
90460 struct thermal_bind_params *tbp;
90461 u32 sustainable_power;
90462 s32 k_po;
90463 s32 k_pu;
90464 s32 k_i;
90465 s32 k_d;
[all …]
Dvmlinux_510.h90456 struct thermal_zone_params { struct
90457 char governor_name[20];
90458 bool no_hwmon;
90459 int num_tbps;
90460 struct thermal_bind_params *tbp;
90461 u32 sustainable_power;
90462 s32 k_po;
90463 s32 k_pu;
90464 s32 k_i;
90465 s32 k_d;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h23863 struct thermal_zone_params { struct
23864 char governor_name[20];
23865 bool no_hwmon;
23866 int num_tbps;
23867 struct thermal_bind_params *tbp;
23868 u32 sustainable_power;
23869 s32 k_po;
23870 s32 k_pu;
23871 s32 k_i;
23872 s32 k_d;
[all …]
Dvmlinux_505.h23863 struct thermal_zone_params { struct
23864 char governor_name[20];
23865 bool no_hwmon;
23866 int num_tbps;
23867 struct thermal_bind_params *tbp;
23868 u32 sustainable_power;
23869 s32 k_po;
23870 s32 k_pu;
23871 s32 k_i;
23872 s32 k_d;
[all …]