Home
last modified time | relevance | path

Searched refs:pci_methods (Results 1 – 21 of 21) sorted by relevance

/pciutils/lib/
H A Dinit.c75 static struct pci_methods *pci_methods[PCI_ACCESS_MAX] = { variable
273 if (pci_methods[i] && !strcmp(pci_methods[i]->name, name)) in pci_lookup_method()
283 else if (!pci_methods[index]) in pci_get_method_name()
286 return pci_methods[index]->name; in pci_get_method_name()
476 if (pci_methods[i] && pci_methods[i]->config) in pci_alloc()
477 pci_methods[i]->config(a); in pci_alloc()
495 if (a->method >= PCI_ACCESS_MAX || !pci_methods[a->method]) in pci_init_internal()
497 a->methods = pci_methods[a->method]; in pci_init_internal()
504 struct pci_methods *m = pci_methods[probe_sequence[i]]; in pci_init_internal()
H A Dpci.h35 struct pci_methods;
86 struct pci_methods *methods;
173 struct pci_methods *methods;
H A Di386-ports.c78 intel_sanity_check(struct pci_access *a, struct pci_methods *m) in intel_sanity_check()
297 struct pci_methods pm_intel_conf1 = {
309 struct pci_methods pm_intel_conf2 = {
H A Dinternal.h59 struct pci_methods { struct
143 extern struct pci_methods pm_intel_conf1, pm_intel_conf2, pm_linux_proc,
H A Dmmio-ports.c402 struct pci_methods pm_mmio_conf1 = {
415 struct pci_methods pm_mmio_conf1_ext = {
H A Dnbsd-libpci.c145 struct pci_methods pm_nbsd_libpci = {
H A Dsylixos-device.c146 struct pci_methods pm_sylixos_device = {
H A Dobsd-device.c140 struct pci_methods pm_obsd_device = {
H A Ddarwin.c199 struct pci_methods pm_darwin = {
H A Ddump.c181 struct pci_methods pm_dump = {
H A Daix-device.c262 struct pci_methods pm_aix_device = {
H A Drt-thread-smart-dm.c210 struct pci_methods pm_rt_thread_smart_dm = {
H A Daos-expansion.c223 struct pci_methods pm_aos_expansion = {
H A Dwin32-sysdbg.c277 struct pci_methods pm_win32_sysdbg = {
H A Dproc.c216 struct pci_methods pm_linux_proc = {
H A Dhurd.c358 struct pci_methods pm_hurd = {
H A Dfbsd-device.c352 struct pci_methods pm_fbsd_device = {
H A Dsysfs.c608 struct pci_methods pm_linux_sysfs = {
H A Dwin32-kldbg.c823 struct pci_methods pm_win32_kldbg = {
H A Decam.c1195 struct pci_methods pm_ecam = {
H A Dwin32-cfgmgr32.c1760 struct pci_methods pm_win32_cfgmgr32 = {