Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_vga.c100 if (pci_is_thunderbolt_attached(pdev)) in nouveau_vga_init()
123 if (pci_is_thunderbolt_attached(pdev)) in nouveau_vga_fini()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dnbio_v2_3.c364 if (pci_is_thunderbolt_attached(adev->pdev)) in nbio_v2_3_enable_aspm()
Damdgpu_device.c2140 !pci_is_thunderbolt_attached(to_pci_dev(dev->dev))) in amdgpu_device_ip_early_init()
/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_device.c1430 if (!pci_is_thunderbolt_attached(rdev->pdev)) in radeon_device_init()
1517 if (!pci_is_thunderbolt_attached(rdev->pdev)) in radeon_device_fini()
Dradeon_kms.c142 !pci_is_thunderbolt_attached(pdev)) in radeon_driver_load_kms()
/linux-6.1.9/include/linux/
Dpci.h2459 static inline bool pci_is_thunderbolt_attached(struct pci_dev *pdev) in pci_is_thunderbolt_attached() function