Searched defs:thermal_cooling_device_ops (Results 1 – 7 of 7) sorted by relevance
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 107728 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 *);
|
D | vmlinux.h | 107728 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/ |
D | vmlinux.h | 23416 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/ |
D | vmlinux.h | 16152 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 *);
|
D | vmlinux_510.h | 16152 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/ |
D | vmlinux.h | 23847 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 *);
|
D | vmlinux_505.h | 23847 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 *);
|