Searched defs:thermal_zone_device_ops (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 74082 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 …]
|