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