Searched refs:set_abs (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/input/mouse/ |
D | bcm5974.c | 448 static void set_abs(struct input_dev *input, unsigned int code, in set_abs() function 466 set_abs(input_dev, ABS_MT_TOUCH_MAJOR, &cfg->w); in setup_events_to_report() 467 set_abs(input_dev, ABS_MT_TOUCH_MINOR, &cfg->w); in setup_events_to_report() 469 set_abs(input_dev, ABS_MT_WIDTH_MAJOR, &cfg->w); in setup_events_to_report() 470 set_abs(input_dev, ABS_MT_WIDTH_MINOR, &cfg->w); in setup_events_to_report() 472 set_abs(input_dev, ABS_MT_ORIENTATION, &cfg->o); in setup_events_to_report() 474 set_abs(input_dev, ABS_MT_POSITION_X, &cfg->x); in setup_events_to_report() 475 set_abs(input_dev, ABS_MT_POSITION_Y, &cfg->y); in setup_events_to_report()
|
/linux-4.1.27/drivers/hid/ |
D | hid-multitouch.c | 364 static void set_abs(struct input_dev *input, unsigned int code, in set_abs() function 421 set_abs(hi->input, ABS_MT_TOOL_X, field, in mt_touch_input_mapping() 426 set_abs(hi->input, ABS_MT_POSITION_X, field, in mt_touch_input_mapping() 436 set_abs(hi->input, ABS_MT_TOOL_Y, field, in mt_touch_input_mapping() 441 set_abs(hi->input, ABS_MT_POSITION_Y, field, in mt_touch_input_mapping() 478 set_abs(hi->input, ABS_MT_TOUCH_MAJOR, field, in mt_touch_input_mapping() 486 set_abs(hi->input, ABS_MT_TOUCH_MINOR, field, in mt_touch_input_mapping() 496 set_abs(hi->input, ABS_MT_PRESSURE, field, in mt_touch_input_mapping()
|