Lines Matching refs:input_report_key
124 input_report_key(input_dev, in hanwang_parse_packet()
132 input_report_key(input_dev, in hanwang_parse_packet()
143 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet()
149 input_report_key(input_dev, BTN_TOOL_RUBBER, 1); in hanwang_parse_packet()
184 input_report_key(input_dev, BTN_STYLUS, data[1] & 0x02); in hanwang_parse_packet()
187 input_report_key(input_dev, BTN_STYLUS2, in hanwang_parse_packet()
190 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet()
206 input_report_key(input_dev, BTN_TOOL_FINGER, in hanwang_parse_packet()
209 input_report_key(input_dev, BTN_0, data[2]); in hanwang_parse_packet()
211 input_report_key(input_dev, in hanwang_parse_packet()
216 input_report_key(input_dev, BTN_TOOL_FINGER, data[1] || in hanwang_parse_packet()
223 input_report_key(input_dev, BTN_0, data[5] & 0x01); in hanwang_parse_packet()
225 input_report_key(input_dev, in hanwang_parse_packet()
227 input_report_key(input_dev, in hanwang_parse_packet()