Searched refs:of_msi_configure (Results 1 – 6 of 6) sorted by relevance
56 extern void of_msi_configure(struct device *dev, const struct device_node *np);101 static inline void of_msi_configure(struct device *dev, struct device_node *np) in of_msi_configure() function
80 of_msi_configure(dev, to_of_node(dev->fwnode)); in riscv_iommu_platform_probe()
104 of_msi_configure(dev, dev->of_node); in nvmem_layout_create_device()
767 * of_msi_configure - Set the msi_domain field of a device771 void of_msi_configure(struct device *dev, const struct device_node *np) in of_msi_configure() function 776 EXPORT_SYMBOL_GPL(of_msi_configure);
174 of_msi_configure(&dev->dev, dev->dev.of_node); in of_platform_device_create_pdata()
262 of_msi_configure(dev, to_of_node(dev->fwnode)); in aplic_msi_setup()