Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/pci/
H A Dpci.h64 int pci_add_cap_save_buffer(struct pci_dev *dev, char cap, unsigned int size);
H A Dpci.c3494 int pci_add_cap_save_buffer(struct pci_dev *dev, char cap, unsigned int size) in pci_add_cap_save_buffer() function
3512 error = pci_add_cap_save_buffer(dev, PCI_CAP_ID_EXP, in pci_allocate_cap_save_buffers()
3517 error = pci_add_cap_save_buffer(dev, PCI_CAP_ID_PCIX, sizeof(u16)); in pci_allocate_cap_save_buffers()
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c3319 int pci_add_cap_save_buffer(struct pci_dev *dev, char cap, unsigned int size) in pci_add_cap_save_buffer() function
3337 error = pci_add_cap_save_buffer(dev, PCI_CAP_ID_EXP, in pci_allocate_cap_save_buffers()
3342 error = pci_add_cap_save_buffer(dev, PCI_CAP_ID_PCIX, sizeof(u16)); in pci_allocate_cap_save_buffers()
/kernel/linux/linux-5.10/include/linux/
H A Dpci.h1263 int pci_add_cap_save_buffer(struct pci_dev *dev, char cap, unsigned int size);

Completed in 31 milliseconds