Home
last modified time | relevance | path

Searched refs:driver_ops (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/vfio/lib/
H A Dvfio_pci_driver.c10 static struct vfio_pci_driver_ops *driver_ops[] = { variable
24 for (i = 0; i < ARRAY_SIZE(driver_ops); i++) { in vfio_pci_driver_probe()
25 ops = driver_ops[i]; in vfio_pci_driver_probe()
/linux/rust/kernel/
H A Ddriver.rs252 (<$gen_type:ident>, $driver_ops:ty, { type: $type:ty, $($f:tt)* }) => {
253 type Ops<$gen_type> = $driver_ops;
/linux/drivers/iommu/generic_pt/
H A Diommu_pt.h742 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()
H A Dkunit_iommu.h141 priv->fmt_table.iommu.driver_ops = &pt_kunit_driver_ops; in pt_kunit_priv_init()
/linux/include/linux/generic_pt/
H A Diommu.h52 const struct pt_iommu_driver_ops *driver_ops; member
/linux/drivers/iommu/amd/
H A Diommu.c2687 domain->iommu.driver_ops = &amd_hw_driver_ops_v1; in amd_iommu_domain_alloc_paging_v1()