Lines Matching defs:synaptics_hw_state
151 struct synaptics_hw_state { struct152 int x;153 int y;154 int z;155 int w;156 unsigned int left:1;157 unsigned int right:1;158 unsigned int middle:1;159 unsigned int up:1;160 unsigned int down:1;161 u8 ext_buttons;162 s8 scroll;