Searched refs:tbuf (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/dev/input/goodix/
H A Dgt92xx.cpp287 uint8_t tbuf[2]; local
288 tbuf[0] = static_cast<uint8_t>(addr >> 8);
289 tbuf[1] = static_cast<uint8_t>(addr & 0xff);
290 return i2c_.Transact(tbuf, 2, buf, len);
294 uint8_t tbuf[3]; local
295 tbuf[0] = static_cast<uint8_t>(addr >> 8);
296 tbuf[1] = static_cast<uint8_t>(addr & 0xff);
297 tbuf[2] = val;
298 return i2c_.Transact(tbuf, 3, NULL, 0);
/fuchsia/zircon/system/dev/display/astro-display/
H A Ddw-mipi-dsi.h29 zx_status_t Cmd(const uint8_t* tbuf, size_t tlen, uint8_t* rbuf, size_t rlen, bool is_dcs);
H A Ddw-mipi-dsi.cpp387 zx_status_t DwMipiDsi::Cmd(const uint8_t* tbuf, size_t tlen, uint8_t* rbuf, size_t rlen, argument
393 cmd.pld_data = tbuf; // tbuf is allowed to be null
/fuchsia/zircon/system/uapp/psutils/
H A Dkstats.c259 char tbuf[40]; local
260 strftime(tbuf, sizeof(tbuf), "%FT%T", &nowtm);
261 printf("\n--- %s.%03ldZ ---\n", tbuf, now.tv_nsec / (1000 * 1000));
H A Dmemgraph.cpp547 char tbuf[40]; local
548 strftime(tbuf, sizeof(tbuf), "%FT%T", &nowtm);
552 tbuf, now.tv_nsec / (1000 * 1000));

Completed in 156 milliseconds