Lines Matching defs:importer_ops
871 * @importer_ops: [in] importer operations for the attachment
891 const struct dma_buf_attach_ops *importer_ops,
900 if (WARN_ON(importer_ops && !importer_ops->move_notify))
909 if (importer_ops)
910 attach->peer2peer = importer_ops->allow_peer2peer;
911 attach->importer_ops = importer_ops;
1266 if (attach->importer_ops)
1267 attach->importer_ops->move_notify(attach);