Lines Matching defs:host
22 * The host code and data structures use a fwnode_handle pointer to
92 * @match: Match an interrupt controller device node to a host, returns
143 * @flags: host per irq_domain flags
277 extern void irq_set_default_host(struct irq_domain *host);
377 extern void irq_domain_remove(struct irq_domain *host);
387 extern unsigned int irq_create_mapping_affinity(struct irq_domain *host,
393 static inline unsigned int irq_create_mapping(struct irq_domain *host,
396 return irq_create_mapping_affinity(host, hwirq, NULL);
415 extern unsigned int irq_find_mapping(struct irq_domain *host,
417 extern unsigned int irq_create_direct_mapping(struct irq_domain *host);
422 static inline int irq_create_identity_mapping(struct irq_domain *host,
425 return irq_create_strict_mappings(host, hwirq, hwirq, 1);