Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/ti/
H A Dti_gpio.c109 struct ti_gpio_intr { struct
128 struct ti_gpio_intr sc_intr[TI_GPIO_NPINS]; argument
265 ti_gpio_intr_disable(struct ti_gpio_softc * const sc, struct ti_gpio_intr * const intr) in ti_gpio_intr_disable()
365 struct ti_gpio_intr * const intr = ih; in ti_gpio_intr_disestablish()
517 struct ti_gpio_intr * const intr = ih; in ti_gpio_gp_intr_disestablish()
567 ti_gpio_intr(void *priv) in ti_gpio_intr() function
580 struct ti_gpio_intr *intr = &sc->sc_intr[pin]; in ti_gpio_intr()
648 FDT_INTR_MPSAFE, ti_gpio_intr, sc, device_xname(self)); in ti_gpio_attach()