Searched refs:of_msi_configure (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | of_irq.h | 57 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
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of_irq.h | 56 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
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | irq.c | 687 * of_msi_configure - Set the msi_domain field of a device 691 void of_msi_configure(struct device *dev, struct device_node *np) in of_msi_configure() function 696 EXPORT_SYMBOL_GPL(of_msi_configure); variable
|
H A D | platform.c | 187 of_msi_configure(&dev->dev, dev->dev.of_node); in of_platform_device_create_pdata()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | irq.c | 742 * of_msi_configure - Set the msi_domain field of a device 746 void of_msi_configure(struct device *dev, struct device_node *np) in of_msi_configure() function 751 EXPORT_SYMBOL_GPL(of_msi_configure); variable
|
H A D | platform.c | 221 of_msi_configure(&dev->dev, dev->dev.of_node); in of_platform_device_create_pdata()
|
/kernel/linux/linux-5.10/drivers/dma/qcom/ |
H A D | hidma_mgmt.c | 393 * It is assumed that calling of_msi_configure is safe on in hidma_mgmt_of_populate_channels() 396 of_msi_configure(&new_pdev->dev, child); in hidma_mgmt_of_populate_channels() 428 * and of_msi_configure which then call other functions and so on, must in hidma_mgmt_init()
|
/kernel/linux/linux-6.6/drivers/dma/qcom/ |
H A D | hidma_mgmt.c | 394 * It is assumed that calling of_msi_configure is safe on in hidma_mgmt_of_populate_channels() 397 of_msi_configure(&new_pdev->dev, child); in hidma_mgmt_of_populate_channels() 429 * and of_msi_configure which then call other functions and so on, must in hidma_mgmt_init()
|
Completed in 7 milliseconds