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

/freebsd-12-stable/sys/dev/iicbus/
H A Diicbus.h45 u_int owncount; /* iicbus ownership nesting count */ member in struct:iicbus_softc
H A Diiconf.c156 ++sc->owncount;
188 sc->owncount = 0;
218 if (--sc->owncount == 0) {

Completed in 65 milliseconds