Home
last modified time | relevance | path

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

/linux-6.15/tools/spi/
H 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()
/linux-6.15/tools/testing/selftests/tpm2/
H 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)
/linux-6.15/tools/bpf/
H 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()