Lines Matching defs:ops
131 if (!dma_fence_stub.ops) {
422 if (fence->ops->wait)
423 ret = fence->ops->wait(fence, intr, timeout);
448 fence->ops->get_driver_name(fence),
449 fence->ops->get_timeline_name(fence),
466 if (fence->ops->release)
467 fence->ops->release(fence);
498 if (!was_set && fence->ops->enable_signaling) {
501 if (!fence->ops->enable_signaling(fence)) {
835 * @ops: the dma_fence_ops for operations on this fence
848 dma_fence_init(struct dma_fence *fence, const struct dma_fence_ops *ops,
852 BUG_ON(!ops || !ops->get_driver_name || !ops->get_timeline_name);
855 fence->ops = ops;