Searched refs:gpio_ih (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/qcom_tlmm/ |
H A D | qcom_tlmm_ipq4018.c | 271 if (sc->gpio_ih) in qcom_tlmm_ipq4018_detach() 272 bus_teardown_intr(dev, sc->gpio_irq_res, sc->gpio_ih); in qcom_tlmm_ipq4018_detach() 318 qcom_tlmm_filter, qcom_tlmm_intr, sc, &sc->gpio_ih))) { in qcom_tlmm_ipq4018_attach()
|
H A D | qcom_tlmm_var.h | 152 void *gpio_ih; member
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_port.c | 90 void *gpio_ih[NGPIO]; member 222 port_intr, NULL, sc, &sc->gpio_ih[irq]))) { in port_attach()
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_gpio.c | 119 void *gpio_ih[2]; member 840 gpio_pic_filter, NULL, sc, &sc->gpio_ih[irq]))) { in imx51_gpio_attach() 895 if (sc->gpio_ih[irq]) in imx51_gpio_detach() 897 sc->gpio_ih[irq]); in imx51_gpio_detach()
|