Searched refs:driver_ops (Results 1 – 6 of 6) sorted by relevance
10 static struct vfio_pci_driver_ops *driver_ops[] = { variable24 for (i = 0; i < ARRAY_SIZE(driver_ops); i++) { in vfio_pci_driver_probe()25 ops = driver_ops[i]; in vfio_pci_driver_probe()
252 (<$gen_type:ident>, $driver_ops:ty, { type: $type:ty, $($f:tt)* }) => {253 type Ops<$gen_type> = $driver_ops;
742 domain_lock = iommu_table->driver_ops->get_top_lock(iommu_table); in increase_top() 758 iommu_table->driver_ops->change_top( in increase_top() 1214 iommu_table->driver_ops = cfg.driver_ops; in pt_iommu_zero() 1249 WARN_ON(!iommu_table->driver_ops || in pt_iommu_init() 1250 !iommu_table->driver_ops->change_top || in pt_iommu_init() 1251 !iommu_table->driver_ops->get_top_lock)) in pt_iommu_init()
141 priv->fmt_table.iommu.driver_ops = &pt_kunit_driver_ops; in pt_kunit_priv_init()
52 const struct pt_iommu_driver_ops *driver_ops; member
2687 domain->iommu.driver_ops = &amd_hw_driver_ops_v1; in amd_iommu_domain_alloc_paging_v1()