Home
last modified time | relevance | path

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

/linux-6.1.9/tools/spi/
Dspidev_test.c62 static void hex_dump(const void *src, size_t length, size_t line_size, in hex_dump() function
155 hex_dump(tx, len, 32, "TX"); in transfer()
170 hex_dump(rx, len, 32, "RX"); in transfer()
406 hex_dump(tx, len, 32, "TX"); in transfer_buf()
407 hex_dump(rx, len, 32, "RX"); in transfer_buf()
/linux-6.1.9/tools/testing/selftests/tpm2/
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.1.9/tools/bpf/
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()