Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/arm/ti/
Dti_gpio.c179 static struct resource_spec ti_gpio_irq_spec[] = { variable
780 if (bus_alloc_resources(dev, ti_gpio_irq_spec, sc->sc_irq_res) != 0) { in ti_gpio_attach()
789 bus_release_resources(dev, ti_gpio_irq_spec, sc->sc_irq_res); in ti_gpio_attach()
805 bus_release_resources(dev, ti_gpio_irq_spec, in ti_gpio_attach()
852 bus_release_resources(dev, ti_gpio_irq_spec, sc->sc_irq_res); in ti_gpio_detach()