Searched refs:prefix_str (Results 1 – 7 of 7) sorted by relevance
| /drivers/net/wireless/realtek/rtw89/ |
| A D | debug.h | 70 const char *prefix_str, in rtw89_hex_dump() argument 76 print_hex_dump_bytes(prefix_str, DUMP_PREFIX_OFFSET, buf, len); in rtw89_hex_dump() 90 const char *prefix_str, in rtw89_hex_dump() argument
|
| /drivers/crypto/caam/ |
| A D | error.c | 16 void caam_dump_sg(const char *prefix_str, int prefix_type, in caam_dump_sg() argument 38 print_hex_dump_debug(prefix_str, prefix_type, rowsize, in caam_dump_sg() 46 void caam_dump_sg(const char *prefix_str, int prefix_type, in caam_dump_sg() argument
|
| A D | error.h | 20 void caam_dump_sg(const char *prefix_str, int prefix_type,
|
| /drivers/net/wireless/ath/wil6210/ |
| A D | wil6210.h | 1161 #define wil_hex_dump_txrx(prefix_str, prefix_type, rowsize, \ argument 1163 print_hex_dump_debug("DBG[TXRX]" prefix_str,\ 1167 #define wil_hex_dump_wmi(prefix_str, prefix_type, rowsize, \ argument 1169 print_hex_dump_debug("DBG[ WMI]" prefix_str,\ 1173 #define wil_hex_dump_misc(prefix_str, prefix_type, rowsize, \ argument 1175 print_hex_dump_debug("DBG[MISC]" prefix_str,\ 1180 void wil_hex_dump_txrx(const char *prefix_str, int prefix_type, int rowsize, in wil_hex_dump_txrx() argument 1186 void wil_hex_dump_wmi(const char *prefix_str, int prefix_type, int rowsize, in wil_hex_dump_wmi() argument 1192 void wil_hex_dump_misc(const char *prefix_str, int prefix_type, int rowsize, in wil_hex_dump_misc() argument
|
| A D | fw_inc.c | 13 #define wil_hex_dump_fw(prefix_str, prefix_type, rowsize, \ argument 15 print_hex_dump_debug("DBG[ FW ]" prefix_str, \
|
| /drivers/net/wireless/ath/wcn36xx/ |
| A D | wcn36xx.h | 73 #define wcn36xx_dbg_dump(mask, prefix_str, buf, len) do { \ argument 75 print_hex_dump(KERN_DEBUG, pr_fmt(prefix_str), \
|
| /drivers/ufs/core/ |
| A D | ufshcd.c | 169 #define ufshcd_hex_dump(prefix_str, buf, len) do { \ argument 171 print_hex_dump(KERN_ERR, prefix_str, \
|
Completed in 39 milliseconds