Lines Matching refs:input_report_key
127 input_report_key(input_dev, in hanwang_parse_packet()
135 input_report_key(input_dev, in hanwang_parse_packet()
146 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet()
152 input_report_key(input_dev, BTN_TOOL_RUBBER, 1); in hanwang_parse_packet()
187 input_report_key(input_dev, BTN_STYLUS, data[1] & 0x02); in hanwang_parse_packet()
190 input_report_key(input_dev, BTN_STYLUS2, in hanwang_parse_packet()
193 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet()
209 input_report_key(input_dev, BTN_TOOL_FINGER, in hanwang_parse_packet()
212 input_report_key(input_dev, BTN_0, data[2]); in hanwang_parse_packet()
214 input_report_key(input_dev, in hanwang_parse_packet()
219 input_report_key(input_dev, BTN_TOOL_FINGER, data[1] || in hanwang_parse_packet()
226 input_report_key(input_dev, BTN_0, data[5] & 0x01); in hanwang_parse_packet()
228 input_report_key(input_dev, in hanwang_parse_packet()
230 input_report_key(input_dev, in hanwang_parse_packet()