Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
Dthermal.h61 struct thermal_zone_device_ops { struct
62 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *);
63 int (*unbind)(struct thermal_zone_device *, struct thermal_cooling_device *);
64 int (*get_temp)(struct thermal_zone_device *, int *);
65 int (*set_trips)(struct thermal_zone_device *, int, int);
66 int (*change_mode)(struct thermal_zone_device *, enum thermal_device_mode);
67 int (*get_trip_type)(struct thermal_zone_device *, int, enum thermal_trip_type *);
68 int (*get_trip_temp)(struct thermal_zone_device *, int, int *);
69 int (*set_trip_temp)(struct thermal_zone_device *, int, int);
70 int (*get_trip_hyst)(struct thermal_zone_device *, int, int *);
[all …]