Home
last modified time | relevance | path

Searched defs:rowsize (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/lib/
Dtest_hexdump.c67 static void __init test_hexdump_prepare_test(size_t len, int rowsize, in test_hexdump_prepare_test()
125 static void __init test_hexdump(size_t len, int rowsize, int groupsize, in test_hexdump()
149 static void __init test_hexdump_set(int rowsize, bool ascii) in test_hexdump_set()
161 int rowsize, int groupsize, in test_hexdump_overflow()
224 int rowsize; in test_hexdump_init() local
Dhexdump.c109 int hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize, in hex_dump_to_buffer()
244 int rowsize, int groupsize, in print_hex_dump()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_osdep.h34 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
46 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
55 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
/Linux-v4.19/drivers/crypto/caam/
Derror.c17 int rowsize, int groupsize, struct scatterlist *sg, in caam_dump_sg()
47 int rowsize, int groupsize, struct scatterlist *sg, in caam_dump_sg()
/Linux-v4.19/include/linux/
Dprintk.h504 int prefix_type, int rowsize, int groupsize, in print_hex_dump()
516 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument
521 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument
527 int rowsize, int groupsize, in print_hex_dump_debug()
Ddynamic_debug.h147 #define dynamic_hex_dump(prefix_str, prefix_type, rowsize, \ argument
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dwil6210.h1111 #define wil_hex_dump_txrx(prefix_str, prefix_type, rowsize, \ argument
1117 #define wil_hex_dump_wmi(prefix_str, prefix_type, rowsize, \ argument
1123 #define wil_hex_dump_misc(prefix_str, prefix_type, rowsize, \ argument
1130 void wil_hex_dump_txrx(const char *prefix_str, int prefix_type, int rowsize, in wil_hex_dump_txrx()
1136 void wil_hex_dump_wmi(const char *prefix_str, int prefix_type, int rowsize, in wil_hex_dump_wmi()
1142 void wil_hex_dump_misc(const char *prefix_str, int prefix_type, int rowsize, in wil_hex_dump_misc()
Dfw_inc.c24 #define wil_hex_dump_fw(prefix_str, prefix_type, rowsize, \ argument
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv50.c509 u64 rowsize, predicted; in nv50_fb_vram_rblock() local
/Linux-v4.19/fs/
Dseq_file.c846 int rowsize, int groupsize, const void *buf, size_t len, in seq_hex_dump()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_engine_cs.c1258 const size_t rowsize = 8 * sizeof(u32); in hexdump() local