Searched refs:tbuf (Results 1 – 3 of 3) sorted by relevance
297 char tbuf[60]; in ct() local303 memset((void *)&tbuf, 0, sizeof(tbuf)); in ct()304 memcpy((void *)&tbuf, (void *)BUFOUT, SAMP_BLOCKSIZE); in ct()306 printk("CT MSG: %s\n", (char *)&tbuf); in ct()
69 static uint8_t tbuf[9] = { variable130 const struct spi_buf txb = {.buf = tbuf, .len = sizeof(tbuf)}; in xpt2046_work_handler()
84 struct test_buf tbuf = { .buf = buf, .idx = 0 }; in basic_validate() local100 rv = cbpprintf(out, &tbuf, d); in basic_validate()