Searched refs:fwspec (Results 1 – 1 of 1) sorted by relevance
/kernel/irq/ |
D | irqdomain.c | 426 struct irq_domain *irq_find_matching_fwspec(struct irq_fwspec *fwspec, in irq_find_matching_fwspec() argument 430 struct fwnode_handle *fwnode = fwspec->fwnode; in irq_find_matching_fwspec() 444 if (h->ops->select && fwspec->param_count) in irq_find_matching_fwspec() 445 rc = h->ops->select(h, fwspec, bus_token); in irq_find_matching_fwspec() 780 struct irq_fwspec *fwspec, in irq_domain_translate() argument 785 return d->ops->translate(d, fwspec, hwirq, type); in irq_domain_translate() 788 return d->ops->xlate(d, to_of_node(fwspec->fwnode), in irq_domain_translate() 789 fwspec->param, fwspec->param_count, in irq_domain_translate() 793 *hwirq = fwspec->param[0]; in irq_domain_translate() 798 unsigned int count, struct irq_fwspec *fwspec) in of_phandle_args_to_fwspec() argument [all …]
|