Symbol: touchscreen_report_pos
drivers/input/misc/iqs626a.c
1579
touchscreen_report_pos(iqs626->trackpad, &iqs626->prop,
drivers/input/misc/iqs7222.c
3016
touchscreen_report_pos(iqs7222->keypad, &iqs7222->prop,
drivers/input/touchscreen.c
205
EXPORT_SYMBOL(touchscreen_report_pos);
drivers/input/touchscreen/ads7846.c
924
touchscreen_report_pos(input, &ts->core_prop, x, y, false);
drivers/input/touchscreen/apple_z2.c
106
touchscreen_report_pos(z2->input_dev, &z2->props,
drivers/input/touchscreen/atmel_mxt_ts.c
1015
touchscreen_report_pos(input_dev, &data->prop, x, y, true);
drivers/input/touchscreen/atmel_mxt_ts.c
894
touchscreen_report_pos(input_dev, &data->prop, x, y, true);
drivers/input/touchscreen/bu21029_ts.c
200
touchscreen_report_pos(bu21029->in_dev, &bu21029->prop,
drivers/input/touchscreen/chipone_icn8318.c
120
touchscreen_report_pos(data->input, &data->prop,
drivers/input/touchscreen/chipone_icn8505.c
350
touchscreen_report_pos(icn8505->input, &icn8505->prop,
drivers/input/touchscreen/cy8ctma140.c
87
touchscreen_report_pos(ts->input, &ts->props, x, y, true);
drivers/input/touchscreen/cyttsp5.c
328
touchscreen_report_pos(ts->input, &ts->prop,
drivers/input/touchscreen/edt-ft5x06.c
338
touchscreen_report_pos(tsdata->input, &tsdata->prop,
drivers/input/touchscreen/eeti_ts.c
61
touchscreen_report_pos(eeti->input, &eeti->props, x, y, false);
drivers/input/touchscreen/ektf2127.c
115
touchscreen_report_pos(ts->input, &ts->prop, x, y, true);
drivers/input/touchscreen/ektf2127.c
97
touchscreen_report_pos(ts->input, &ts->prop,
drivers/input/touchscreen/elants_i2c.c
1022
touchscreen_report_pos(input, &ts->prop, x, y, true);
drivers/input/touchscreen/exc3000.c
98
touchscreen_report_pos(input, prop,
drivers/input/touchscreen/goodix.c
373
touchscreen_report_pos(ts->input_pen, &ts->prop, input_x, input_y, false);
drivers/input/touchscreen/goodix.c
413
touchscreen_report_pos(ts->input_dev, &ts->prop,
drivers/input/touchscreen/goodix.c
428
touchscreen_report_pos(ts->input_dev, &ts->prop,
drivers/input/touchscreen/goodix_berlin_core.c
463
touchscreen_report_pos(cd->input_dev, &cd->props,
drivers/input/touchscreen/himax_hx83112b.c
239
touchscreen_report_pos(ts->input_dev, &ts->props, x, y, true);
drivers/input/touchscreen/himax_hx852x.c
294
touchscreen_report_pos(hx->input_dev, &hx->props, x, y, true);
drivers/input/touchscreen/hycon-hy46xx.c
135
touchscreen_report_pos(tsdata->input, &tsdata->prop,
drivers/input/touchscreen/hynitron_cstxxx.c
254
touchscreen_report_pos(ts_data->input_dev, &ts_data->prop, x, y, true);
drivers/input/touchscreen/ili210x.c
317
touchscreen_report_pos(input, &priv->prop, x, y, true);
drivers/input/touchscreen/ilitek_ts_i2c.c
146
touchscreen_report_pos(input, &ts->prop, x, y, true);
drivers/input/touchscreen/imagis.c
147
touchscreen_report_pos(ts->input_dev, &ts->prop,
drivers/input/touchscreen/iqs5xx.c
678
touchscreen_report_pos(input, &iqs5xx->prop,
drivers/input/touchscreen/iqs7211.c
2257
touchscreen_report_pos(iqs7211->tp_idev, &iqs7211->prop,
drivers/input/touchscreen/mms114.c
186
touchscreen_report_pos(input_dev, &data->props, x, y, true);
drivers/input/touchscreen/msg2638.c
154
touchscreen_report_pos(input, &msg2638->prop, x, y, true);
drivers/input/touchscreen/msg2638.c
173
touchscreen_report_pos(input, &msg2638->prop, x, y, true);
drivers/input/touchscreen/msg2638.c
232
touchscreen_report_pos(input, &msg2638->prop, x, y, true);
drivers/input/touchscreen/novatek-nvt-ts.c
134
touchscreen_report_pos(data->input, &data->prop, x, y, true);
drivers/input/touchscreen/raspberrypi-ts.c
96
touchscreen_report_pos(input, &ts->prop, x, y, true);
drivers/input/touchscreen/resistive-adc-touch.c
100
touchscreen_report_pos(st->input, &st->prop, x, y, false);
drivers/input/touchscreen/stmpe-ts.c
156
touchscreen_report_pos(ts->idev, &ts->prop, x, y, false);
drivers/input/touchscreen/sx8654.c
181
touchscreen_report_pos(ts->input, &ts->props, x, y, false);
drivers/input/touchscreen/sx8654.c
228
touchscreen_report_pos(sx8654->input, &sx8654->props, x, y,
drivers/input/touchscreen/tsc2007_core.c
148
touchscreen_report_pos(input, &ts->prop, tc.x, tc.y, false);
drivers/input/touchscreen/tsc200x-core.c
119
touchscreen_report_pos(ts->idev, &ts->prop, x, y, false);
drivers/input/touchscreen/zforce_ts.c
357
touchscreen_report_pos(ts->input, &ts->prop,
drivers/input/touchscreen/zinitix.c
421
touchscreen_report_pos(bt541->input_dev,
include/linux/input/touchscreen.h
27
void touchscreen_report_pos(struct input_dev *input,