Home
last modified time | relevance | path

Searched refs:max_touch_num (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgoodix.c99 unsigned int max_touch_num; member
321 if (touch_num > ts->max_touch_num) in goodix_ts_read_input_report()
940 ts->max_touch_num = GOODIX_MAX_CONTACTS; in goodix_read_config()
945 ts->max_touch_num = ts->config[MAX_CONTACTS_LOC] & 0x0f; in goodix_read_config()
1027 ts->max_touch_num = GOODIX_MAX_CONTACTS; in goodix_configure_dev()
1069 if (!ts->prop.max_x || !ts->prop.max_y || !ts->max_touch_num) { in goodix_configure_dev()
1082 ts->prop.max_x, ts->prop.max_y, ts->max_touch_num); in goodix_configure_dev()
1085 ts->max_touch_num = GOODIX_MAX_CONTACTS; in goodix_configure_dev()
1105 error = input_mt_init_slots(ts->input_dev, ts->max_touch_num, in goodix_configure_dev()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.c623 u32 max_touch_num = data->pdata->max_touch_number; in fts_input_report_b() local
633 if (events[i].id >= max_touch_num) in fts_input_report_b()
679 for (i = 0; i < max_touch_num; i++) { in fts_input_report_b()
779 int max_touch_num = data->pdata->max_touch_number; in fts_read_touchdata() local
816 if (data->point_num > max_touch_num) { in fts_read_touchdata()
825 for (i = 0; i < max_touch_num; i++) { in fts_read_touchdata()
831 else if (pointid >= max_touch_num) { in fts_read_touchdata()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.c429 u32 max_touch_num = data->pdata->max_touch_number; in fts_input_report_b() local
477 for (i = 0; i < max_touch_num; i++) { in fts_input_report_b()
608 int max_touch_num = data->pdata->max_touch_number; in fts_read_parse_touchdata() local
629 if (data->point_num > max_touch_num) { in fts_read_parse_touchdata()
634 for (i = 0; i < max_touch_num; i++) { in fts_read_parse_touchdata()
639 else if (pointid >= max_touch_num) { in fts_read_parse_touchdata()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h112 u8 max_touch_num; member