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

  /src/sys/dev/i2c/
tsllux.c 53 uint32_t sc_poweron; member in struct:tsllux_softc
172 sc->sc_poweron = 1;
214 if (sc->sc_poweron)
519 if (sc->sc_poweron++ == 0) {
543 if (sc->sc_poweron && --sc->sc_poweron == 0)
tsllux.c 53 uint32_t sc_poweron; member in struct:tsllux_softc
172 sc->sc_poweron = 1;
214 if (sc->sc_poweron)
519 if (sc->sc_poweron++ == 0) {
543 if (sc->sc_poweron && --sc->sc_poweron == 0)

Completed in 22 milliseconds