Lines Matching refs:input_report_key
145 input_report_key(input_dev, in hanwang_parse_packet()
153 input_report_key(input_dev, in hanwang_parse_packet()
164 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet()
170 input_report_key(input_dev, BTN_TOOL_RUBBER, 1); in hanwang_parse_packet()
205 input_report_key(input_dev, BTN_STYLUS, data[1] & 0x02); in hanwang_parse_packet()
208 input_report_key(input_dev, BTN_STYLUS2, in hanwang_parse_packet()
211 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet()
227 input_report_key(input_dev, BTN_TOOL_FINGER, in hanwang_parse_packet()
230 input_report_key(input_dev, BTN_0, data[2]); in hanwang_parse_packet()
232 input_report_key(input_dev, in hanwang_parse_packet()
237 input_report_key(input_dev, BTN_TOOL_FINGER, data[1] || in hanwang_parse_packet()
244 input_report_key(input_dev, BTN_0, data[5] & 0x01); in hanwang_parse_packet()
246 input_report_key(input_dev, in hanwang_parse_packet()
248 input_report_key(input_dev, in hanwang_parse_packet()