Home
last modified time | relevance | path

Searched refs:pci_bus_type (Results 1 – 25 of 40) sorted by relevance

12

/drivers/pci/
Dpci-driver.c1397 drv->driver.bus = &pci_bus_type; in __pci_register_driver()
1613 struct bus_type pci_bus_type = { variable
1627 EXPORT_SYMBOL(pci_bus_type);
1662 ret = bus_register(&pci_bus_type); in pci_driver_init()
1671 dma_debug_add_bus(&pci_bus_type); in pci_driver_init()
Dsearch.c277 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
Dslot.c370 pci_bus_kset = bus_get_kset(&pci_bus_type); in pci_slot_init()
Dp2pdma.c961 dev = bus_find_device_by_name(&pci_bus_type, NULL, page); in pci_p2pdma_enable_store()
/drivers/crypto/qat/qat_common/
Dadf_sriov.c141 if (!iommu_present(&pci_bus_type)) in adf_sriov_configure()
/drivers/media/pci/cx18/
Dcx18-alsa-main.c271 drv = driver_find("cx18", &pci_bus_type); in cx18_alsa_exit()
/drivers/infiniband/hw/usnic/
Dusnic_uiom.c451 pd->domain = domain = iommu_domain_alloc(&pci_bus_type); in usnic_uiom_alloc_pd()
562 if (!iommu_present(&pci_bus_type)) { in usnic_uiom_init()
/drivers/media/pci/ivtv/
Divtv-alsa-main.c271 drv = driver_find("ivtv", &pci_bus_type); in ivtv_alsa_exit()
Divtvfb.c1281 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_init()
1298 drv = driver_find("ivtv", &pci_bus_type); in ivtvfb_cleanup()
/drivers/xen/
Dpci.c211 return bus_register_notifier(&pci_bus_type, &device_nb); in register_xen_pci_notifier()
/drivers/media/pci/cx25821/
Dcx25821-alsa.c786 struct device_driver *drv = driver_find("cx25821", &pci_bus_type); in cx25821_audio_fini()
812 struct device_driver *drv = driver_find("cx25821", &pci_bus_type); in cx25821_alsa_init()
/drivers/media/cec/platform/cros-ec/
Dcros-ec-cec.c235 d = bus_find_device_by_name(&pci_bus_type, NULL, in cros_ec_cec_find_hdmi_dev()
/drivers/iommu/
Dapple-dart.c810 if (!iommu_present(&pci_bus_type)) { in apple_dart_set_bus_ops()
811 ret = bus_set_iommu(&pci_bus_type, ops); in apple_dart_set_bus_ops()
Ds390-iommu.c380 return bus_set_iommu(&pci_bus_type, &s390_iommu_ops); in s390_iommu_init()
Dfsl_pamu_domain.c485 bus_set_iommu(&pci_bus_type, &fsl_pamu_ops); in pamu_domain_init()
Dvirtio-iommu.c1074 if (pci_bus_type.iommu_ops != &viommu_ops) { in viommu_probe()
1075 ret = bus_set_iommu(&pci_bus_type, &viommu_ops); in viommu_probe()
/drivers/usb/host/
Dxhci-plat.c221 else if (sysdev->bus == &pci_bus_type) in xhci_plat_probe()
/drivers/media/cec/i2c/
Dch7322.c416 d = bus_find_device_by_name(&pci_bus_type, NULL, in ch7322_get_port()
/drivers/net/ethernet/mellanox/mlx5/core/
Ddev.c605 next = bus_find_device(&pci_bus_type, NULL, dev, match); in mlx5_get_next_dev()
/drivers/platform/x86/
Dapple-gmux.c743 !bus_for_each_dev(&pci_bus_type, NULL, NULL, is_thunderbolt); in gmux_probe()
/drivers/xen/xen-pciback/
Dpci_stub.c1694 bus_register_notifier(&pci_bus_type, &pci_stub_nb); in xen_pcibk_init()
1703 bus_unregister_notifier(&pci_bus_type, &pci_stub_nb); in xen_pcibk_cleanup()
/drivers/iommu/intel/
Ddebugfs.c371 ret = bus_for_each_dev(&pci_bus_type, NULL, m, in domain_translation_struct_show()
/drivers/media/cec/platform/seco/
Dseco-cec.c534 d = bus_find_device_by_name(&pci_bus_type, NULL, in secocec_cec_find_hdmi_dev()
/drivers/iommu/arm/arm-smmu/
Darm-smmu.c2041 if (!iommu_present(&pci_bus_type)) { in arm_smmu_bus_init()
2042 err = bus_set_iommu(&pci_bus_type, ops); in arm_smmu_bus_init()
2058 bus_set_iommu(&pci_bus_type, NULL); in arm_smmu_bus_init()
/drivers/thunderbolt/
Ddomain.c266 iommu_present(&pci_bus_type) && dmar_platform_optin()); in iommu_dma_protection_show()

12