Lines Matching defs:synaptics_hw_state
131 struct synaptics_hw_state { struct132 int x;133 int y;134 int z;135 int w;136 unsigned int left:1;137 unsigned int right:1;138 unsigned int middle:1;139 unsigned int up:1;140 unsigned int down:1;141 unsigned char ext_buttons;142 signed char scroll;145 struct synaptics_mt_state mt_state;