Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dof_irq.h57 extern void of_msi_configure(struct device *dev, struct device_node *np);
93 static inline void of_msi_configure(struct device *dev, struct device_node *np) in of_msi_configure() function
/Linux-v5.10/drivers/of/
Dirq.c684 void of_msi_configure(struct device *dev, struct device_node *np) in of_msi_configure() function
689 EXPORT_SYMBOL_GPL(of_msi_configure);
Dplatform.c187 of_msi_configure(&dev->dev, dev->dev.of_node); in of_platform_device_create_pdata()
/Linux-v5.10/drivers/dma/qcom/
Dhidma_mgmt.c396 of_msi_configure(&new_pdev->dev, child); in hidma_mgmt_of_populate_channels()