Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/spi/
H A 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()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_trace.h20 void hex_dump(int level, const char *function, int line, const char *buffer_name,
35 hex_dump(TRACE_VERBOSE, __func__, __LINE__, buffer_name, buffer, len)
/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2.py345 def hex_dump(d): function
394 sys.stderr.write(hex_dump(cmd) + os.linesep)
396 sys.stderr.write(hex_dump(rsp) + os.linesep)
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_trace.c156 void hex_dump(int level, const char *function, int line, const char *buffer_name, in hex_dump() function
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdpsock_user.c517 static void hex_dump(void *pkt, size_t length, u64 addr) in hex_dump() function
1209 hex_dump(pkt, len, addr); in rx_drop()
1376 hex_dump(pkt, len, addr); in l2fwd()
/OK3568_Linux_fs/kernel/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()