Lines Matching refs:input_report_key
873 input_report_key(dev, BTN_0 + 2 * i, in synaptics_report_ext_buttons()
875 input_report_key(dev, BTN_1 + 2 * i, in synaptics_report_ext_buttons()
903 input_report_key(dev, BTN_LEFT, hw->left); in synaptics_report_buttons()
904 input_report_key(dev, BTN_RIGHT, hw->right); in synaptics_report_buttons()
907 input_report_key(dev, BTN_MIDDLE, hw->middle); in synaptics_report_buttons()
910 input_report_key(dev, BTN_FORWARD, hw->up); in synaptics_report_buttons()
911 input_report_key(dev, BTN_BACK, hw->down); in synaptics_report_buttons()
1004 input_report_key(dev, BTN_BACK, !hw.down); in synaptics_process_packet()
1006 input_report_key(dev, BTN_BACK, hw.down); in synaptics_process_packet()
1011 input_report_key(dev, BTN_FORWARD, !hw.up); in synaptics_process_packet()
1013 input_report_key(dev, BTN_FORWARD, hw.up); in synaptics_process_packet()
1057 if (hw.z > 30) input_report_key(dev, BTN_TOUCH, 1); in synaptics_process_packet()
1058 if (hw.z < 25) input_report_key(dev, BTN_TOUCH, 0); in synaptics_process_packet()
1069 input_report_key(dev, BTN_TOOL_FINGER, num_fingers == 1); in synaptics_process_packet()
1071 input_report_key(dev, BTN_TOOL_DOUBLETAP, num_fingers == 2); in synaptics_process_packet()
1072 input_report_key(dev, BTN_TOOL_TRIPLETAP, num_fingers == 3); in synaptics_process_packet()