Searched refs:set_abs (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/input/mouse/ |
D | bcm5974.c | 522 static void set_abs(struct input_dev *input, unsigned int code, in set_abs() function 540 set_abs(input_dev, ABS_MT_TOUCH_MAJOR, &cfg->w); in setup_events_to_report() 541 set_abs(input_dev, ABS_MT_TOUCH_MINOR, &cfg->w); in setup_events_to_report() 543 set_abs(input_dev, ABS_MT_WIDTH_MAJOR, &cfg->w); in setup_events_to_report() 544 set_abs(input_dev, ABS_MT_WIDTH_MINOR, &cfg->w); in setup_events_to_report() 546 set_abs(input_dev, ABS_MT_ORIENTATION, &cfg->o); in setup_events_to_report() 548 set_abs(input_dev, ABS_MT_POSITION_X, &cfg->x); in setup_events_to_report() 549 set_abs(input_dev, ABS_MT_POSITION_Y, &cfg->y); in setup_events_to_report()
|
/linux-4.4.14/drivers/hid/ |
D | hid-multitouch.c | 407 static void set_abs(struct input_dev *input, unsigned int code, in set_abs() function 464 set_abs(hi->input, ABS_MT_TOOL_X, field, in mt_touch_input_mapping() 469 set_abs(hi->input, ABS_MT_POSITION_X, field, in mt_touch_input_mapping() 479 set_abs(hi->input, ABS_MT_TOOL_Y, field, in mt_touch_input_mapping() 484 set_abs(hi->input, ABS_MT_POSITION_Y, field, in mt_touch_input_mapping() 521 set_abs(hi->input, ABS_MT_TOUCH_MAJOR, field, in mt_touch_input_mapping() 529 set_abs(hi->input, ABS_MT_TOUCH_MINOR, field, in mt_touch_input_mapping() 539 set_abs(hi->input, ABS_MT_PRESSURE, field, in mt_touch_input_mapping()
|