D | pci.h | 40 struct pnv_phb; 43 struct pnv_phb *phb; 88 struct pnv_phb { struct 108 int (*msi_setup)(struct pnv_phb *phb, struct pci_dev *dev, argument 111 void (*dma_dev_setup)(struct pnv_phb *phb, struct pci_dev *pdev); argument 112 int (*init_m64)(struct pnv_phb *phb); argument 113 int (*get_pe_state)(struct pnv_phb *phb, int pe_no); argument 114 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); argument 115 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); argument 197 extern void pnv_set_msi_irq_chip(struct pnv_phb *phb, unsigned int virq); [all …]
|