HomeSort by: relevance | last modified time | path
    Searched refs:sc_ih_gpio (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
ihidev.c 731 rv = acpi_gpio_get_int(hdl, 0, &sc->sc_ih_gpio, &pin, &irqmode);
739 error = gpio_pin_map(sc->sc_ih_gpio, pin, 1,
746 sc->sc_ih = gpio_intr_establish(sc->sc_ih_gpio,
757 gpio_intr_str(sc->sc_ih_gpio, &sc->sc_ih_gpiomap, 0,
783 if (sc->sc_ih_gpio != NULL) {
785 gpio_intr_disestablish(sc->sc_ih_gpio, sc->sc_ih);
803 if (sc->sc_ih_gpio != NULL) {
805 gpio_intr_mask(sc->sc_ih_gpio, sc->sc_ih);
818 if (sc->sc_ih_gpio != NULL) {
820 gpio_intr_unmask(sc->sc_ih_gpio, sc->sc_ih)
    [all...]
ihidev.h 122 void * sc_ih_gpio; member in struct:ihidev_softc

Completed in 65 milliseconds