Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_device_access.c4378 int print_idx = 0; in tthe_get_panel_data_debugfs_read() local
4477 print_idx += scnprintf(buf_out, TTHE_TUNER_MAX_BUF, in tthe_get_panel_data_debugfs_read()
4480 print_idx += scnprintf(buf_out, TTHE_TUNER_MAX_BUF, in tthe_get_panel_data_debugfs_read()
4483 print_idx += scnprintf(buf_out + print_idx, in tthe_get_panel_data_debugfs_read()
4484 TTHE_TUNER_MAX_BUF - print_idx, in tthe_get_panel_data_debugfs_read()
4486 print_idx += scnprintf(buf_out + print_idx, in tthe_get_panel_data_debugfs_read()
4487 TTHE_TUNER_MAX_BUF - print_idx, in tthe_get_panel_data_debugfs_read()
4489 rc = simple_read_from_buffer(buf, count, ppos, buf_out, print_idx); in tthe_get_panel_data_debugfs_read()
4490 print_idx = rc; in tthe_get_panel_data_debugfs_read()
4494 return print_idx; in tthe_get_panel_data_debugfs_read()