Lines Matching defs:hwirq
58 if (d->hwirq == GPIO_NO_WAKE_IRQ)
68 if (d->hwirq == GPIO_NO_WAKE_IRQ)
76 int pin_out = d->hwirq;
93 if (d->hwirq == GPIO_NO_WAKE_IRQ)
102 if (d->hwirq == GPIO_NO_WAKE_IRQ)
111 if (d->hwirq == GPIO_NO_WAKE_IRQ)
119 if (d->hwirq == GPIO_NO_WAKE_IRQ)
161 int pin_out = d->hwirq;
250 unsigned long *hwirq, unsigned int *type)
256 *hwirq = fwspec->param[0];
269 irq_hw_number_t hwirq, parent_hwirq;
273 ret = qcom_pdc_translate(domain, fwspec, &hwirq, &type);
277 ret = irq_domain_set_hwirq_and_chip(domain, virq, hwirq,
282 parent_hwirq = get_parent_hwirq(hwirq);
313 irq_hw_number_t hwirq, parent_hwirq;
317 ret = qcom_pdc_translate(domain, fwspec, &hwirq, &type);
321 ret = irq_domain_set_hwirq_and_chip(domain, virq, hwirq,
326 if (hwirq == GPIO_NO_WAKE_IRQ)
329 parent_hwirq = get_parent_hwirq(hwirq);
427 pr_err("%pOF: failed to init PDC pin-hwirq mapping\n", node);