Home
last modified time | relevance | path

Searched defs:pci_methods (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pciutils/lib/
H A Dinternal.h59 struct pci_methods { struct
60 char *name;
61 char *help;
62 void (*config)(struct pci_access *);
63 int (*detect)(struct pci_access *);
64 void (*init)(struct pci_access *);
65 void (*cleanup)(struct pci_access *);
66 void (*scan)(struct pci_access *);
67 void (*fill_info)(struct pci_dev *, unsigned int flags);
68 int (*read)(struct pci_dev *, int pos, byte *buf, int len);
[all …]
H A Dinit.c75 static struct pci_methods *pci_methods[PCI_ACCESS_MAX] = { variable