Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dthermal.h87 struct thermal_zone_device_ops { struct
88 int (*bind) (struct thermal_zone_device *,
90 int (*unbind) (struct thermal_zone_device *,
92 int (*get_temp) (struct thermal_zone_device *, unsigned long *);
93 int (*get_mode) (struct thermal_zone_device *,
95 int (*set_mode) (struct thermal_zone_device *,
97 int (*get_trip_type) (struct thermal_zone_device *, int,
99 int (*get_trip_temp) (struct thermal_zone_device *, int,
101 int (*set_trip_temp) (struct thermal_zone_device *, int,
103 int (*get_trip_hyst) (struct thermal_zone_device *, int,
[all …]