Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h107728 struct thermal_cooling_device_ops { struct
107729 int (*get_max_state)(struct thermal_cooling_device *, long unsigned int *);
107730 int (*get_cur_state)(struct thermal_cooling_device *, long unsigned int *);
107731 int (*set_cur_state)(struct thermal_cooling_device *, long unsigned int);
107732 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
107733 int (*state2power)(struct thermal_cooling_device *, long unsigned int, u32 *);
107734 int (*power2state)(struct thermal_cooling_device *, u32, long unsigned int *);
Dvmlinux.h107728 struct thermal_cooling_device_ops { struct
107729 int (*get_max_state)(struct thermal_cooling_device *, long unsigned int *);
107730 int (*get_cur_state)(struct thermal_cooling_device *, long unsigned int *);
107731 int (*set_cur_state)(struct thermal_cooling_device *, long unsigned int);
107732 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
107733 int (*state2power)(struct thermal_cooling_device *, long unsigned int, u32 *);
107734 int (*power2state)(struct thermal_cooling_device *, u32, long unsigned int *);
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h23416 struct thermal_cooling_device_ops { struct
23417 int (*get_max_state)(struct thermal_cooling_device *, long unsigned int *);
23418 int (*get_cur_state)(struct thermal_cooling_device *, long unsigned int *);
23419 int (*set_cur_state)(struct thermal_cooling_device *, long unsigned int);
23420 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
23421 int (*state2power)(struct thermal_cooling_device *, long unsigned int, u32 *);
23422 int (*power2state)(struct thermal_cooling_device *, u32, long unsigned int *);
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h16152 struct thermal_cooling_device_ops { struct
16153 int (*get_max_state)(struct thermal_cooling_device *, long unsigned int *);
16154 int (*get_cur_state)(struct thermal_cooling_device *, long unsigned int *);
16155 int (*set_cur_state)(struct thermal_cooling_device *, long unsigned int);
16156 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
16157 int (*state2power)(struct thermal_cooling_device *, long unsigned int, u32 *);
16158 int (*power2state)(struct thermal_cooling_device *, u32, long unsigned int *);
Dvmlinux_510.h16152 struct thermal_cooling_device_ops { struct
16153 int (*get_max_state)(struct thermal_cooling_device *, long unsigned int *);
16154 int (*get_cur_state)(struct thermal_cooling_device *, long unsigned int *);
16155 int (*set_cur_state)(struct thermal_cooling_device *, long unsigned int);
16156 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
16157 int (*state2power)(struct thermal_cooling_device *, long unsigned int, u32 *);
16158 int (*power2state)(struct thermal_cooling_device *, u32, long unsigned int *);
/external/bcc/libbpf-tools/x86/
Dvmlinux.h23847 struct thermal_cooling_device_ops { struct
23848 int (*get_max_state)(struct thermal_cooling_device *, long unsigned int *);
23849 int (*get_cur_state)(struct thermal_cooling_device *, long unsigned int *);
23850 int (*set_cur_state)(struct thermal_cooling_device *, long unsigned int);
23851 int (*get_requested_power)(struct thermal_cooling_device *, struct thermal_zone_device *, u32 *);
23852 …te2power)(struct thermal_cooling_device *, struct thermal_zone_device *, long unsigned int, u32 *);
23853 …er2state)(struct thermal_cooling_device *, struct thermal_zone_device *, u32, long unsigned int *);
Dvmlinux_505.h23847 struct thermal_cooling_device_ops { struct
23848 int (*get_max_state)(struct thermal_cooling_device *, long unsigned int *);
23849 int (*get_cur_state)(struct thermal_cooling_device *, long unsigned int *);
23850 int (*set_cur_state)(struct thermal_cooling_device *, long unsigned int);
23851 int (*get_requested_power)(struct thermal_cooling_device *, struct thermal_zone_device *, u32 *);
23852 …te2power)(struct thermal_cooling_device *, struct thermal_zone_device *, long unsigned int, u32 *);
23853 …er2state)(struct thermal_cooling_device *, struct thermal_zone_device *, u32, long unsigned int *);