Searched defs:hw_pci (Results 1 – 2 of 2) sorted by relevance
17 struct hw_pci { struct19 int domain;21 struct list_head buses;22 int nr_controllers;23 int (*setup)(int nr, struct pci_sys_data *);24 struct pci_bus *(*scan)(int nr, struct pci_sys_data *);48 struct hw_pci *hw; argument
38 struct hw_pci hw_pci; member