Searched refs:PCI_CAP_NORMAL (Results 1 – 7 of 7) sorted by relevance
| /pciutils/lmr/ |
| H A D | margin_hw.c | 40 struct pci_cap *cap = pci_find_cap(dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_port_is_down() 57 struct pci_cap *cap = pci_find_cap(dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_find_pair() 85 struct pci_cap *cap = pci_find_cap(down_port, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_verify_link() 100 struct pci_cap *pm = pci_find_cap(up_port, PCI_CAP_ID_PM, PCI_CAP_NORMAL); in margin_verify_link() 115 struct pci_cap *cap = pci_find_cap(dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in fill_dev_wrapper() 145 struct pci_cap *pcie = pci_find_cap(dev->dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_prep_dev() 172 struct pci_cap *pcie = pci_find_cap(dev->dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_restore_dev()
|
| H A D | margin_args.c | 279 struct pci_cap *cap = pci_find_cap(down, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_parse_util_args()
|
| H A D | margin.c | 432 struct pci_cap *cap = pci_find_cap(dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_read_params()
|
| /pciutils/lib/ |
| H A D | caps.c | 53 pci_add_cap(d, where, id, PCI_CAP_NORMAL); in pci_scan_trad_caps() 64 if (!pci_find_cap(d, PCI_CAP_ID_EXP, PCI_CAP_NORMAL)) in pci_scan_ext_caps() 133 pci_fill_info_v313(d, ((type == PCI_CAP_NORMAL) ? PCI_FILL_CAPS : PCI_FILL_EXT_CAPS)); in pci_find_cap_nr()
|
| H A D | pci.h | 257 #define PCI_CAP_NORMAL 1 /* Traditional PCI capabilities */ macro
|
| H A D | generic.c | 125 cap = pci_find_cap(d, PCI_CAP_ID_SSVID, PCI_CAP_NORMAL); in pci_generic_fill_info()
|
| /pciutils/ |
| H A D | setpci.c | 132 op->number, ((op->cap_type == PCI_CAP_NORMAL) ? "Capability" : "Extended capability"), in exec_op() 136 op->number, ((op->cap_type == PCI_CAP_NORMAL) ? "Capability" : "Extended capability"), in exec_op() 140 …trace(((op->cap_type == PCI_CAP_NORMAL) ? "(cap %02x @%02x) " : "(ecap %04x @%03x) "), op->cap_id,… in exec_op() 625 op->cap_type = PCI_CAP_NORMAL; in parse_register() 643 op->cap_type = PCI_CAP_NORMAL; in parse_register()
|