Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h102865 struct thermal_zone_device_ops { struct
102866 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *);
102867 int (*unbind)(struct thermal_zone_device *, struct thermal_cooling_device *);
102868 int (*get_temp)(struct thermal_zone_device *, int *);
102869 int (*set_trips)(struct thermal_zone_device *, int, int);
102870 int (*change_mode)(struct thermal_zone_device *, enum thermal_device_mode);
102871 int (*set_trip_temp)(struct thermal_zone_device *, int, int);
102872 int (*set_trip_hyst)(struct thermal_zone_device *, int, int);
102873 int (*get_crit_temp)(struct thermal_zone_device *, int *);
102874 int (*set_emul_temp)(struct thermal_zone_device *, int);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h112733 struct thermal_zone_device_ops { struct
112734 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *);
112735 int (*unbind)(struct thermal_zone_device *, struct thermal_cooling_device *);
112736 int (*get_temp)(struct thermal_zone_device *, int *);
112737 int (*set_trips)(struct thermal_zone_device *, int, int);
112738 int (*change_mode)(struct thermal_zone_device *, enum thermal_device_mode);
112739 int (*set_trip_temp)(struct thermal_zone_device *, int, int);
112740 int (*set_trip_hyst)(struct thermal_zone_device *, int, int);
112741 int (*get_crit_temp)(struct thermal_zone_device *, int *);
112742 int (*set_emul_temp)(struct thermal_zone_device *, int);
[all …]