Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_port.c93 void *gpio_ih[NGPIO]; member
225 port_intr, NULL, sc, &sc->gpio_ih[irq]))) { in port_attach()
/f-stack/freebsd/mips/cavium/
H A Docteon_gpiovar.h52 void *gpio_ih[OCTEON_GPIO_IRQS]; member
H A Docteon_gpio.c407 &(sc->gpio_intr_cookies[i]), &sc->gpio_ih[i]))) { in octeon_gpio_attach()
469 if (sc->gpio_ih[i]) in octeon_gpio_detach()
471 sc->gpio_ih[i]); in octeon_gpio_detach()
/f-stack/freebsd/mips/atheros/
H A Dar71xx_gpiovar.h69 void *gpio_ih; member
H A Dar71xx_gpio.c463 ar71xx_gpio_filter, ar71xx_gpio_intr, sc, &sc->gpio_ih))) { in ar71xx_gpio_attach()
601 if (sc->gpio_ih) in ar71xx_gpio_detach()
602 bus_teardown_intr(dev, sc->gpio_irq_res, sc->gpio_ih); in ar71xx_gpio_detach()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_gpiovar.h67 void *gpio_ih; member
H A Dar5315_gpio.c360 ar5315_gpio_filter, ar5315_gpio_intr, sc, &sc->gpio_ih))) { in ar5315_gpio_attach()
492 if (sc->gpio_ih) in ar5315_gpio_detach()
493 bus_teardown_intr(dev, sc->gpio_irq_res, sc->gpio_ih); in ar5315_gpio_detach()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx_gpio.c122 void *gpio_ih[2]; member
842 gpio_pic_filter, NULL, sc, &sc->gpio_ih[irq]))) { in imx51_gpio_attach()
897 if (sc->gpio_ih[irq]) in imx51_gpio_detach()
899 sc->gpio_ih[irq]); in imx51_gpio_detach()