Searched refs:touchscreen_report_pos (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | of_touchscreen.c | 179 void touchscreen_report_pos(struct input_dev *input, in touchscreen_report_pos() function 188 EXPORT_SYMBOL(touchscreen_report_pos);
|
D | resistive-adc-touch.c | 63 touchscreen_report_pos(st->input, &st->prop, x, y, false); in grts_cb()
|
D | exc3000.c | 48 touchscreen_report_pos(input, prop, in exc3000_report_slots()
|
D | eeti_ts.c | 73 touchscreen_report_pos(eeti->input, &eeti->props, x, y, false); in eeti_ts_report_event()
|
D | chipone_icn8318.c | 124 touchscreen_report_pos(data->input, &data->prop, in icn8318_irq()
|
D | ektf2127.c | 94 touchscreen_report_pos(ts->input, &ts->prop, in ektf2127_report_event()
|
D | bu21029_ts.c | 200 touchscreen_report_pos(bu21029->in_dev, &bu21029->prop, in bu21029_touch_report()
|
D | chipone_icn8505.c | 351 touchscreen_report_pos(icn8505->input, &icn8505->prop, in icn8505_irq()
|
D | mms114.c | 184 touchscreen_report_pos(input_dev, &data->props, x, y, true); in mms114_process_mt()
|
D | goodix.c | 297 touchscreen_report_pos(ts->input_dev, &ts->prop, in goodix_ts_report_touch()
|
D | edt-ft5x06.c | 254 touchscreen_report_pos(tsdata->input, &tsdata->prop, x, y, in edt_ft5x06_ts_isr()
|
/Linux-v4.19/include/linux/input/ |
D | touchscreen.h | 30 void touchscreen_report_pos(struct input_dev *input,
|