Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthermal.h70 struct thermal_zone_device_ops { struct
71 int (*bind) (struct thermal_zone_device *,
73 int (*unbind) (struct thermal_zone_device *,
75 int (*get_temp) (struct thermal_zone_device *, int *);
76 int (*set_trips) (struct thermal_zone_device *, int, int);
77 int (*change_mode) (struct thermal_zone_device *,
81 int (*get_crit_temp) (struct thermal_zone_device *, int *);
82 int (*set_emul_temp) (struct thermal_zone_device *, int);
83 int (*get_trend) (struct thermal_zone_device *,
85 void (*hot)(struct thermal_zone_device *);
[all …]