Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dedt-ft5x06.c136 int max_support_points; member
152 int max_support_points; member
315 for (i = 0; i < tsdata->max_support_points; i++) { in edt_ft5x06_ts_isr()
334 if (id >= tsdata->max_support_points) in edt_ft5x06_ts_isr()
1042 tsdata->tdata_len = tsdata->point_len * tsdata->max_support_points + in edt_ft5x06_ts_set_tdata_parameters()
1154 if (!chip_data || !chip_data->max_support_points) { in edt_ft5x06_ts_probe()
1159 tsdata->max_support_points = chip_data->max_support_points; in edt_ft5x06_ts_probe()
1304 error = input_mt_init_slots(input, tsdata->max_support_points, in edt_ft5x06_ts_probe()
1455 .max_support_points = 5,
1459 .max_support_points = 10,
[all …]