Lines Matching defs:pci_methods
59 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);
69 int (*write)(struct pci_dev *, int pos, byte *buf, int len);
70 int (*read_vpd)(struct pci_dev *, int pos, byte *buf, int len);
71 void (*init_dev)(struct pci_dev *);
72 void (*cleanup_dev)(struct pci_dev *);