Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/
Dpci.c3303 int pci_add_cap_save_buffer(struct pci_dev *dev, char cap, unsigned int size) in pci_add_cap_save_buffer() function
3321 error = pci_add_cap_save_buffer(dev, PCI_CAP_ID_EXP, in pci_allocate_cap_save_buffers()
3326 error = pci_add_cap_save_buffer(dev, PCI_CAP_ID_PCIX, sizeof(u16)); in pci_allocate_cap_save_buffers()
/Linux-v5.10/include/linux/
Dpci.h1258 int pci_add_cap_save_buffer(struct pci_dev *dev, char cap, unsigned int size);