Lines Matching defs:fwspec
249 static int qcom_pdc_translate(struct irq_domain *d, struct irq_fwspec *fwspec,
252 if (is_of_node(fwspec->fwnode)) {
253 if (fwspec->param_count != 2)
256 *hwirq = fwspec->param[0];
257 *type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
267 struct irq_fwspec *fwspec = data;
273 ret = qcom_pdc_translate(domain, fwspec, &hwirq, &type);
311 struct irq_fwspec *fwspec = data;
317 ret = qcom_pdc_translate(domain, fwspec, &hwirq, &type);
350 struct irq_fwspec *fwspec,