Searched refs:touchscreen_set_mt_pos (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/input/ |
D | touchscreen.c | 173 void touchscreen_set_mt_pos(struct input_mt_pos *pos, in touchscreen_set_mt_pos() function 181 EXPORT_SYMBOL(touchscreen_set_mt_pos);
|
/linux-6.1.9/include/linux/input/ |
D | touchscreen.h | 23 void touchscreen_set_mt_pos(struct input_mt_pos *pos,
|
/linux-6.1.9/drivers/input/touchscreen/ |
D | silead.c | 222 touchscreen_set_mt_pos(&pos, &data->prop, in silead_ts_handle_pen_data() 292 touchscreen_set_mt_pos(&data->pos[touch_nr], &data->prop, in silead_ts_read_data()
|
D | st1232.c | 146 touchscreen_set_mt_pos(&pos[n_contacts], in st1232_ts_parse_and_report()
|
D | bu21013_ts.c | 212 touchscreen_set_mt_pos(&pos[finger_down_count++], in bu21013_do_touch_report()
|
D | pixcir_i2c_ts.c | 135 touchscreen_set_mt_pos(&report->pos[i], &tsdata->prop, in pixcir_ts_parse()
|