D | pci.h | 58 struct pnv_phb; 61 struct pnv_phb *phb; 113 struct pnv_phb { struct 133 int (*msi_setup)(struct pnv_phb *phb, struct pci_dev *dev, argument 136 int (*init_m64)(struct pnv_phb *phb); argument 137 int (*get_pe_state)(struct pnv_phb *phb, int pe_no); argument 138 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); argument 139 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); argument 201 static inline bool pnv_pci_is_m64(struct pnv_phb *phb, struct resource *r) in pnv_pci_is_m64() argument 221 int pnv_ioda_configure_pe(struct pnv_phb *phb, struct pnv_ioda_pe *pe); [all …]
|