Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-buf.h518 const struct dma_buf_attach_ops *importer_ops; member
602 return !!attach->importer_ops; in dma_buf_attachment_is_dynamic()
612 const struct dma_buf_attach_ops *importer_ops,
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c862 const struct dma_buf_attach_ops *importer_ops, in dma_buf_dynamic_attach() argument
871 if (WARN_ON(importer_ops && !importer_ops->move_notify)) in dma_buf_dynamic_attach()
880 if (importer_ops) in dma_buf_dynamic_attach()
881 attach->peer2peer = importer_ops->allow_peer2peer; in dma_buf_dynamic_attach()
882 attach->importer_ops = importer_ops; in dma_buf_dynamic_attach()
1147 if (attach->importer_ops) in dma_buf_move_notify()
1148 attach->importer_ops->move_notify(attach); in dma_buf_move_notify()