Searched refs:touchscreen_set_mt_pos (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | of_touchscreen.c | 162 * touchscreen_set_mt_pos - Set input_mt_pos coordinates 172 void touchscreen_set_mt_pos(struct input_mt_pos *pos, in touchscreen_set_mt_pos() function 180 EXPORT_SYMBOL(touchscreen_set_mt_pos); variable
|
H A D | st1232.c | 93 touchscreen_set_mt_pos(&pos[n_contacts], in st1232_ts_parse_and_report()
|
H A D | pixcir_i2c_ts.c | 135 touchscreen_set_mt_pos(&report->pos[i], &tsdata->prop, in pixcir_ts_parse()
|
H A D | silead.c | 178 touchscreen_set_mt_pos(&data->pos[touch_nr], &data->prop, in silead_ts_read_data()
|
H A D | bu21013_ts.c | 212 touchscreen_set_mt_pos(&pos[finger_down_count++], in bu21013_do_touch_report()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | touchscreen.c | 163 * touchscreen_set_mt_pos - Set input_mt_pos coordinates 173 void touchscreen_set_mt_pos(struct input_mt_pos *pos, in touchscreen_set_mt_pos() function 181 EXPORT_SYMBOL(touchscreen_set_mt_pos); variable
|
/kernel/linux/linux-5.10/include/linux/input/ |
H A D | touchscreen.h | 23 void touchscreen_set_mt_pos(struct input_mt_pos *pos,
|
/kernel/linux/linux-6.6/include/linux/input/ |
H A D | touchscreen.h | 23 void touchscreen_set_mt_pos(struct input_mt_pos *pos,
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A 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()
|
H A D | st1232.c | 146 touchscreen_set_mt_pos(&pos[n_contacts], in st1232_ts_parse_and_report()
|
H A D | pixcir_i2c_ts.c | 135 touchscreen_set_mt_pos(&report->pos[i], &tsdata->prop, in pixcir_ts_parse()
|
H A D | bu21013_ts.c | 212 touchscreen_set_mt_pos(&pos[finger_down_count++], in bu21013_do_touch_report()
|
Completed in 8 milliseconds