Home
last modified time | relevance | path

Searched refs:pci_cap (Results 1 – 7 of 7) sorted by relevance

/pciutils/lmr/
H A Dmargin_hw.c40 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()
107 struct pci_cap *lmr = pci_find_cap(dev, PCI_EXT_CAP_ID_LMR, PCI_CAP_EXTENDED); in margin_check_ready_bit()
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 Dmargin_args.c279 struct pci_cap *cap = pci_find_cap(down, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_parse_util_args()
H A Dmargin.c432 struct pci_cap *cap = pci_find_cap(dev, PCI_CAP_ID_EXP, PCI_CAP_NORMAL); in margin_read_params()
/pciutils/lib/
H A Dcaps.c18 struct pci_cap *cap = pci_malloc(d->access, sizeof(*cap)); in pci_add_cap()
100 struct pci_cap *cap; in pci_free_caps()
109 struct pci_cap *
124 struct pci_cap *
128 struct pci_cap *c; in pci_find_cap_nr()
129 struct pci_cap *found = NULL; in pci_find_cap_nr()
H A Dpci.h152 struct pci_cap *first_cap; /* List of capabilities */
179 struct pci_cap *last_cap; /* Last capability in the list */
250 struct pci_cap { struct
251 struct pci_cap *next; argument
260 struct pci_cap *pci_find_cap(struct pci_dev *, unsigned int id, unsigned int type) PCI_ABI; argument
261 struct pci_cap *pci_find_cap_nr(struct pci_dev *, unsigned int id, unsigned int type,
H A Dgeneric.c99 struct pci_cap *cap; in pci_generic_fill_info()
/pciutils/
H A Dsetpci.c125 struct pci_cap *cap; in exec_op()