Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_AGP (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/drivers/char/agp/
Duninorth-agp.c316 agp = pci_find_capability(device, PCI_CAP_ID_AGP); in agp_uninorth_suspend()
329 agp = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_uninorth_suspend()
609 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_uninorth_probe()
Dparisc-agp.c319 info->lba_cap_offset = lba_find_capability(PCI_CAP_ID_AGP); in agp_lba_init()
322 if (cap != PCI_CAP_ID_AGP) { in agp_lba_init()
Dsis-agp.c90 u8 agp = pci_find_capability(device, PCI_CAP_ID_AGP); in sis_delayed_enable()
187 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_sis_probe()
Damd-k7-agp.c415 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_amdk7_probe()
446 cap_ptr = pci_find_capability(gfxcard, PCI_CAP_ID_AGP); in agp_amdk7_probe()
Dhp-agp.c216 hp->lba_cap_offset = hp_zx1_lba_find_capability(hp->lba_regs, PCI_CAP_ID_AGP); in hp_zx1_lba_init()
219 if (cap != PCI_CAP_ID_AGP) { in hp_zx1_lba_init()
Dsworks-agp.c298 agp_bridge->capndx = pci_find_capability(serverworks_private.svrwrks_dev, PCI_CAP_ID_AGP); in serverworks_configure()
457 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_serverworks_probe()
Dsgi-agp.c298 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_sgi_init()
Dali-agp.c309 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_ali_probe()
Dvia-agp.c447 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_via_probe()
Defficeon-agp.c352 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_efficeon_probe()
Disoch.c352 mcapndx = pci_find_capability(dev, PCI_CAP_ID_AGP); in agp_3_5_enable()
Dnvidia-agp.c361 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_nvidia_probe()
Dgeneric.c732 cap_ptr = pci_find_capability(device, PCI_CAP_ID_AGP); in agp_collect_device_status()
776 u8 agp = pci_find_capability(device, PCI_CAP_ID_AGP); in agp_device_command()
Dati-agp.c501 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_ati_probe()
Di460-agp.c596 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_intel_i460_probe()
Damd64-agp.c523 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_amd64_probe()
Dintel-agp.c732 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_intel_probe()
/Linux-v4.19/arch/ia64/sn/pci/
Dtioca_provider.c236 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in tioca_fastwrite_enable()
253 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in tioca_fastwrite_enable()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_pci.c200 if (pci_find_capability(dev->pdev, PCI_CAP_ID_AGP)) in drm_pci_agp_init()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dpci.c1670 pci_find_capability(pci_dev, PCI_CAP_ID_AGP) ? in nvkm_device_pci_new()
/Linux-v4.19/arch/x86/kernel/
Daperture_64.c238 PCI_CAP_ID_AGP); in search_agp_bridge()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h210 #define PCI_CAP_ID_AGP 0x02 /* Accelerated Graphics Port */ macro
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_cs.c128 PCI_CAP_ID_AGP) || in radeon_cs_parser_relocs()
Dradeon_kms.c130 if (pci_find_capability(dev->pdev, PCI_CAP_ID_AGP)) { in radeon_driver_load_kms()
/Linux-v4.19/drivers/vfio/pci/
Dvfio_pci_config.c49 [PCI_CAP_ID_AGP] = PCI_AGP_SIZEOF,

12