staticconstchar *ipa_version_string(struct ipa *ipa)
{ switch (ipa->version) { case IPA_VERSION_3_0: return"3.0"; case IPA_VERSION_3_1: return"3.1"; case IPA_VERSION_3_5: return"3.5"; case IPA_VERSION_3_5_1: return"3.5.1"; case IPA_VERSION_4_0: return"4.0"; case IPA_VERSION_4_1: return"4.1"; case IPA_VERSION_4_2: return"4.2"; case IPA_VERSION_4_5: return"4.5"; case IPA_VERSION_4_7: return"4.7"; case IPA_VERSION_4_9: return"4.9"; case IPA_VERSION_4_11: return"4.11"; case IPA_VERSION_5_0: return"5.0"; case IPA_VERSION_5_1: return"5.1"; case IPA_VERSION_5_5: return"5.5"; default: return"0.0"; /* Should not happen */
}
}
/* An endpoint id attribute is only visible if it's defined */
dev_attr = container_of(attr, struct device_attribute, attr);
ea = container_of(dev_attr, struct dev_ext_attribute, attr);
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.