Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dthermal.h47 struct thermal_zone_device_ops { struct
48 int (*bind) (struct thermal_zone_device *,
50 int (*unbind) (struct thermal_zone_device *,
52 int (*get_temp) (struct thermal_zone_device *, unsigned long *);
53 int (*get_mode) (struct thermal_zone_device *,
55 int (*set_mode) (struct thermal_zone_device *,
57 int (*get_trip_type) (struct thermal_zone_device *, int,
59 int (*get_trip_temp) (struct thermal_zone_device *, int,
61 int (*get_crit_temp) (struct thermal_zone_device *, unsigned long *);
62 int (*notify) (struct thermal_zone_device *, int,