Home
last modified time | relevance | path

Searched refs:cap_buttons (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cyapa/
H A Dcyapa.c169 uint8_t cap_buttons; member
545 sc->cap_buttons = cap.buttons >> 3 & in cyapa_attach()
550 ((sc->cap_buttons & CYAPA_FNGR_LEFT) ? 'L' : '-'), in cyapa_attach()
551 ((sc->cap_buttons & CYAPA_FNGR_MIDDLE) ? 'M' : '-'), in cyapa_attach()
552 ((sc->cap_buttons & CYAPA_FNGR_RIGHT) ? 'R' : '-'), in cyapa_attach()
583 if (sc->cap_buttons & CYAPA_FNGR_LEFT) in cyapa_attach()
585 if (sc->cap_buttons & CYAPA_FNGR_RIGHT) in cyapa_attach()
587 if (sc->cap_buttons & CYAPA_FNGR_MIDDLE) in cyapa_attach()
589 if (sc->cap_buttons == CYAPA_FNGR_LEFT) in cyapa_attach()
1393 if (sc->cap_buttons & CYAPA_FNGR_LEFT) in cyapa_raw_input()
[all …]