Home
last modified time | relevance | path

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

/NextBSD/sys/arm/samsung/exynos/
HDchrome_ec.c64 pcell_t our_gpio; member
82 if (sc->our_gpio == 0 || sc->ec_gpio == 0) { in bus_claim()
94 GPIO_PIN_SET(gpio_dev, sc->our_gpio, GPIO_PIN_LOW); in bus_claim()
115 if (sc->our_gpio == 0 || sc->ec_gpio == 0) { in bus_release()
126 GPIO_PIN_SET(gpio_dev, sc->our_gpio, GPIO_PIN_HIGH); in bus_release()
233 &sc->our_gpio, sizeof(sc->our_gpio)); in configure_i2c_arbitrator()
238 sc->our_gpio = 0; in configure_i2c_arbitrator()