Searched defs:hw_pci (Results 1 – 2 of 2) sorted by relevance
22 struct hw_pci { struct23 struct msi_controller *msi_ctrl;24 struct pci_ops *ops;25 int nr_controllers;26 unsigned int io_optional:1;27 void **private_data;28 int (*setup)(int nr, struct pci_sys_data *);29 int (*scan)(int nr, struct pci_host_bridge *);30 void (*preinit)(void);31 void (*postinit)(void);[all …]
269 struct hw_pci hw_pci = { in cns3xxx_pcie_init_late() local