| /pciutils/lib/ |
| H A D | access.c | 95 pci_read_data(struct pci_dev *d, void *buf, int pos, int len) in pci_read_data() 106 pci_read_byte(struct pci_dev *d, int pos) in pci_read_byte() 114 pci_read_word(struct pci_dev *d, int pos) in pci_read_word() 122 pci_read_long(struct pci_dev *d, int pos) in pci_read_long() 130 pci_read_block(struct pci_dev *d, int pos, byte *buf, int len) in pci_read_block() 136 pci_read_vpd(struct pci_dev *d, int pos, byte *buf, int len) in pci_read_vpd() 142 pci_write_data(struct pci_dev *d, void *buf, int pos, int len) in pci_write_data() 152 pci_write_byte(struct pci_dev *d, int pos, byte data) in pci_write_byte() 158 pci_write_word(struct pci_dev *d, int pos, word data) in pci_write_word() 165 pci_write_long(struct pci_dev *d, int pos, u32 data) in pci_write_long() [all …]
|
| H A D | generic.c | 217 pci_generic_block_op(struct pci_dev *d, int pos, byte *buf, int len, in pci_generic_block_op() 250 pci_generic_block_read(struct pci_dev *d, int pos, byte *buf, int len) in pci_generic_block_read() 256 pci_generic_block_write(struct pci_dev *d, int pos, byte *buf, int len) in pci_generic_block_write()
|
| H A D | i386-ports.c | 135 conf1_read(struct pci_dev *d, int pos, byte *buf, int len) in conf1_read() 167 conf1_write(struct pci_dev *d, int pos, byte *buf, int len) in conf1_write() 225 conf2_read(struct pci_dev *d, int pos, byte *buf, int len) in conf2_read() 261 conf2_write(struct pci_dev *d, int pos, byte *buf, int len) in conf2_write()
|
| H A D | nbsd-libpci.c | 68 nbsd_read(struct pci_dev *d, int pos, byte *buf, int len) in nbsd_read() 101 nbsd_write(struct pci_dev *d, int pos, byte *buf, int len) in nbsd_write()
|
| H A D | obsd-device.c | 58 obsd_read(struct pci_dev *d, int pos, byte *buf, int len) in obsd_read() 104 obsd_write(struct pci_dev *d, int pos, byte *buf, int len) in obsd_write()
|
| H A D | sylixos-device.c | 65 sylixos_read(struct pci_dev *d, int pos, byte *buf, int len) in sylixos_read() 106 sylixos_write(struct pci_dev *d, int pos, byte *buf, int len) in sylixos_write()
|
| H A D | fbsd-device.c | 248 fbsd_read(struct pci_dev *d, int pos, byte *buf, int len) in fbsd_read() 300 fbsd_write(struct pci_dev *d, int pos, byte *buf, int len) in fbsd_write()
|
| H A D | mmio-ports.c | 296 conf1_ext_read(struct pci_dev *d, int pos, byte *buf, int len) in conf1_ext_read() 335 conf1_read(struct pci_dev *d, int pos, byte *buf, int len) in conf1_read() 344 conf1_ext_write(struct pci_dev *d, int pos, byte *buf, int len) in conf1_ext_write() 394 conf1_write(struct pci_dev *d, int pos, byte *buf, int len) in conf1_write()
|
| H A D | rt-thread-smart-dm.c | 163 rt_thread_smart_dm_read(struct pci_dev *d, int pos, byte *buf, int len) in rt_thread_smart_dm_read() 182 rt_thread_smart_dm_write(struct pci_dev *d, int pos, byte *buf, int len) in rt_thread_smart_dm_write()
|
| H A D | proc.c | 169 proc_read(struct pci_dev *d, int pos, byte *buf, int len) in proc_read() 188 proc_write(struct pci_dev *d, int pos, byte *buf, int len) in proc_write()
|
| H A D | aos-expansion.c | 171 aos_expansion_read(struct pci_dev *d, int pos, byte *buf, int len) in aos_expansion_read() 188 aos_expansion_write(struct pci_dev *d, int pos, byte *buf, int len) in aos_expansion_write()
|
| H A D | aix-device.c | 217 aix_read(struct pci_dev *d, int pos, byte *buf, int len) in aix_read() 239 aix_write(struct pci_dev *d, int pos, byte *buf, int len) in aix_write()
|
| H A D | darwin.c | 112 darwin_read(struct pci_dev *d, int pos, byte *buf, int len) in darwin_read() 156 darwin_write(struct pci_dev *d, int pos, byte *buf, int len) in darwin_write()
|
| H A D | hurd.c | 216 hurd_read(struct pci_dev *d, int pos, byte * buf, int len) in hurd_read() 250 hurd_write(struct pci_dev *d, int pos, byte * buf, int len) in hurd_write()
|
| H A D | emulated.c | 75 pci_emulated_read(struct pci_dev *d, int pos, byte *buf, int len) in pci_emulated_read()
|
| H A D | sysfs.c | 543 static int sysfs_read(struct pci_dev *d, int pos, byte *buf, int len) in sysfs_read() 561 static int sysfs_write(struct pci_dev *d, int pos, byte *buf, int len) in sysfs_write() 582 static int sysfs_read_vpd(struct pci_dev *d, int pos, byte *buf, int len) in sysfs_read_vpd()
|
| H A D | win32-sysdbg.c | 246 win32_sysdbg_read(struct pci_dev *d, int pos, byte *buf, int len) in win32_sysdbg_read() 262 win32_sysdbg_write(struct pci_dev *d, int pos, byte *buf, int len) in win32_sysdbg_write()
|
| H A D | names-hash.c | 35 unsigned int pos; in id_alloc() local
|
| H A D | dump.c | 146 dump_read(struct pci_dev *d, int pos, byte *buf, int len) in dump_read()
|
| H A D | ecam.c | 810 mmap_reg(struct pci_access *a, int w, int domain, u8 bus, u8 dev, u8 func, int pos, volatile void *… 1136 ecam_read(struct pci_dev *d, int pos, byte *buf, int len) 1166 ecam_write(struct pci_dev *d, int pos, byte *buf, int len)
|
| H A D | win32-kldbg.c | 790 win32_kldbg_read(struct pci_dev *d, int pos, byte *buf, int len) in win32_kldbg_read() 807 win32_kldbg_write(struct pci_dev *d, int pos, byte *buf, int len) in win32_kldbg_write()
|
| H A D | win32-cfgmgr32.c | 1670 win32_cfgmgr32_read(struct pci_dev *d, int pos, byte *buf, int len) in win32_cfgmgr32_read() 1686 win32_cfgmgr32_write(struct pci_dev *d, int pos, byte *buf, int len) in win32_cfgmgr32_write()
|
| /pciutils/ |
| H A D | lspci.c | 90 config_fetch(struct device *d, unsigned int pos, unsigned int len) in config_fetch() 171 check_conf_range(struct device *d, unsigned int pos, unsigned int len) in check_conf_range() 181 get_conf_byte(struct device *d, unsigned int pos) in get_conf_byte() 188 get_conf_word(struct device *d, unsigned int pos) in get_conf_word() 195 get_conf_long(struct device *d, unsigned int pos) in get_conf_long() 406 pciaddr_t pos = p->base_addr[i]; in show_bases() local
|
| H A D | ls-vpd.c | 87 read_vpd(struct device *d, int pos, byte *buf, int len, byte *csum) in read_vpd()
|
| H A D | ls-ecaps.c | 558 int pos = where + PCI_VC_RES_CAP + 12*i; in cap_vc() local 624 int pos = where + PCI_RCLINK_LINK1 + i*PCI_RCLINK_LINK_SIZE; in cap_rclink() local 993 int pos = where + PCI_CXL_RL_BLOCK1_LO + 8*i; in dvsec_cxl_register_locator() local
|