Searched refs:pci_read_block (Results 1 – 5 of 5) sorted by relevance
| /pciutils/lib/ |
| H A D | libpci.ver | 35 pci_read_block;
|
| H A D | pci.h | 196 int pci_read_block(struct pci_dev *, int pos, u8 *buf, int len) PCI_ABI;
|
| H A D | access.c | 130 pci_read_block(struct pci_dev *d, int pos, byte *buf, int len) in pci_read_block() function
|
| H A D | win32-cfgmgr32.c | 1682 return pci_read_block(dcfg, pos, buf, len); in win32_cfgmgr32_read()
|
| /pciutils/ |
| H A D | lspci.c | 112 result = pci_read_block(d->dev, pos, d->config + pos, len); in config_fetch() 135 if (!d->no_config_access && !pci_read_block(p, 0, d->config, 64)) in scan_device()
|