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

/freebsd-current/sys/dev/hid/
H A Dhmt.c203 uint32_t max_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) {
422 for (btn = 0; btn < sc->max_button; ++btn) {
643 for (btn = 1; btn < sc->max_button; ++btn) {
758 if (btn >= sc->max_button)
759 sc->max_button = btn + 1;
826 if (type == HMT_TYPE_TOUCHPAD && !sc->max_button && !has_int_button)
/freebsd-current/sys/dev/usb/input/
H A Dwmt.c229 uint32_t max_button; member in struct:wmt_softc
433 if (sc->max_button != 0 || sc->has_int_button) {
437 for (btn = 0; btn < sc->max_button; ++btn) {
620 for (btn = 1; btn < sc->max_button; ++btn) {
849 if (btn >= sc->max_button)
850 sc->max_button = btn + 1;
918 if (type == WMT_TYPE_TOUCHPAD && !sc->max_button && !has_int_button)

Completed in 62 milliseconds