Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dcyapa.h84 #define OP_DATA_MIDDLE_BTN 0x04 macro
87 #define OP_DATA_BTN_MASK (OP_DATA_MIDDLE_BTN | OP_DATA_RIGHT_BTN | \
H A Dcyapa_gen3.c1174 !!(data->finger_btn & OP_DATA_MIDDLE_BTN)); in cyapa_gen3_event_process()