Home
last modified time | relevance | path

Searched refs:gpio_ih (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_ipq4018.c271 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 Dqcom_tlmm_var.h152 void *gpio_ih; member
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_port.c90 void *gpio_ih[NGPIO]; member
222 port_intr, NULL, sc, &sc->gpio_ih[irq]))) { in port_attach()
/freebsd/sys/arm/freescale/imx/
H A Dimx_gpio.c119 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()