Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
A Dedt-ft5x06.c271 touchscreen_report_pos(tsdata->input, &tsdata->prop, in edt_ft5x06_ts_isr()
584 tsdata->raw_bufsize = tsdata->num_x * tsdata->num_y * in edt_ft5x06_factory_mode()
718 if (!tsdata->factory_mode || !tsdata->raw_buffer) { in edt_ft5x06_debugfs_raw_data_read()
793 tsdata->debug_dir, tsdata, &debugfs_mode_fops); in edt_ft5x06_ts_prepare_debugfs()
989 tsdata->threshold = edt_ft5x06_register_read(tsdata, in edt_ft5x06_ts_get_parameters()
996 tsdata->offset_x = edt_ft5x06_register_read(tsdata, in edt_ft5x06_ts_get_parameters()
999 tsdata->offset_y = edt_ft5x06_register_read(tsdata, in edt_ft5x06_ts_get_parameters()
1002 tsdata->report_rate = edt_ft5x06_register_read(tsdata, in edt_ft5x06_ts_get_parameters()
1006 tsdata->num_x = edt_ft5x06_register_read(tsdata, in edt_ft5x06_ts_get_parameters()
1010 tsdata->num_y = edt_ft5x06_register_read(tsdata, in edt_ft5x06_ts_get_parameters()
[all …]
A Dhycon-hy46xx.c135 touchscreen_report_pos(tsdata->input, &tsdata->prop, in hycon_hy46xx_isr()
140 input_sync(tsdata->input); in hycon_hy46xx_isr()
333 tsdata->gain = val; in hycon_hy46xx_get_defaults()
358 tsdata->threshold = val; in hycon_hy46xx_get_parameters()
383 tsdata->gain = val; in hycon_hy46xx_get_parameters()
451 tsdata = devm_kzalloc(&client->dev, sizeof(*tsdata), GFP_KERNEL); in hycon_hy46xx_probe()
452 if (!tsdata) in hycon_hy46xx_probe()
472 tsdata); in hycon_hy46xx_probe()
500 tsdata->client = client; in hycon_hy46xx_probe()
501 tsdata->input = input; in hycon_hy46xx_probe()
[all …]
A Dpixcir_i2c_ts.c113 dev_err(&tsdata->client->dev, in pixcir_ts_parse()
121 dev_err(&tsdata->client->dev, in pixcir_ts_parse()
196 while (tsdata->running) { in pixcir_ts_isr()
473 tsdata = devm_kzalloc(dev, sizeof(*tsdata), GFP_KERNEL); in pixcir_i2c_ts_probe()
474 if (!tsdata) in pixcir_i2c_ts_probe()
478 if (!tsdata->chip && id) in pixcir_i2c_ts_probe()
480 if (!tsdata->chip) { in pixcir_i2c_ts_probe()
491 tsdata->client = client; in pixcir_i2c_ts_probe()
492 tsdata->input = input; in pixcir_i2c_ts_probe()
554 if (tsdata->gpio_enable) in pixcir_i2c_ts_probe()
[all …]
A Dtsc200x-core.c150 if (unlikely(tsdata.x > MAX_12BIT || tsdata.y > MAX_12BIT)) in tsc200x_irq_thread()
154 if (unlikely(tsdata.z1 == 0 || tsdata.z2 > MAX_12BIT)) in tsc200x_irq_thread()
156 if (unlikely(tsdata.z1 >= tsdata.z2)) in tsc200x_irq_thread()
164 ts->in_x == tsdata.x && ts->in_y == tsdata.y && in tsc200x_irq_thread()
165 ts->in_z1 == tsdata.z1 && ts->in_z2 == tsdata.z2) { in tsc200x_irq_thread()
173 ts->in_x = tsdata.x; in tsc200x_irq_thread()
174 ts->in_y = tsdata.y; in tsc200x_irq_thread()
175 ts->in_z1 = tsdata.z1; in tsc200x_irq_thread()
176 ts->in_z2 = tsdata.z2; in tsc200x_irq_thread()
179 pressure = tsdata.x * (tsdata.z2 - tsdata.z1) / tsdata.z1; in tsc200x_irq_thread()
[all …]

Completed in 23 milliseconds