Home
last modified time | relevance | path

Searched refs:of_msi_configure (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dof_irq.h56 extern void of_msi_configure(struct device *dev, struct device_node *np);
100 static inline void of_msi_configure(struct device *dev, struct device_node *np) in of_msi_configure() function
/openbmc/linux/drivers/of/
H A Dirq.c748 void of_msi_configure(struct device *dev, struct device_node *np) in of_msi_configure() function
753 EXPORT_SYMBOL_GPL(of_msi_configure);
H A Dplatform.c221 of_msi_configure(&dev->dev, dev->dev.of_node); in of_platform_device_create_pdata()
/openbmc/linux/drivers/dma/qcom/
H A Dhidma_mgmt.c397 of_msi_configure(&new_pdev->dev, child); in hidma_mgmt_of_populate_channels()