Lines Matching refs:input_report_key
141 input_report_key(input_dev, in hanwang_parse_packet()
149 input_report_key(input_dev, in hanwang_parse_packet()
160 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet()
166 input_report_key(input_dev, BTN_TOOL_RUBBER, 1); in hanwang_parse_packet()
201 input_report_key(input_dev, BTN_STYLUS, data[1] & 0x02); in hanwang_parse_packet()
204 input_report_key(input_dev, BTN_STYLUS2, in hanwang_parse_packet()
207 input_report_key(input_dev, BTN_TOOL_PEN, 1); in hanwang_parse_packet()
223 input_report_key(input_dev, BTN_TOOL_FINGER, in hanwang_parse_packet()
226 input_report_key(input_dev, BTN_0, data[2]); in hanwang_parse_packet()
228 input_report_key(input_dev, in hanwang_parse_packet()
233 input_report_key(input_dev, BTN_TOOL_FINGER, data[1] || in hanwang_parse_packet()
240 input_report_key(input_dev, BTN_0, data[5] & 0x01); in hanwang_parse_packet()
242 input_report_key(input_dev, in hanwang_parse_packet()
244 input_report_key(input_dev, in hanwang_parse_packet()