Home
last modified time | relevance | path

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

/kernel/irq/
Dirqdomain.c39 struct irq_domain *__irq_domain_add(struct device_node *of_node, int size, in __irq_domain_add() argument
47 GFP_KERNEL, of_node_to_nid(of_node)); in __irq_domain_add()
55 domain->of_node = of_node_get(of_node); in __irq_domain_add()
100 of_node_put(domain->of_node); in irq_domain_remove()
123 struct irq_domain *irq_domain_add_simple(struct device_node *of_node, in irq_domain_add_simple() argument
131 domain = __irq_domain_add(of_node, size, size, 0, ops, host_data); in irq_domain_add_simple()
139 of_node_to_nid(of_node)); in irq_domain_add_simple()
166 struct irq_domain *irq_domain_add_legacy(struct device_node *of_node, in irq_domain_add_legacy() argument
175 domain = __irq_domain_add(of_node, first_hwirq + size, in irq_domain_add_legacy()
205 rc = (h->of_node != NULL) && (h->of_node == node); in irq_find_host()
[all …]