/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | of_touchscreen.c | 183 * touchscreen_report_pos - Report touchscreen coordinates 194 void touchscreen_report_pos(struct input_dev *input, in touchscreen_report_pos() function 203 EXPORT_SYMBOL(touchscreen_report_pos); variable
|
H A D | resistive-adc-touch.c | 63 touchscreen_report_pos(st->input, &st->prop, x, y, false); in grts_cb()
|
H A 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()
|
H A D | raspberrypi-ts.c | 96 touchscreen_report_pos(input, &ts->prop, x, y, true); in rpi_ts_poll()
|
H A D | eeti_ts.c | 61 touchscreen_report_pos(eeti->input, &eeti->props, x, y, false); in eeti_ts_report_event()
|
H A D | chipone_icn8318.c | 120 touchscreen_report_pos(data->input, &data->prop, in icn8318_irq()
|
H A D | ektf2127.c | 90 touchscreen_report_pos(ts->input, &ts->prop, in ektf2127_report_event()
|
H A D | bu21029_ts.c | 200 touchscreen_report_pos(bu21029->in_dev, &bu21029->prop, in bu21029_touch_report()
|
H A D | cy8ctma140.c | 87 touchscreen_report_pos(ts->input, &ts->props, x, y, true); in cy8ctma140_report()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | touchscreen.c | 184 * touchscreen_report_pos - Report touchscreen coordinates 195 void touchscreen_report_pos(struct input_dev *input, in touchscreen_report_pos() function 204 EXPORT_SYMBOL(touchscreen_report_pos); variable
|
/kernel/linux/linux-5.10/include/linux/input/ |
H A D | touchscreen.h | 27 void touchscreen_report_pos(struct input_dev *input,
|
/kernel/linux/linux-6.6/include/linux/input/ |
H A D | touchscreen.h | 27 void touchscreen_report_pos(struct input_dev *input,
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | msg2638.c | 154 touchscreen_report_pos(input, &msg2638->prop, x, y, true); in msg2138_ts_irq_handler() 173 touchscreen_report_pos(input, &msg2638->prop, x, y, true); in msg2138_ts_irq_handler() 232 touchscreen_report_pos(input, &msg2638->prop, x, y, true); in msg2638_ts_irq_handler()
|
H A D | ektf2127.c | 91 touchscreen_report_pos(ts->input, &ts->prop, in ektf2127_report_event() 109 touchscreen_report_pos(ts->input, &ts->prop, x, y, true); in ektf2127_report2_contact()
|
H A 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()
|
H A D | eeti_ts.c | 61 touchscreen_report_pos(eeti->input, &eeti->props, x, y, false); in eeti_ts_report_event()
|
H A D | resistive-adc-touch.c | 100 touchscreen_report_pos(st->input, &st->prop, x, y, false); in grts_cb()
|
H A D | raspberrypi-ts.c | 96 touchscreen_report_pos(input, &ts->prop, x, y, true); in rpi_ts_poll()
|
H A D | chipone_icn8318.c | 120 touchscreen_report_pos(data->input, &data->prop, in icn8318_irq()
|
H A D | imagis.c | 120 touchscreen_report_pos(ts->input_dev, &ts->prop, in imagis_interrupt()
|
H A D | cy8ctma140.c | 87 touchscreen_report_pos(ts->input, &ts->props, x, y, true); in cy8ctma140_report()
|
H A D | novatek-nvt-ts.c | 133 touchscreen_report_pos(data->input, &data->prop, x, y, true); in nvt_ts_irq()
|
H A D | stmpe-ts.c | 156 touchscreen_report_pos(ts->idev, &ts->prop, x, y, false); in stmpe_ts_handler()
|
H A D | himax_hx83112b.c | 193 touchscreen_report_pos(ts->input_dev, &ts->props, x, y, true); in himax_process_event_point()
|
H A D | bu21029_ts.c | 200 touchscreen_report_pos(bu21029->in_dev, &bu21029->prop, in bu21029_touch_report()
|