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

/freebsd-13-stable/sys/dev/hid/
H A Dhmt.c209 bool has_int_button; member in struct:hmt_softc
418 if (sc->max_button != 0 || sc->has_int_button) {
420 if (sc->has_int_button)
634 if (sc->has_int_button)
638 if (sc->has_int_button || isset(sc->buttons, 0))
669 bool has_int_button = false; local
747 has_int_button = true;
826 if (type == HMT_TYPE_TOUCHPAD && !sc->max_button && !has_int_button)
861 sc->has_int_button = has_int_button;
[all...]
/freebsd-13-stable/sys/dev/usb/input/
H A Dwmt.c235 bool has_int_button; member in struct:wmt_softc
448 if (sc->max_button != 0 || sc->has_int_button) {
450 if (sc->has_int_button)
633 if (sc->has_int_button)
637 if (sc->has_int_button || isset(sc->buttons, 0))
766 bool has_int_button = false; local
861 has_int_button = true;
940 if (type == WMT_TYPE_TOUCHPAD && !sc->max_button && !has_int_button)
978 sc->has_int_button = has_int_button;
[all...]

Completed in 112 milliseconds