/** * virtio_dma_buf_export - Creates a new dma-buf for a virtio exported object * @exp_info: [in] see dma_buf_export(). ops MUST refer to a dma_buf_ops * struct embedded in a virtio_dma_buf_ops. * * This wraps dma_buf_export() to allow virtio drivers to create a dma-buf * for an virtio exported object that can be queried by other virtio drivers * for the object's UUID.
*/ struct dma_buf *virtio_dma_buf_export
(conststruct dma_buf_export_info *exp_info)
{ conststruct virtio_dma_buf_ops *virtio_ops =
container_of(exp_info->ops, conststruct virtio_dma_buf_ops, ops);
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.