Home
last modified time | relevance | path

Searched refs:tool_type (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c583 report->tool_type = ELAN_FINGER; in elan_ts_recv_data()
596 report->tool_type = ELAN_PEN; in elan_ts_recv_data()
625 report->tool_type = ELAN_FINGER; in elan_ts_recv_data()
629 if ( report->tool_type == ELAN_PEN) { in elan_ts_recv_data()
704 if (report->tool_type == ELAN_FINGER) { in elants_a_report()
753 } else if (report->tool_type == ELAN_PEN) { in elants_a_report()
825 if (report->tool_type == ELAN_FINGER) { in elants_slot_report()
884 } else if (report->tool_type == ELAN_PEN) { in elants_slot_report()
997 if (ts->report.tool_type == ELAN_FINGER) { in elan_ts_hid_report()
2111 if (private_ts->report.tool_type == ELAN_PEN) { in elan_release_point()
[all …]
H A Delan_ts.h152 int tool_type; /**/ member
/OK3568_Linux_fs/kernel/include/linux/input/
H A Dmt.h101 unsigned int tool_type, bool active);
/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput-mt.c135 unsigned int tool_type, bool active) in input_mt_report_slot_state() argument
157 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); in input_mt_report_slot_state()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Delants_i2c.c901 unsigned int tool_type; in elants_i2c_mt_event() local
913 tool_type = buf[FW_POS_TOOL_TYPE] & BIT(0) ? in elants_i2c_mt_event()
931 input_mt_report_slot_state(input, tool_type, true); in elants_i2c_mt_event()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.c657 int tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type() local
660 return tool_type; in wacom_intuos_get_tool_type()
667 tool_type = BTN_TOOL_PENCIL; in wacom_intuos_get_tool_type()
683 tool_type = BTN_TOOL_PEN; in wacom_intuos_get_tool_type()
688 tool_type = BTN_TOOL_BRUSH; in wacom_intuos_get_tool_type()
696 tool_type = BTN_TOOL_MOUSE; in wacom_intuos_get_tool_type()
702 tool_type = BTN_TOOL_LENS; in wacom_intuos_get_tool_type()
724 tool_type = BTN_TOOL_RUBBER; in wacom_intuos_get_tool_type()
733 tool_type = BTN_TOOL_AIRBRUSH; in wacom_intuos_get_tool_type()
736 return tool_type; in wacom_intuos_get_tool_type()
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_f11.c546 int tool_type = MT_TOOL_FINGER; in rmi_f11_abs_pos_process() local
556 obj->mt_tool = tool_type; in rmi_f11_abs_pos_process()