Linux Kernel
3.7.1
|
#include <thermal.h>
Data Fields | |
int(* | bind )(struct thermal_zone_device *, struct thermal_cooling_device *) |
int(* | unbind )(struct thermal_zone_device *, struct thermal_cooling_device *) |
int(* | get_temp )(struct thermal_zone_device *, unsigned long *) |
int(* | get_mode )(struct thermal_zone_device *, enum thermal_device_mode *) |
int(* | set_mode )(struct thermal_zone_device *, enum thermal_device_mode) |
int(* | get_trip_type )(struct thermal_zone_device *, int, enum thermal_trip_type *) |
int(* | get_trip_temp )(struct thermal_zone_device *, int, unsigned long *) |
int(* | set_trip_temp )(struct thermal_zone_device *, int, unsigned long) |
int(* | get_trip_hyst )(struct thermal_zone_device *, int, unsigned long *) |
int(* | set_trip_hyst )(struct thermal_zone_device *, int, unsigned long) |
int(* | get_crit_temp )(struct thermal_zone_device *, unsigned long *) |
int(* | get_trend )(struct thermal_zone_device *, int, enum thermal_trend *) |
int(* | notify )(struct thermal_zone_device *, int, enum thermal_trip_type) |
int(* bind)(struct thermal_zone_device *, struct thermal_cooling_device *) |
int(* get_crit_temp)(struct thermal_zone_device *, unsigned long *) |
int(* get_mode)(struct thermal_zone_device *, enum thermal_device_mode *) |
int(* get_temp)(struct thermal_zone_device *, unsigned long *) |
int(* get_trend)(struct thermal_zone_device *, int, enum thermal_trend *) |
int(* get_trip_hyst)(struct thermal_zone_device *, int, unsigned long *) |
int(* get_trip_temp)(struct thermal_zone_device *, int, unsigned long *) |
int(* get_trip_type)(struct thermal_zone_device *, int, enum thermal_trip_type *) |
int(* notify)(struct thermal_zone_device *, int, enum thermal_trip_type) |
int(* set_mode)(struct thermal_zone_device *, enum thermal_device_mode) |
int(* set_trip_hyst)(struct thermal_zone_device *, int, unsigned long) |
int(* set_trip_temp)(struct thermal_zone_device *, int, unsigned long) |
int(* unbind)(struct thermal_zone_device *, struct thermal_cooling_device *) |