/* Netlink notification function */ #ifdef CONFIG_THERMAL_NETLINK int __init thermal_netlink_init(void); void __init thermal_netlink_exit(void); int thermal_genl_register_notifier(struct notifier_block *nb); int thermal_genl_unregister_notifier(struct notifier_block *nb);
int thermal_notify_tz_create(conststruct thermal_zone_device *tz); int thermal_notify_tz_delete(conststruct thermal_zone_device *tz); int thermal_notify_tz_enable(conststruct thermal_zone_device *tz); int thermal_notify_tz_disable(conststruct thermal_zone_device *tz); int thermal_notify_tz_trip_down(conststruct thermal_zone_device *tz, conststruct thermal_trip *trip); int thermal_notify_tz_trip_up(conststruct thermal_zone_device *tz, conststruct thermal_trip *trip); int thermal_notify_tz_trip_change(conststruct thermal_zone_device *tz, conststruct thermal_trip *trip); int thermal_notify_cdev_state_update(conststruct thermal_cooling_device *cdev, int state); int thermal_notify_cdev_add(conststruct thermal_cooling_device *cdev); int thermal_notify_cdev_delete(conststruct thermal_cooling_device *cdev); int thermal_notify_tz_gov_change(conststruct thermal_zone_device *tz, constchar *name); int thermal_genl_sampling_temp(int id, int temp); int thermal_genl_cpu_capability_event(int count, struct thermal_genl_cpu_caps *caps); int thermal_notify_threshold_add(conststruct thermal_zone_device *tz, int temperature, int direction); int thermal_notify_threshold_delete(conststruct thermal_zone_device *tz, int temperature, int direction); int thermal_notify_threshold_flush(conststruct thermal_zone_device *tz); int thermal_notify_threshold_down(conststruct thermal_zone_device *tz); int thermal_notify_threshold_up(conststruct thermal_zone_device *tz); #else staticinlineint thermal_netlink_init(void)
{ return 0;
}
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.