Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/tools/testing/selftests/tpm2/
Dtpm2.py346 def hex_dump(d): function
391 sys.stderr.write(hex_dump(cmd) + os.linesep)
393 sys.stderr.write(hex_dump(rsp) + os.linesep)
/linux-5.19.10/samples/bpf/
Dxdpsock_user.c635 static void hex_dump(void *pkt, size_t length, u64 addr) in hex_dump() function
1459 hex_dump(pkt, len, addr); in rx_drop()
1531 hex_dump(pkt, PKT_SIZE, addr); in tx_only()
1706 hex_dump(pkt, len, addr); in l2fwd()
/linux-5.19.10/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()