Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_debug.c60 int max = (CY_MAX_PRBUF_SIZE - 1) - sizeof(CY_PR_TRUNCATED); in cyttsp5_pr_buf_op_mode()
84 total_size <= max ? "" : CY_PR_TRUNCATED); in cyttsp5_pr_buf_op_mode()
104 size <= max ? "" : CY_PR_TRUNCATED); in cyttsp5_debug_print()
H A Dcyttsp5_regs.h87 #define CY_PR_TRUNCATED " truncated..." macro
H A Dcyttsp5_core.c149 max = (CY_MAX_PRBUF_SIZE - 1) - sizeof(CY_PR_TRUNCATED); in cyttsp5_pr_buf()
158 size - 1, pr_buf, size <= max ? "" : CY_PR_TRUNCATED); in cyttsp5_pr_buf()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.h68 #define CY_PR_TRUNCATED " truncated..." macro
H A Dcyttsp4_core.c57 max = (CY_MAX_PRBUF_SIZE - 1) - sizeof(CY_PR_TRUNCATED); in cyttsp4_pr_buf()
64 pr_buf, size <= max ? "" : CY_PR_TRUNCATED); in cyttsp4_pr_buf()