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

/freebsd-11-stable/sys/sys/
H A Dmouse.h109 int capPassthrough; member in struct:synapticshw
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c1871 if (!error && (sc->synhw.capPassthrough || sc->muxport != PSM_NOMUX)) {
3361 if (sc->synhw.capPassthrough || sc->muxport != PSM_NOMUX) {
3505 if (sc->synhw.capPassthrough) {
3716 if (sc->synhw.capExtended && !sc->synhw.capPassthrough &&
6403 synhw.capPassthrough = (status[2] & 0x80) != 0;
6431 printf(" capPassthrough: %d\n", synhw.capPassthrough);
6659 if (trackpoint_support && synhw.capPassthrough) {
6698 if (sc->synhw.capPassthrough)
6702 if (sc->synhw.capPassthrough
[all...]

Completed in 206 milliseconds