Home
last modified time | relevance | path

Searched defs:print_hex_dump_bytes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/
H A Dhexdump.c225 void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() function
241 void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dprintk.h589 static inline void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() function
627 #define print_hex_dump_bytes(prefix_str, prefix_type, buf, len) \ macro