Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h102949 struct thermal_zone_params { struct
102950 char governor_name[20];
102951 bool no_hwmon;
102952 u32 sustainable_power;
102953 s32 k_po;
102954 s32 k_pu;
102955 s32 k_i;
102956 s32 k_d;
102957 s32 integral_cutoff;
102958 int slope;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h112817 struct thermal_zone_params { struct
112818 char governor_name[20];
112819 bool no_hwmon;
112820 u32 sustainable_power;
112821 s32 k_po;
112822 s32 k_pu;
112823 s32 k_i;
112824 s32 k_d;
112825 s32 integral_cutoff;
112826 int slope;
[all …]