Searched refs:pci_add_ext_cap_save_buffer (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/pci/pcie/ |
D | dpc.c | 315 pci_add_ext_cap_save_buffer(pdev, PCI_EXT_CAP_ID_DPC, sizeof(u16)); in dpc_probe()
|
D | aer.c | 386 pci_add_ext_cap_save_buffer(dev, PCI_EXT_CAP_ID_ERR, sizeof(u32) * n); in pci_aer_init()
|
/Linux-v5.10/drivers/pci/ |
D | vc.c | 424 if (pci_add_ext_cap_save_buffer(dev, vc_caps[i].id, len)) in pci_allocate_vc_save_buffers()
|
D | pci.c | 3308 int pci_add_ext_cap_save_buffer(struct pci_dev *dev, u16 cap, unsigned int size) in pci_add_ext_cap_save_buffer() function 3330 error = pci_add_ext_cap_save_buffer(dev, PCI_EXT_CAP_ID_LTR, in pci_allocate_cap_save_buffers()
|
/Linux-v5.10/include/linux/ |
D | pci.h | 1259 int pci_add_ext_cap_save_buffer(struct pci_dev *dev,
|