Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dthermal.h95 struct thermal_zone_device_ops { struct
96 int (*bind) (struct thermal_zone_device *,
98 int (*unbind) (struct thermal_zone_device *,
100 int (*get_temp) (struct thermal_zone_device *, int *);
101 int (*get_mode) (struct thermal_zone_device *,
103 int (*set_mode) (struct thermal_zone_device *,
105 int (*get_trip_type) (struct thermal_zone_device *, int,
107 int (*get_trip_temp) (struct thermal_zone_device *, int, int *);
108 int (*set_trip_temp) (struct thermal_zone_device *, int, int);
109 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *);
[all …]