Searched defs:hw_pci (Results 1 – 2 of 2) sorted by relevance
21 struct hw_pci { struct22 struct msi_controller *msi_ctrl;23 struct pci_ops *ops;24 int nr_controllers;25 void **private_data;26 int (*setup)(int nr, struct pci_sys_data *);27 struct pci_bus *(*scan)(int nr, struct pci_sys_data *);28 void (*preinit)(void);29 void (*postinit)(void);30 u8 (*swizzle)(struct pci_dev *dev, u8 *pin);[all …]
269 struct hw_pci hw_pci = { in cns3xxx_pcie_init_late() local