Searched refs:pci_add_cap_save_buffer (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/pci/
H A Dpci.c2177 int pci_add_cap_save_buffer(struct pci_dev *dev, char cap, unsigned int size) pci_add_cap_save_buffer() function
2195 error = pci_add_cap_save_buffer(dev, PCI_CAP_ID_EXP, pci_allocate_cap_save_buffers()
2201 error = pci_add_cap_save_buffer(dev, PCI_CAP_ID_PCIX, sizeof(u16)); pci_allocate_cap_save_buffers()
/linux-4.1.27/include/linux/
H A Dpci.h1040 int pci_add_cap_save_buffer(struct pci_dev *dev, char cap, unsigned int size);

Completed in 150 milliseconds