Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vfio/lib/
H A Dvfio_pci_driver.c12 static struct vfio_pci_driver_ops *driver_ops[] = { variable
28 for (i = 0; i < ARRAY_SIZE(driver_ops); i++) { in vfio_pci_driver_probe()
29 ops = driver_ops[i]; in vfio_pci_driver_probe()
/linux/rust/kernel/
H A Ddriver.rs265 (<$gen_type:ident>, $driver_ops:ty, { type: $type:ty, $($f:tt)* }) => {
266 type Ops<$gen_type> = $driver_ops;
/linux/drivers/iommu/generic_pt/
H A Dkunit_iommu.h141 priv->fmt_table.iommu.driver_ops = &pt_kunit_driver_ops; in pt_kunit_priv_init()
/linux/drivers/iommu/amd/
H A Diommu.c2737 domain->iommu.driver_ops = &amd_hw_driver_ops_v1; in amd_iommu_domain_alloc_paging_v1()