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

  /src/sys/dev/bluetooth/
bcsp.c 103 bool sc_mux_choke; /* Choke signal */ member in struct:bcsp_softc
895 device_xname(sc->sc_dev), sc->sc_flags, sc->sc_mux_choke));
897 if (sc->sc_mux_choke) {
1036 sc->sc_mux_choke = choke;
bth5.c 106 bool sc_mux_choke; /* Choke signal */ member in struct:bth5_softc
940 device_xname(sc->sc_dev), sc->sc_flags, sc->sc_mux_choke));
942 if (sc->sc_mux_choke) {
1090 sc->sc_mux_choke = choke;

Completed in 14 milliseconds