Home
last modified time | relevance | path

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

/Linux-v5.4/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.c105 int hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize, in hex_dump_to_buffer()
240 int rowsize, int groupsize, in print_hex_dump()
/Linux-v5.4/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-v5.4/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-v5.4/include/linux/
Ddynamic_debug.h168 #define dynamic_hex_dump(prefix_str, prefix_type, rowsize, \ argument
207 #define dynamic_hex_dump(prefix_str, prefix_type, rowsize, \ argument
Dprintk.h493 int prefix_type, int rowsize, int groupsize, in print_hex_dump()
505 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument
510 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument
516 int rowsize, int groupsize, in print_hex_dump_debug()
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dwil6210.h1168 #define wil_hex_dump_txrx(prefix_str, prefix_type, rowsize, \ argument
1174 #define wil_hex_dump_wmi(prefix_str, prefix_type, rowsize, \ argument
1180 #define wil_hex_dump_misc(prefix_str, prefix_type, rowsize, \ argument
1187 void wil_hex_dump_txrx(const char *prefix_str, int prefix_type, int rowsize, in wil_hex_dump_txrx()
1193 void wil_hex_dump_wmi(const char *prefix_str, int prefix_type, int rowsize, in wil_hex_dump_wmi()
1199 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-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv50.c509 u64 rowsize, predicted; in nv50_fb_vram_rblock() local
/Linux-v5.4/fs/
Dseq_file.c858 int rowsize, int groupsize, const void *buf, size_t len, in seq_hex_dump()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_engine_cs.c1169 const size_t rowsize = 8 * sizeof(u32); in hexdump() local
/Linux-v5.4/mm/
Dkmemleak.c263 int rowsize, int groupsize, const void *buf, in warn_or_seq_hex_dump()