Searched refs:our_gpio (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/arm/samsung/exynos/
H A Dchrome_ec.c64 pcell_t our_gpio; member in struct:ec_softc
82 if (sc->our_gpio == 0 || sc->ec_gpio == 0) {
94 GPIO_PIN_SET(gpio_dev, sc->our_gpio, GPIO_PIN_LOW);
115 if (sc->our_gpio == 0 || sc->ec_gpio == 0) {
126 GPIO_PIN_SET(gpio_dev, sc->our_gpio, GPIO_PIN_HIGH);
233 &sc->our_gpio, sizeof(sc->our_gpio));
238 sc->our_gpio = 0;

Completed in 91 milliseconds