Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 26) sorted by relevance

12

/pciutils/lib/
H A Daccess.c95 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 Dgeneric.c217 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 Di386-ports.c135 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 Dnbsd-libpci.c68 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 Dobsd-device.c58 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 Dsylixos-device.c65 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 Dfbsd-device.c248 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 Dmmio-ports.c296 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 Drt-thread-smart-dm.c163 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 Dproc.c169 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 Daos-expansion.c171 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 Daix-device.c217 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 Ddarwin.c112 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 Dhurd.c216 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 Demulated.c75 pci_emulated_read(struct pci_dev *d, int pos, byte *buf, int len) in pci_emulated_read()
H A Dsysfs.c543 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 Dwin32-sysdbg.c246 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 Dnames-hash.c35 unsigned int pos; in id_alloc() local
H A Ddump.c146 dump_read(struct pci_dev *d, int pos, byte *buf, int len) in dump_read()
H A Decam.c810 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 Dwin32-kldbg.c790 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 Dwin32-cfgmgr32.c1670 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 Dlspci.c90 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 Dls-vpd.c87 read_vpd(struct device *d, int pos, byte *buf, int len, byte *csum) in read_vpd()
H A Dls-ecaps.c558 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

12