Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.h88 #define SYN_CAP_ADV_GESTURE(ex0c) ((ex0c) & BIT(19)) macro
H A Dsynaptics.c560 return (SYN_CAP_ADV_GESTURE(priv->info.ext_cap_0c) || in synaptics_has_agm()
1133 if (SYN_CAP_ADV_GESTURE(info->ext_cap_0c)) in synaptics_process_packet()
1306 } else if (SYN_CAP_ADV_GESTURE(info->ext_cap_0c)) { in set_input_params()