/** * struct fw_iso_resources - manages channel/bandwidth allocation * @channels_mask: if the device does not support all channel numbers, set this * bit mask to something else than the default (all ones) * * This structure manages (de)allocation of isochronous resources (channel and * bandwidth) for one isochronous stream.
*/ struct fw_iso_resources {
u64 channels_mask; /* private: */ struct fw_unit *unit; struct mutex mutex; unsignedint channel; unsignedint bandwidth; /* in bandwidth units, without overhead */ unsignedint bandwidth_overhead; int generation; /* in which allocation is valid */ bool allocated;
};
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.