Home
last modified time | relevance | path

Searched defs:thermal_zone_device_ops (Results 1 – 5 of 5) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h74082 struct thermal_zone_device_ops { struct
74083 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *);
74084 int (*unbind)(struct thermal_zone_device *, struct thermal_cooling_device *);
74085 int (*get_temp)(struct thermal_zone_device *, int *);
74086 int (*set_trips)(struct thermal_zone_device *, int, int);
74087 int (*change_mode)(struct thermal_zone_device *, enum thermal_device_mode);
74088 int (*get_trip_type)(struct thermal_zone_device *, int, enum thermal_trip_type *);
74089 int (*get_trip_temp)(struct thermal_zone_device *, int, int *);
74090 int (*set_trip_temp)(struct thermal_zone_device *, int, int);
74091 int (*get_trip_hyst)(struct thermal_zone_device *, int, int *);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h90437 struct thermal_zone_device_ops { struct
90438 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *);
90439 int (*unbind)(struct thermal_zone_device *, struct thermal_cooling_device *);
90440 int (*get_temp)(struct thermal_zone_device *, int *);
90441 int (*set_trips)(struct thermal_zone_device *, int, int);
90442 int (*change_mode)(struct thermal_zone_device *, enum thermal_device_mode);
90443 int (*get_trip_type)(struct thermal_zone_device *, int, enum thermal_trip_type *);
90444 int (*get_trip_temp)(struct thermal_zone_device *, int, int *);
90445 int (*set_trip_temp)(struct thermal_zone_device *, int, int);
90446 int (*get_trip_hyst)(struct thermal_zone_device *, int, int *);
[all …]
Dvmlinux_510.h90437 struct thermal_zone_device_ops { struct
90438 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *);
90439 int (*unbind)(struct thermal_zone_device *, struct thermal_cooling_device *);
90440 int (*get_temp)(struct thermal_zone_device *, int *);
90441 int (*set_trips)(struct thermal_zone_device *, int, int);
90442 int (*change_mode)(struct thermal_zone_device *, enum thermal_device_mode);
90443 int (*get_trip_type)(struct thermal_zone_device *, int, enum thermal_trip_type *);
90444 int (*get_trip_temp)(struct thermal_zone_device *, int, int *);
90445 int (*set_trip_temp)(struct thermal_zone_device *, int, int);
90446 int (*get_trip_hyst)(struct thermal_zone_device *, int, int *);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h23790 struct thermal_zone_device_ops { struct
23791 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *);
23792 int (*unbind)(struct thermal_zone_device *, struct thermal_cooling_device *);
23793 int (*get_temp)(struct thermal_zone_device *, int *);
23794 int (*set_trips)(struct thermal_zone_device *, int, int);
23795 int (*get_mode)(struct thermal_zone_device *, enum thermal_device_mode *);
23796 int (*set_mode)(struct thermal_zone_device *, enum thermal_device_mode);
23797 int (*get_trip_type)(struct thermal_zone_device *, int, enum thermal_trip_type *);
23798 int (*get_trip_temp)(struct thermal_zone_device *, int, int *);
23799 int (*set_trip_temp)(struct thermal_zone_device *, int, int);
[all …]
Dvmlinux.h23790 struct thermal_zone_device_ops { struct
23791 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *);
23792 int (*unbind)(struct thermal_zone_device *, struct thermal_cooling_device *);
23793 int (*get_temp)(struct thermal_zone_device *, int *);
23794 int (*set_trips)(struct thermal_zone_device *, int, int);
23795 int (*get_mode)(struct thermal_zone_device *, enum thermal_device_mode *);
23796 int (*set_mode)(struct thermal_zone_device *, enum thermal_device_mode);
23797 int (*get_trip_type)(struct thermal_zone_device *, int, enum thermal_trip_type *);
23798 int (*get_trip_temp)(struct thermal_zone_device *, int, int *);
23799 int (*set_trip_temp)(struct thermal_zone_device *, int, int);
[all …]