/drivers/net/ethernet/intel/ice/ |
D | ice_osdep.h | 34 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument 37 groupsize, buf, len, false) 46 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument 51 rowsize, groupsize, buf, \ 55 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
|
/drivers/crypto/caam/ |
D | error.c | 17 int rowsize, int groupsize, struct scatterlist *sg, in caam_dump_sg() argument 39 groupsize, buf, len, ascii); in caam_dump_sg() 47 int rowsize, int groupsize, struct scatterlist *sg, in caam_dump_sg() argument
|
D | error.h | 21 int rowsize, int groupsize, struct scatterlist *sg,
|
/drivers/firmware/efi/ |
D | cper-x86.c | 329 int groupsize = 4; in cper_print_proc_ia() local 341 groupsize = 8; /* MSRs are 8 bytes wide. */ in cper_print_proc_ia() 355 groupsize, (ctx_info + 1), in cper_print_proc_ia()
|
/drivers/net/wireless/ath/wil6210/ |
D | wil6210.h | 1163 groupsize, buf, len, ascii) \ argument 1166 groupsize, buf, len, ascii) 1169 groupsize, buf, len, ascii) \ argument 1172 groupsize, buf, len, ascii) 1175 groupsize, buf, len, ascii) \ argument 1178 groupsize, buf, len, ascii) 1182 int groupsize, const void *buf, size_t len, bool ascii) in wil_hex_dump_txrx() argument 1188 int groupsize, const void *buf, size_t len, bool ascii) in wil_hex_dump_wmi() argument 1194 int groupsize, const void *buf, size_t len, bool ascii) in wil_hex_dump_misc() argument
|
D | fw_inc.c | 14 groupsize, buf, len, ascii) \ argument 17 groupsize, buf, len, ascii)
|
/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 2239 u_long prot_offset, u_int groupno, u_int groupsize); 2326 u_int groups, groupno, groupsize, reg_fact_groups, reg_user_groups; in cfi_intelext_otp_walk() local 2373 groupsize = reg_user_size; in cfi_intelext_otp_walk() 2379 groupsize = reg_fact_size; in cfi_intelext_otp_walk() 2403 otpinfo->length = groupsize; in cfi_intelext_otp_walk() 2407 from += groupsize; in cfi_intelext_otp_walk() 2410 } else if (from >= groupsize) { in cfi_intelext_otp_walk() 2411 from -= groupsize; in cfi_intelext_otp_walk() 2412 data_offset += groupsize; in cfi_intelext_otp_walk() 2414 int size = groupsize; in cfi_intelext_otp_walk() [all …]
|
/drivers/staging/fbtft/ |
D | fbtft.h | 242 void fbtft_dbg_hex(const struct device *dev, int groupsize,
|
D | fbtft-core.c | 51 void fbtft_dbg_hex(const struct device *dev, int groupsize, in fbtft_dbg_hex() argument 63 hex_dump_to_buffer(buf, len, 32, groupsize, text + text_len, in fbtft_dbg_hex()
|