/** * struct iio_dmabuf - Descriptor for a single IIO DMABUF object * @fd: file descriptor of the DMABUF object * @flags: one or more IIO_BUFFER_DMABUF_* flags * @bytes_used: number of bytes used in this DMABUF for the data transfer. * Should generally be set to the DMABUF's size.
*/ struct iio_dmabuf {
__u32 fd;
__u32 flags;
__u64 bytes_used;
};
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 ist noch experimentell.