dev_dbg(&tz->device, "new temperature boundaries: %d < x < %d\n", low, high);
/* * Set a temperature window. When this window is left the driver * must inform the thermal core via thermal_zone_device_update.
*/
ret = tz->ops.set_trips(tz, low, high); if (ret)
dev_err(&tz->device, "Failed to set trips: %d\n", ret);
}
int thermal_zone_trip_id(conststruct thermal_zone_device *tz, conststruct thermal_trip *trip)
{ /* * Assume the trip to be located within the bounds of the thermal * zone's trips[] table.
*/ return trip_to_trip_desc(trip) - tz->trips;
}
Messung V0.5
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
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.