Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 7 of 7) sorted by relevance

/pciutils/lib/
H A Daccess.c21 a->methods->scan(a); in pci_scan_bus()
31 d->methods = a->methods; in pci_alloc_dev()
34 if (d->methods->init_dev) in pci_alloc_dev()
35 d->methods->init_dev(d); in pci_alloc_dev()
86 if (d->methods->cleanup_dev) in pci_free_dev()
87 d->methods->cleanup_dev(d); in pci_free_dev()
132 return d->methods->read(d, pos, buf, len); in pci_read_block()
138 return d->methods->read_vpd ? d->methods->read_vpd(d, pos, buf, len) : 0; in pci_read_vpd()
148 return d->methods->write(d, pos, buf, len); in pci_write_data()
179 return d->methods->write(d, pos, buf, len); in pci_write_block()
[all …]
H A Dinit.c497 a->methods = pci_methods[a->method]; in pci_init_internal()
513 a->methods = m; in pci_init_internal()
519 if (!a->methods) in pci_init_internal()
522 a->debug("Decided to use %s\n", a->methods->name); in pci_init_internal()
523 a->methods->init(a); in pci_init_internal()
564 if (a->methods) in pci_cleanup()
565 a->methods->cleanup(a); in pci_cleanup()
H A Dpci.h86 struct pci_methods *methods; member
173 struct pci_methods *methods; member
H A Dgeneric.c252 return pci_generic_block_op(d, pos, buf, len, d->access->methods->read); in pci_generic_block_read()
258 return pci_generic_block_op(d, pos, buf, len, d->access->methods->write); in pci_generic_block_write()
H A Dmmio-ports.c237 if (a->methods->config == conf1_ext_config) in get_addrs_param_name()
/pciutils/
H A DREADME.Windows13 For config space access there are different windows specific access methods:
H A DChangeLog842 * Configuration of the access methods are now specified by the new
845 * Access methods now also have sensible names and help texts and it
1078 and always build all access methods.
1311 methods and which operations are privileged.
1477 currently implemented only in Linux proc and sysfs access methods
1962 * lib/access.c: Corrected order of access methods -- it's wonderful how