Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h102990 struct thermal_cooling_device_ops { struct
102991 int (*get_max_state)(struct thermal_cooling_device *, unsigned long *);
102992 int (*get_cur_state)(struct thermal_cooling_device *, unsigned long *);
102993 int (*set_cur_state)(struct thermal_cooling_device *, unsigned long);
102994 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
102995 int (*state2power)(struct thermal_cooling_device *, unsigned long, u32 *);
102996 int (*power2state)(struct thermal_cooling_device *, u32, unsigned long *);
102997 u64 android_kabi_reserved1;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h80016 struct thermal_cooling_device_ops { struct
80017 int (*get_max_state)(struct thermal_cooling_device *, unsigned long *);
80018 int (*get_cur_state)(struct thermal_cooling_device *, unsigned long *);
80019 int (*set_cur_state)(struct thermal_cooling_device *, unsigned long);
80020 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
80021 int (*state2power)(struct thermal_cooling_device *, unsigned long, u32 *);
80022 int (*power2state)(struct thermal_cooling_device *, u32, unsigned long *);
80023 u64 android_kabi_reserved1;