Searched refs:importer_ops (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Ddma-buf.h498 * @importer_ops: importer operations for this attachment, if provided
518 const struct dma_buf_attach_ops *importer_ops; member in struct:dma_buf_attachment
595 return !!attach->importer_ops;
602 const struct dma_buf_attach_ops *importer_ops,
/linux-master/drivers/dma-buf/
H A Ddma-buf.c870 * @importer_ops: [in] importer operations for the attachment
890 const struct dma_buf_attach_ops *importer_ops,
899 if (WARN_ON(importer_ops && !importer_ops->move_notify))
908 if (importer_ops)
909 attach->peer2peer = importer_ops->allow_peer2peer;
910 attach->importer_ops = importer_ops;
1265 if (attach->importer_ops)
1266 attach->importer_ops
889 dma_buf_dynamic_attach(struct dma_buf *dmabuf, struct device *dev, const struct dma_buf_attach_ops *importer_ops, void *importer_priv) argument
[all...]

Completed in 229 milliseconds