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

/freebsd-13-stable/sys/dev/iicbus/mux/
H A Dltc430x.c73 bool idle_disconnect; member in struct:ltc430x_softc
94 * the fdt data has the idle_disconnect property we idle the bus by
100 if (sc->idle_disconnect)
177 sc->idle_disconnect = OF_hasprop(node, "i2c-mux-idle-disconnect");
185 "idle_disconnect", &val) == 0) {
186 sc->idle_disconnect = val;
206 if (sc->idle_disconnect) {
H A Dpca9547.c60 bool idle_disconnect; member in struct:pca9547_softc
72 * the fdt data has the idle_disconnect property we idle the bus by
78 if (sc->idle_disconnect)
120 sc->idle_disconnect = OF_hasprop(node, "i2c-mux-idle-disconnect");

Completed in 121 milliseconds