Home
last modified time | relevance | path

Searched refs:pci_read_block (Results 1 – 5 of 5) sorted by relevance

/pciutils/lib/
H A Dlibpci.ver35 pci_read_block;
H A Dpci.h196 int pci_read_block(struct pci_dev *, int pos, u8 *buf, int len) PCI_ABI;
H A Daccess.c130 pci_read_block(struct pci_dev *d, int pos, byte *buf, int len) in pci_read_block() function
H A Dwin32-cfgmgr32.c1682 return pci_read_block(dcfg, pos, buf, len); in win32_cfgmgr32_read()
/pciutils/
H A Dlspci.c112 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()