Searched refs:of_msi_configure (Results 1 - 5 of 5) sorted by relevance

/linux-master/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) function
/linux-master/drivers/nvmem/
H A Dlayouts.c102 of_msi_configure(dev, dev->of_node);
/linux-master/drivers/of/
H A Dirq.c742 * of_msi_configure - Set the msi_domain field of a device
746 void of_msi_configure(struct device *dev, struct device_node *np) function
751 EXPORT_SYMBOL_GPL(of_msi_configure); variable
H A Dplatform.c184 of_msi_configure(&dev->dev, dev->dev.of_node);
/linux-master/drivers/dma/qcom/
H A Dhidma_mgmt.c394 * It is assumed that calling of_msi_configure is safe on
397 of_msi_configure(&new_pdev->dev, child);
429 * and of_msi_configure which then call other functions and so on, must

Completed in 130 milliseconds