Searched defs:thermal_zone_device_ops (Results  1 – 5 of 5) sorted by relevance
| /external/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 …] 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 90437 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 …] 
 | 
| D | vmlinux_510.h | 90437 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/ | 
| D | vmlinux_505.h | 23790 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 …] 
 | 
| D | vmlinux.h | 23790 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 …] 
 |