Home
last modified time | relevance | path

Searched refs:max_touch_number (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.c563 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 Dfocaltech_point_report_check.c69 for (finger_count = 0; finger_count < ts_data->pdata->max_touch_number; finger_count++) { in fts_prc_func()
H A Dfocaltech_core.h124 u32 max_touch_number; member
H A Dfocaltech_ex_fun.c978 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 Dfocaltech_core.c358 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 Dfocaltech_point_report_check.c62 u32 max_touches = fts_data->pdata->max_touch_number; in fts_prc_func()
H A Dfocaltech_core.h132 u32 max_touch_number; member
H A Dfocaltech_ex_fun.c976 count += snprintf(buf + count, PAGE_SIZE, "Max Touchs:%d\n", pdata->max_touch_number); in fts_driverinfo_show()