Home
last modified time | relevance | path

Searched refs:irq_domain_is_msi_device (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
Dirqdomain.h570 static inline bool irq_domain_is_msi_device(struct irq_domain *domain) in irq_domain_is_msi_device() function
615 static inline bool irq_domain_is_msi_device(struct irq_domain *domain) in irq_domain_is_msi_device() function
/linux-6.6.21/kernel/irq/
Dmsi.c1021 if (!domain || !irq_domain_is_msi_device(domain)) in msi_remove_device_irq_domain()
1026 if (irq_domain_is_msi_device(domain)) in msi_remove_device_irq_domain()
1053 if (domain && irq_domain_is_msi_device(domain)) { in msi_match_device_irq_domain()