Home
last modified time | relevance | path

Searched refs:of_pci_msi_chip_add (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dof_pci.h65 int of_pci_msi_chip_add(struct msi_controller *chip);
69 static inline int of_pci_msi_chip_add(struct msi_controller *chip) { return -EINVAL; } in of_pci_msi_chip_add() function
/linux-4.1.27/drivers/of/
Dof_pci.c263 int of_pci_msi_chip_add(struct msi_controller *chip) in of_pci_msi_chip_add() function
274 EXPORT_SYMBOL_GPL(of_pci_msi_chip_add);
/linux-4.1.27/drivers/irqchip/
Dirq-gic-v2m.c284 ret = of_pci_msi_chip_add(&v2m->mchip); in gicv2m_init_one()
Dirq-armada-370-xp.c240 ret = of_pci_msi_chip_add(msi_chip); in armada_370_xp_msi_init()
Dirq-gic-v3-its.c1539 err = of_pci_msi_chip_add(&its->msi_chip); in its_probe()