Searched refs:pci_generic_block_write (Results 1 – 10 of 10) sorted by relevance
| /pciutils/lib/ |
| H A D | i386-ports.c | 176 return pci_generic_block_write(d, pos, buf, len); in conf1_write() 274 return pci_generic_block_write(d, pos, buf, len); in conf2_write()
|
| H A D | nbsd-libpci.c | 107 return pci_generic_block_write(d, pos, buf, len); in nbsd_write()
|
| H A D | sylixos-device.c | 114 return pci_generic_block_write(d, pos, buf, len); in sylixos_write()
|
| H A D | obsd-device.c | 109 return pci_generic_block_write(d, pos, buf, len); in obsd_write()
|
| H A D | darwin.c | 159 return pci_generic_block_write(d, pos, buf, len); in darwin_write()
|
| H A D | internal.h | 81 int pci_generic_block_write(struct pci_dev *, int pos, byte *buf, int len);
|
| H A D | generic.c | 256 pci_generic_block_write(struct pci_dev *d, int pos, byte *buf, int len) in pci_generic_block_write() function
|
| H A D | hurd.c | 257 return pci_generic_block_write(d, pos, buf, len); in hurd_write()
|
| H A D | fbsd-device.c | 311 return pci_generic_block_write(d, pos, buf, len); in fbsd_write()
|
| H A D | mmio-ports.c | 355 return pci_generic_block_write(d, pos, buf, len); in conf1_ext_write()
|