Searched defs:pci_methods (Results 1 – 2 of 2) sorted by relevance
59 struct pci_methods { struct60 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 …]
75 static struct pci_methods *pci_methods[PCI_ACCESS_MAX] = { variable