Searched refs:touchscreen_report_pos (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.10/include/linux/input/ |
D | touchscreen.h | 27 void touchscreen_report_pos(struct input_dev *input,
|
/Linux-v5.10/drivers/input/touchscreen/ |
D | of_touchscreen.c | 194 void touchscreen_report_pos(struct input_dev *input, in touchscreen_report_pos() function 203 EXPORT_SYMBOL(touchscreen_report_pos);
|
D | sx8654.c | 181 touchscreen_report_pos(ts->input, &ts->props, x, y, false); in sx8650_irq() 228 touchscreen_report_pos(sx8654->input, &sx8654->props, x, y, in sx8654_irq()
|
D | resistive-adc-touch.c | 63 touchscreen_report_pos(st->input, &st->prop, x, y, false); in grts_cb()
|
D | raspberrypi-ts.c | 96 touchscreen_report_pos(input, &ts->prop, x, y, true); in rpi_ts_poll()
|
D | eeti_ts.c | 61 touchscreen_report_pos(eeti->input, &eeti->props, x, y, false); in eeti_ts_report_event()
|
D | chipone_icn8318.c | 120 touchscreen_report_pos(data->input, &data->prop, in icn8318_irq()
|
D | cy8ctma140.c | 87 touchscreen_report_pos(ts->input, &ts->props, x, y, true); in cy8ctma140_report()
|
D | ektf2127.c | 90 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 | exc3000.c | 92 touchscreen_report_pos(input, prop, in exc3000_report_slots()
|
D | chipone_icn8505.c | 351 touchscreen_report_pos(icn8505->input, &icn8505->prop, in icn8505_irq()
|
D | ili210x.c | 278 touchscreen_report_pos(input, &priv->prop, x, y, true); in ili210x_report_events()
|
D | zinitix.c | 316 touchscreen_report_pos(bt541->input_dev, &bt541->prop, in zinitix_report_finger()
|
D | goodix.c | 399 touchscreen_report_pos(ts->input_dev, &ts->prop, in goodix_ts_report_touch_8b() 414 touchscreen_report_pos(ts->input_dev, &ts->prop, in goodix_ts_report_touch_9b()
|
D | mms114.c | 185 touchscreen_report_pos(input_dev, &data->props, x, y, true); in mms114_process_mt()
|
D | elants_i2c.c | 887 touchscreen_report_pos(input, &ts->prop, x, y, true); in elants_i2c_mt_event()
|
D | edt-ft5x06.c | 267 touchscreen_report_pos(tsdata->input, &tsdata->prop, in edt_ft5x06_ts_isr()
|
D | ads7846.c | 836 touchscreen_report_pos(input, &ts->core_prop, x, y, false); in ads7846_report_state()
|