Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-sifive.c249 girq->child_to_parent_hwirq = sifive_gpio_child_to_parent_hwirq; in sifive_gpio_probe()
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-mpp.c906 girq->child_to_parent_hwirq = pm8821_mpp_child_to_parent_hwirq; in pm8xxx_mpp_probe()
908 girq->child_to_parent_hwirq = pm8xxx_mpp_child_to_parent_hwirq; in pm8xxx_mpp_probe()
H A Dpinctrl-ssbi-gpio.c814 girq->child_to_parent_hwirq = pm8xxx_child_to_parent_hwirq; in pm8xxx_gpio_probe()
H A Dpinctrl-spmi-mpp.c950 girq->child_to_parent_hwirq = pmic_mpp_child_to_parent_hwirq; in pmic_mpp_probe()
H A Dpinctrl-spmi-gpio.c1151 girq->child_to_parent_hwirq = pmic_gpio_child_to_parent_hwirq; in pmic_gpio_probe()
H A Dpinctrl-msm.c1419 chip->irq.child_to_parent_hwirq = msm_gpio_wakeirq; in msm_gpio_init()
/linux/include/linux/gpio/
H A Ddriver.h102 int (*child_to_parent_hwirq)(struct gpio_chip *gc, member
/linux/Documentation/driver-api/gpio/
H A Ddriver.rst638 girq->child_to_parent_hwirq = my_gpio_child_to_parent_hwirq;
644 a function .child_to_parent_hwirq() that has the purpose of looking up
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c2628 girq->child_to_parent_hwirq = rzg2l_gpio_child_to_parent_hwirq; in rzg2l_gpio_register()