Home
last modified time | relevance | path

Searched refs:hex_dump (Results 1 – 3 of 3) sorted by relevance

/tools/spi/
A Dspidev_test.c63 static void hex_dump(const void *src, size_t length, size_t line_size, in hex_dump() function
157 hex_dump(tx, len, 32, "TX"); in transfer()
172 hex_dump(rx, len, 32, "RX"); in transfer()
434 hex_dump(tx, len, 32, "TX"); in transfer_buf()
435 hex_dump(rx, len, 32, "RX"); in transfer_buf()
/tools/testing/selftests/tpm2/
A Dtpm2.py346 def hex_dump(d): function
395 sys.stderr.write(hex_dump(cmd) + os.linesep)
397 sys.stderr.write(hex_dump(rsp) + os.linesep)
/tools/bpf/
A Dbpf_dbg.c195 static void hex_dump(const uint8_t *buf, size_t len) in hex_dump() function
477 hex_dump(pkt, pkt_caplen); in bpf_dump_pkt()

Completed in 10 milliseconds