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

/freebsd-13-stable/sys/dev/cyapa/
H A Dcyapa.h105 #define CYAPA_FNGR_RIGHT 0x02 macro
H A Dcyapa.c550 (CYAPA_FNGR_LEFT | CYAPA_FNGR_RIGHT | CYAPA_FNGR_MIDDLE);
556 ((sc->cap_buttons & CYAPA_FNGR_RIGHT) ? 'R' : '-'),
589 if (sc->cap_buttons & CYAPA_FNGR_RIGHT)
778 if (but & CYAPA_FNGR_RIGHT)
929 if (sc->track_but & CYAPA_FNGR_RIGHT)
1373 ((regs->fngr & CYAPA_FNGR_RIGHT) ? 'R' : '-'),
1401 if (sc->cap_buttons & CYAPA_FNGR_RIGHT)
1403 regs->fngr & CYAPA_FNGR_RIGHT);
1605 but = CYAPA_FNGR_RIGHT;
1614 but = CYAPA_FNGR_RIGHT;
[all...]

Completed in 45 milliseconds