Home
last modified time | relevance | path

Searched refs:touchscreen_set_mt_pos (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/input/
Dtouchscreen.c173 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/
Dtouchscreen.h23 void touchscreen_set_mt_pos(struct input_mt_pos *pos,
/linux-6.1.9/drivers/input/touchscreen/
Dsilead.c222 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()
Dst1232.c146 touchscreen_set_mt_pos(&pos[n_contacts], in st1232_ts_parse_and_report()
Dbu21013_ts.c212 touchscreen_set_mt_pos(&pos[finger_down_count++], in bu21013_do_touch_report()
Dpixcir_i2c_ts.c135 touchscreen_set_mt_pos(&report->pos[i], &tsdata->prop, in pixcir_ts_parse()