Symbol: PCI_CAP_LIST_NEXT
arch/powerpc/platforms/powernv/eeh-powernv.c
259
pos += PCI_CAP_LIST_NEXT;
arch/powerpc/platforms/pseries/eeh_pseries.c
282
pos += PCI_CAP_LIST_NEXT;
arch/powerpc/sysdev/mpic.c
458
pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) {
arch/powerpc/sysdev/mpic.c
502
pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) {
arch/x86/kernel/aperture_64.c
160
pos+PCI_CAP_LIST_NEXT);
drivers/char/agp/parisc-agp.c
318
pos = readb(info->lba_regs + pos + PCI_CAP_LIST_NEXT);
drivers/gpu/drm/i915/gvt/cfg_space.c
374
next = vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_NEXT];
drivers/pci/pci.c
432
pos + PCI_CAP_LIST_NEXT, cap);
drivers/pci/pci.c
610
pos + PCI_CAP_LIST_NEXT,
drivers/pci/pci.c
633
return __pci_find_next_ht_cap(dev, pos + PCI_CAP_LIST_NEXT, ht_cap);
drivers/usb/early/ehci-dbgp.c
385
pos+PCI_CAP_LIST_NEXT);
drivers/vfio/pci/vfio_pci_config.c
1016
p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);
drivers/vfio/pci/vfio_pci_config.c
1223
p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);
drivers/vfio/pci/vfio_pci_config.c
1570
pos + PCI_CAP_LIST_NEXT, &next);
drivers/vfio/pci/vfio_pci_config.c
1615
prev = &vdev->vconfig[pos + PCI_CAP_LIST_NEXT];
drivers/vfio/pci/vfio_pci_config.c
265
else if (offset == PCI_CAP_LIST_NEXT)
drivers/vfio/pci/vfio_pci_config.c
772
p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);
drivers/vfio/pci/vfio_pci_config.c
856
p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);
drivers/vfio/pci/vfio_pci_config.c
875
p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);
drivers/vfio/pci/vfio_pci_config.c
953
p_setb(perm, PCI_CAP_LIST_NEXT, (u8)ALL_VIRT, NO_WRITE);