struct thermal_sampling_ops { int (*tz_temp)(int tz_id, int temp, void *arg);
};
struct thermal_events_ops { int (*tz_create)(constchar *name, int tz_id, void *arg); int (*tz_delete)(int tz_id, void *arg); int (*tz_enable)(int tz_id, void *arg); int (*tz_disable)(int tz_id, void *arg); int (*trip_high)(int tz_id, int trip_id, int temp, void *arg); int (*trip_low)(int tz_id, int trip_id, int temp, void *arg); int (*trip_add)(int tz_id, int trip_id, int type, int temp, int hyst, void *arg); int (*trip_change)(int tz_id, int trip_id, int type, int temp, int hyst, void *arg); int (*trip_delete)(int tz_id, int trip_id, void *arg); int (*cdev_add)(constchar *name, int cdev_id, int max_state, void *arg); int (*cdev_delete)(int cdev_id, void *arg); int (*cdev_update)(int cdev_id, int cur_state, void *arg); int (*gov_change)(int tz_id, constchar *gov_name, void *arg); int (*threshold_add)(int tz_id, int temperature, int direction, void *arg); int (*threshold_delete)(int tz_id, int temperature, int direction, void *arg); int (*threshold_flush)(int tz_id, void *arg); int (*threshold_up)(int tz_id, int temp, int prev_temp, void *arg); int (*threshold_down)(int tz_id, int temp, int prev_temp, void *arg);
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.