Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h102899 struct thermal_zone_device { struct
102921 struct thermal_zone_device_ops *ops; argument
102922 struct thermal_zone_params *tzp;
102923 struct thermal_governor *governor;
102924 void *governor_data;
102925 struct list_head thermal_instances;
102926 struct ida ida;
102927 struct mutex lock;
102928 struct list_head node;
102929 struct delayed_work poll_queue;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h112767 struct thermal_zone_device { struct
112789 struct thermal_zone_device_ops *ops; argument
112790 struct thermal_zone_params *tzp;
112791 struct thermal_governor *governor;
112792 void *governor_data;
112793 struct list_head thermal_instances;
112794 struct ida ida;
112795 struct mutex lock;
112796 struct list_head node;
112797 struct delayed_work poll_queue;
[all …]