Searched refs:max_touch_number (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | focaltech_core.c | 563 for (finger_count = 0; finger_count < fts_data->pdata->max_touch_number; finger_count++) { in fts_release_all_finger() 623 u32 max_touch_num = data->pdata->max_touch_number; in fts_input_report_b() 779 int max_touch_num = data->pdata->max_touch_number; in fts_read_touchdata() 986 input_mt_init_slots(input_dev, pdata->max_touch_number, INPUT_MT_DIRECT); in fts_input_init() 1006 point_num = pdata->max_touch_number; in fts_input_init() 1226 pdata->max_touch_number = 2; in fts_parse_dt() 1228 pdata->max_touch_number = FTS_MAX_POINTS_SUPPORT; in fts_parse_dt() 1230 pdata->max_touch_number = temp_val; in fts_parse_dt() 1233 pdata->max_touch_number = FTS_MAX_POINTS_SUPPORT; in fts_parse_dt() 1237 pdata->max_touch_number, pdata->irq_gpio, pdata->reset_gpio); in fts_parse_dt()
|
| H A D | focaltech_point_report_check.c | 69 for (finger_count = 0; finger_count < ts_data->pdata->max_touch_number; finger_count++) { in fts_prc_func()
|
| H A D | focaltech_core.h | 124 u32 max_touch_number; member
|
| H A D | focaltech_ex_fun.c | 978 count += snprintf(buf + count, PAGE_SIZE, "Max Touchs:%d\n", pdata->max_touch_number); in fts_driverinfo_show()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_core.c | 358 u32 max_touches = fts_data->pdata->max_touch_number; in fts_release_all_finger() 429 u32 max_touch_num = data->pdata->max_touch_number; in fts_input_report_b() 608 int max_touch_num = data->pdata->max_touch_number; in fts_read_parse_touchdata() 765 input_mt_init_slots(input_dev, pdata->max_touch_number, INPUT_MT_DIRECT); in fts_input_init() 797 point_num = ts_data->pdata->max_touch_number; in fts_report_buffer_init() 1239 pdata->max_touch_number = FTS_MAX_POINTS_SUPPORT; in fts_parse_dt() 1242 pdata->max_touch_number = 2; /* max_touch_number must >= 2 */ in fts_parse_dt() 1244 pdata->max_touch_number = FTS_MAX_POINTS_SUPPORT; in fts_parse_dt() 1246 pdata->max_touch_number = temp_val; in fts_parse_dt() 1250 pdata->max_touch_number, pdata->irq_gpio, pdata->reset_gpio); in fts_parse_dt()
|
| H A D | focaltech_point_report_check.c | 62 u32 max_touches = fts_data->pdata->max_touch_number; in fts_prc_func()
|
| H A D | focaltech_core.h | 132 u32 max_touch_number; member
|
| H A D | focaltech_ex_fun.c | 976 count += snprintf(buf + count, PAGE_SIZE, "Max Touchs:%d\n", pdata->max_touch_number); in fts_driverinfo_show()
|