left_button_state  117 drivers/hid/hid-multitouch.c 	int left_button_state;		/* left button state */
left_button_state  929 drivers/hid/hid-multitouch.c 		input_event(input, EV_KEY, BTN_LEFT, app->left_button_state);
left_button_state  938 drivers/hid/hid-multitouch.c 	app->left_button_state = 0;
left_button_state 1135 drivers/hid/hid-multitouch.c 			app->left_button_state |= value;