Home
last modified time | relevance | path

Searched refs:pci_generic_block_read (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pciutils/lib/
H A Di386-ports.c144 return pci_generic_block_read(d, pos, buf, len); in conf1_read()
238 return pci_generic_block_read(d, pos, buf, len); in conf2_read()
H A Dnbsd-libpci.c74 return pci_generic_block_read(d, pos, buf, len); in nbsd_read()
H A Dobsd-device.c68 return pci_generic_block_read(d, pos, buf, len); in obsd_read()
H A Dsylixos-device.c73 return pci_generic_block_read(d, pos, buf, len); in sylixos_read()
H A Dinternal.h80 int pci_generic_block_read(struct pci_dev *, int pos, byte *buf, int len);
H A Ddarwin.c115 return pci_generic_block_read(d, pos, buf, len); in darwin_read()
H A Dgeneric.c250 pci_generic_block_read(struct pci_dev *d, int pos, byte *buf, int len) in pci_generic_block_read() function
H A Dhurd.c224 return pci_generic_block_read(d, pos, buf, len); in hurd_read()
H A Demulated.c85 return pci_generic_block_read(d, pos, buf, len); in pci_emulated_read()
H A Dfbsd-device.c259 return pci_generic_block_read(d, pos, buf, len); in fbsd_read()
H A Decam.c1143 return pci_generic_block_read(d, pos, buf, len);
1173 return pci_generic_block_read(d, pos, buf, len);
H A Dmmio-ports.c307 return pci_generic_block_read(d, pos, buf, len); in conf1_ext_read()