Searched defs:hw_pci (Results 1 – 2 of 2) sorted by relevance
20 struct hw_pci { struct22 int domain;24 struct pci_ops *ops;25 int nr_controllers;26 void **private_data;27 int (*setup)(int nr, struct pci_sys_data *);28 struct pci_bus *(*scan)(int nr, struct pci_sys_data *);29 void (*preinit)(void);30 void (*postinit)(void);31 u8 (*swizzle)(struct pci_dev *dev, u8 *pin);[all …]
38 struct hw_pci hw_pci; member