Home
last modified time | relevance | path

Searched refs:mock_ops (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c26 static const struct dma_fence_ops mock_ops = { variable
40 dma_fence_init(&f->base, &mock_ops, &f->lock, context, seqno); in __mock_fence()
H A Dst-dma-fence-chain.c41 static const struct dma_fence_ops mock_ops = { variable
56 dma_fence_init(&f->base, &mock_ops, &f->lock, 0, 0); in mock_fence()
/linux/drivers/iommu/iommufd/
H A Dselftest.c28 static const struct iommu_ops mock_ops; variable
877 static const struct iommu_ops mock_ops = { variable
978 hwpt->domain->owner != &mock_ops) { in get_md_pagetable()
2213 rc = iommu_device_register_bus(&mock_iommu.iommu_dev, &mock_ops, in iommufd_test_init()