Lines Matching refs:node
102 int (*match)(struct irq_domain *d, struct device_node *node,
108 int (*xlate)(struct irq_domain *d, struct device_node *node,
358 irq_hw_number_t hwirq, int node,
361 static inline struct fwnode_handle *of_node_to_fwnode(struct device_node *node) in of_node_to_fwnode() argument
363 return node ? &node->fwnode : NULL; in of_node_to_fwnode()
387 static inline struct irq_domain *irq_find_matching_host(struct device_node *node, in irq_find_matching_host() argument
390 return irq_find_matching_fwnode(of_node_to_fwnode(node), bus_token); in irq_find_matching_host()
393 static inline struct irq_domain *irq_find_host(struct device_node *node) in irq_find_host() argument
397 d = irq_find_matching_host(node, DOMAIN_BUS_WIRED); in irq_find_host()
399 d = irq_find_matching_host(node, DOMAIN_BUS_ANY); in irq_find_host()
609 struct device_node *node, in irq_domain_add_hierarchy() argument
614 of_node_to_fwnode(node), in irq_domain_add_hierarchy()
619 unsigned int nr_irqs, int node, void *arg,
627 unsigned int nr_irqs, int node, void *arg) in irq_domain_alloc_irqs() argument
629 return __irq_domain_alloc_irqs(domain, -1, nr_irqs, node, arg, false, in irq_domain_alloc_irqs()
696 unsigned int nr_irqs, int node, void *arg) in irq_domain_alloc_irqs() argument