Searched refs:tthe_buf (Results 1 – 2 of 2) sorted by relevance
185 if (!cd->tthe_buf) in tthe_print()198 p = cd->tthe_buf + cd->tthe_buf_len; in tthe_print()216 cd->tthe_buf[cd->tthe_buf_len] = 0; in tthe_print()5258 kfree(cd->tthe_buf); in cyttsp5_drv_debug_store()5259 cd->tthe_buf = NULL; in cyttsp5_drv_debug_store()5263 if (cd->tthe_buf) in cyttsp5_drv_debug_store()5264 memset(cd->tthe_buf, 0, CY_MAX_PRBUF_SIZE); in cyttsp5_drv_debug_store()5563 if (cd->tthe_buf) in tthe_debugfs_open()5566 cd->tthe_buf = kzalloc(CY_MAX_PRBUF_SIZE, GFP_KERNEL); in tthe_debugfs_open()5567 if (!cd->tthe_buf) in tthe_debugfs_open()[all …]
1015 u8 *tthe_buf; member