Searched refs:gpio_ih (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/arm/freescale/vybrid/ |
| H A D | vf_port.c | 93 void *gpio_ih[NGPIO]; member 225 port_intr, NULL, sc, &sc->gpio_ih[irq]))) { in port_attach()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_gpiovar.h | 52 void *gpio_ih[OCTEON_GPIO_IRQS]; member
|
| H A D | octeon_gpio.c | 407 &(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 D | ar71xx_gpiovar.h | 69 void *gpio_ih; member
|
| H A D | ar71xx_gpio.c | 463 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 D | ar5315_gpiovar.h | 67 void *gpio_ih; member
|
| H A D | ar5315_gpio.c | 360 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 D | imx_gpio.c | 122 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()
|