/** * user_space_trip_crossed - Notify user space about trip crossing events * @tz: thermal_zone_device * @trip: trip point * @upward: whether or not the trip has been crossed on the way up * * This function notifies the user space through UEvents.
*/ staticvoid user_space_trip_crossed(struct thermal_zone_device *tz, conststruct thermal_trip *trip, bool upward)
{ char *thermal_prop[5]; int i;
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.