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

/freebsd-current/sys/dev/hid/
H A Dhmt.c204 bool has_int_button; member in struct:hmt_softc
353 sc->is_clickpad = sc->max_button == 0 && sc->has_int_button;
418 if (sc->max_button != 0 || sc->has_int_button) {
420 if (sc->has_int_button)
636 if (sc->has_int_button)
640 if (sc->has_int_button || isset(sc->buttons, 0))
671 bool has_int_button = false; local
749 has_int_button = true;
826 if (type == HMT_TYPE_TOUCHPAD && !sc->max_button && !has_int_button)
855 sc->has_int_button
[all...]
/freebsd-current/sys/dev/usb/input/
H A Dwmt.c230 bool has_int_button; member in struct:wmt_softc
433 if (sc->max_button != 0 || sc->has_int_button) {
435 if (sc->has_int_button)
613 if (sc->has_int_button)
617 if (sc->has_int_button || isset(sc->buttons, 0))
744 bool has_int_button = false; local
839 has_int_button = true;
918 if (type == WMT_TYPE_TOUCHPAD && !sc->max_button && !has_int_button)
949 sc->has_int_button = has_int_button;
[all...]

Completed in 65 milliseconds