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

/freebsd-13-stable/sys/dev/hid/
H A Dhmt.c208 uint32_t max_button; member in struct:hmt_softc
418 if (sc->max_button != 0 || sc->has_int_button) {
422 for (btn = 0; btn < sc->max_button; ++btn) {
641 for (btn = 1; btn < sc->max_button; ++btn) {
757 if (btn >= sc->max_button)
758 sc->max_button = btn + 1;
826 if (type == HMT_TYPE_TOUCHPAD && !sc->max_button && !has_int_button)
/freebsd-13-stable/sys/dev/usb/input/
H A Dwmt.c234 uint32_t max_button; member in struct:wmt_softc
448 if (sc->max_button != 0 || sc->has_int_button) {
452 for (btn = 0; btn < sc->max_button; ++btn) {
640 for (btn = 1; btn < sc->max_button; ++btn) {
871 if (btn >= sc->max_button)
872 sc->max_button = btn + 1;
940 if (type == WMT_TYPE_TOUCHPAD && !sc->max_button && !has_int_button)

Completed in 144 milliseconds