Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.h84 #define SYN_CAP_CLICKPAD(ex0c) ((ex0c) & BIT(20)) /* 1-button ClickPad */ argument
85 #define SYN_CAP_CLICKPAD2BTN(ex0c) ((ex0c) & BIT(8)) /* 2-button ClickPad */ argument
86 #define SYN_CAP_MAX_DIMENSIONS(ex0c) ((ex0c) & BIT(17)) argument
87 #define SYN_CAP_MIN_DIMENSIONS(ex0c) ((ex0c) & BIT(13)) argument
88 #define SYN_CAP_ADV_GESTURE(ex0c) ((ex0c) & BIT(19)) argument
89 #define SYN_CAP_REDUCED_FILTERING(ex0c) ((ex0c) & BIT(10)) argument
90 #define SYN_CAP_IMAGE_SENSOR(ex0c) ((ex0c) & BIT(11)) argument
91 #define SYN_CAP_INTERTOUCH(ex0c) ((ex0c) & BIT(14)) argument