Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_core.c188 if (cd->tthe_buf_len + (len + buf_len) > CY_MAX_PRBUF_SIZE) in tthe_print()
194 remain = CY_MAX_PRBUF_SIZE - cd->tthe_buf_len; in tthe_print()
198 p = cd->tthe_buf + cd->tthe_buf_len; in tthe_print()
200 cd->tthe_buf_len += len; in tthe_print()
211 cd->tthe_buf_len += n; in tthe_print()
216 cd->tthe_buf[cd->tthe_buf_len] = 0; in tthe_print()
217 cd->tthe_buf_len += n; in tthe_print()
5593 cd->tthe_buf_len != 0 || cd->tthe_exit); in tthe_debugfs_read()
5599 if (count > cd->tthe_buf_len) in tthe_debugfs_read()
5600 size = cd->tthe_buf_len; in tthe_debugfs_read()
[all …]
H A Dcyttsp5_regs.h1016 u32 tthe_buf_len; member