Searched refs:touch_input (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | wacom_wac.c | 1191 struct input_dev *input = wacom->touch_input; in wacom_wac_finger_count_touches() 1306 struct input_dev *touch_input = wacom->touch_input; in wacom_intuos_pro2_bt_touch() local 1330 int slot = input_mt_get_slot_by_key(touch_input, touch[0]); in wacom_intuos_pro2_bt_touch() 1333 int w = touch[6] * input_abs_get_res(touch_input, ABS_MT_POSITION_X); in wacom_intuos_pro2_bt_touch() 1334 int h = touch[7] * input_abs_get_res(touch_input, ABS_MT_POSITION_Y); in wacom_intuos_pro2_bt_touch() 1339 input_mt_slot(touch_input, slot); in wacom_intuos_pro2_bt_touch() 1340 input_mt_report_slot_state(touch_input, MT_TOOL_FINGER, touch[1] & 0x01); in wacom_intuos_pro2_bt_touch() 1341 input_report_abs(touch_input, ABS_MT_POSITION_X, x); in wacom_intuos_pro2_bt_touch() 1342 input_report_abs(touch_input, ABS_MT_POSITION_Y, y); in wacom_intuos_pro2_bt_touch() 1343 input_report_abs(touch_input, ABS_MT_TOUCH_MAJOR, max(w, h)); in wacom_intuos_pro2_bt_touch() [all …]
|
D | wacom_wac.h | 288 struct input_dev *touch_input; member 344 struct input_dev *touch_input; member
|
D | wacom_sys.c | 463 input_mt_init_slots(wacom_wac->touch_input, in wacom_post_parse_hid() 467 input_mt_init_slots(wacom_wac->touch_input, in wacom_post_parse_hid() 2005 wacom_wac->touch_input = wacom_allocate_input(wacom); in wacom_allocate_inputs() 2008 !wacom_wac->touch_input || in wacom_allocate_inputs() 2013 wacom_wac->touch_input->name = wacom_wac->touch_name; in wacom_allocate_inputs() 2026 touch_input_dev = wacom_wac->touch_input; in wacom_register_inputs() 2048 wacom_wac->touch_input = NULL; in wacom_register_inputs() 2072 wacom_wac->touch_input = NULL; in wacom_register_inputs() 2208 wacom->wacom_wac.touch_input = NULL; in wacom_release_resources() 2216 wacom_wac->shared->touch_input = wacom_wac->touch_input; in wacom_set_shared_values() [all …]
|