Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dthermal.h56 struct thermal_zone_device_ops { struct
57 int (*bind) (struct thermal_zone_device *,
59 int (*unbind) (struct thermal_zone_device *,
61 int (*get_temp) (struct thermal_zone_device *, int *);
62 int (*set_trips) (struct thermal_zone_device *, int, int);
63 int (*change_mode) (struct thermal_zone_device *,
65 int (*get_trip_type) (struct thermal_zone_device *, int,
72 int (*set_emul_temp) (struct thermal_zone_device *, int);
73 int (*get_trend) (struct thermal_zone_device *, int,
75 void (*hot)(struct thermal_zone_device *);
[all …]

Completed in 5 milliseconds