Lines Matching defs:importer_ops
691 * @importer_ops: [in] importer operations for the attachment
708 const struct dma_buf_attach_ops *importer_ops,
717 if (WARN_ON(importer_ops && !importer_ops->move_notify))
726 if (importer_ops)
727 attach->peer2peer = importer_ops->allow_peer2peer;
728 attach->importer_ops = importer_ops;
993 if (attach->importer_ops)
994 attach->importer_ops->move_notify(attach);