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.c104 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/irqchip/
H A Dirq-riscv-aplic-msi.c243 of_msi_configure(dev, to_of_node(dev->fwnode));

Completed in 222 milliseconds