Searched refs:gpio_ih (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/arm/freescale/vybrid/ |
| D | vf_port.c | 93 void *gpio_ih[NGPIO]; member 226 port_intr, NULL, sc, &sc->gpio_ih[irq]))) { in port_attach()
|
| /freebsd-12-stable/sys/mips/cavium/ |
| D | octeon_gpiovar.h | 52 void *gpio_ih[OCTEON_GPIO_IRQS]; member
|
| 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()
|
| /freebsd-12-stable/sys/arm/samsung/exynos/ |
| D | exynos5_pad.c | 117 void *gpio_ih[MAX_PORTS]; member 540 NULL, sc, &sc->gpio_ih[i]))) { in pad_attach() 575 if (sc->gpio_ih[i]) in pad_attach() 577 sc->gpio_ih[i]); in pad_attach()
|
| /freebsd-12-stable/sys/mips/atheros/ar531x/ |
| D | ar5315_gpio.c | 362 ar5315_gpio_filter, ar5315_gpio_intr, sc, &sc->gpio_ih))) { in ar5315_gpio_attach() 494 if (sc->gpio_ih) in ar5315_gpio_detach() 495 bus_teardown_intr(dev, sc->gpio_irq_res, sc->gpio_ih); in ar5315_gpio_detach()
|
| D | ar5315_gpiovar.h | 67 void *gpio_ih; member
|
| /freebsd-12-stable/sys/mips/atheros/ |
| D | ar71xx_gpiovar.h | 68 void *gpio_ih; member
|
| D | ar71xx_gpio.c | 461 ar71xx_gpio_filter, ar71xx_gpio_intr, sc, &sc->gpio_ih))) { in ar71xx_gpio_attach() 599 if (sc->gpio_ih) in ar71xx_gpio_detach() 600 bus_teardown_intr(dev, sc->gpio_irq_res, sc->gpio_ih); in ar71xx_gpio_detach()
|
| /freebsd-12-stable/sys/arm/freescale/imx/ |
| D | imx_gpio.c | 114 void *gpio_ih[2]; member 814 gpio_pic_filter, NULL, sc, &sc->gpio_ih[irq]))) { in imx51_gpio_attach() 858 if (sc->gpio_ih[irq]) in imx51_gpio_detach() 860 sc->gpio_ih[irq]); in imx51_gpio_detach()
|