Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dthermal.h61 struct thermal_zone_device_ops { struct
62 int (*bind) (struct thermal_zone_device *,
64 int (*unbind) (struct thermal_zone_device *,
66 int (*get_temp) (struct thermal_zone_device *, int *);
67 int (*set_trips) (struct thermal_zone_device *, int, int);
68 int (*change_mode) (struct thermal_zone_device *,
70 int (*get_trip_type) (struct thermal_zone_device *, int,
72 int (*get_trip_temp) (struct thermal_zone_device *, int, int *);
73 int (*set_trip_temp) (struct thermal_zone_device *, int, int);
74 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *);
[all …]
/kernel/linux/linux-4.19/include/linux/
Dthermal.h93 struct thermal_zone_device_ops { struct
94 int (*bind) (struct thermal_zone_device *,
96 int (*unbind) (struct thermal_zone_device *,
98 int (*get_temp) (struct thermal_zone_device *, int *);
99 int (*set_trips) (struct thermal_zone_device *, int, int);
100 int (*get_mode) (struct thermal_zone_device *,
102 int (*set_mode) (struct thermal_zone_device *,
104 int (*get_trip_type) (struct thermal_zone_device *, int,
106 int (*get_trip_temp) (struct thermal_zone_device *, int, int *);
107 int (*set_trip_temp) (struct thermal_zone_device *, int, int);
[all …]