search for: _linux_virtio_dma_buf_h

Displaying 4 results from an estimated 4 matches for "_linux_virtio_dma_buf_h".

2020 Jun 04
2
[PATCH v4 1/3] virtio: add dma-buf support for exported objects
...t; index 000000000000..29fee167afbd > --- /dev/null > +++ b/include/linux/virtio_dma_buf.h > @@ -0,0 +1,58 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +/* > + * dma-bufs for virtio exported objects > + * > + * Copyright (C) 2020 Google, Inc. > + */ > + > +#ifndef _LINUX_VIRTIO_DMA_BUF_H > +#define _LINUX_VIRTIO_DMA_BUF_H > + > +#include <linux/dma-buf.h> > +#include <linux/uuid.h> > +#include <linux/virtio.h> > + > +/** > + * struct virtio_dma_buf_ops - operations possible on exported object dma-buf > + * @ops: the base dma_buf_ops. ops...
2020 Jun 04
2
[PATCH v4 1/3] virtio: add dma-buf support for exported objects
...t; index 000000000000..29fee167afbd > --- /dev/null > +++ b/include/linux/virtio_dma_buf.h > @@ -0,0 +1,58 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +/* > + * dma-bufs for virtio exported objects > + * > + * Copyright (C) 2020 Google, Inc. > + */ > + > +#ifndef _LINUX_VIRTIO_DMA_BUF_H > +#define _LINUX_VIRTIO_DMA_BUF_H > + > +#include <linux/dma-buf.h> > +#include <linux/uuid.h> > +#include <linux/virtio.h> > + > +/** > + * struct virtio_dma_buf_ops - operations possible on exported object dma-buf > + * @ops: the base dma_buf_ops. ops...
2020 Sep 10
0
[PATCH v7 1/3] virtio: add dma-buf support for exported objects
...t; index 000000000000..a2fdf217ac62 > --- /dev/null > +++ b/include/linux/virtio_dma_buf.h > @@ -0,0 +1,37 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +/* > + * dma-bufs for virtio exported objects > + * > + * Copyright (C) 2020 Google, Inc. > + */ > + > +#ifndef _LINUX_VIRTIO_DMA_BUF_H > +#define _LINUX_VIRTIO_DMA_BUF_H > + > +#include <linux/dma-buf.h> > +#include <linux/uuid.h> > +#include <linux/virtio.h> > + > +/** > + * struct virtio_dma_buf_ops - operations possible on exported object dma-buf > + * @ops: the base dma_buf_ops. ops...
2020 Jun 19
0
[PATCH v4 1/3] virtio: add dma-buf support for exported objects
...gt; > > > +/* SPDX-License-Identifier: GPL-2.0 */ > > > > +/* > > > > + * dma-bufs for virtio exported objects > > > > + * > > > > + * Copyright (C) 2020 Google, Inc. > > > > + */ > > > > + > > > > +#ifndef _LINUX_VIRTIO_DMA_BUF_H > > > > +#define _LINUX_VIRTIO_DMA_BUF_H > > > > + > > > > +#include <linux/dma-buf.h> > > > > +#include <linux/uuid.h> > > > > +#include <linux/virtio.h> > > > > + > > > > +/** > > > >...