Searched refs:_fmt (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/platform/icnss2/ |
H A D | debug.h | 42 #define icnss_pr_err(_fmt, ...) do { \ argument 43 printk("%s" pr_fmt(_fmt), KERN_ERR, ##__VA_ARGS__); \ 44 icnss_ipc_log_string("%s" pr_fmt(_fmt), "", \ 48 #define icnss_pr_warn(_fmt, ...) do { \ argument 49 printk("%s" pr_fmt(_fmt), KERN_WARNING, ##__VA_ARGS__); \ 50 icnss_ipc_log_string("%s" pr_fmt(_fmt), "", \ 54 #define icnss_pr_info(_fmt, ...) do { \ argument 55 printk("%s" pr_fmt(_fmt), KERN_INFO, ##__VA_ARGS__); \ 56 icnss_ipc_log_string("%s" pr_fmt(_fmt), "", \ 60 #define icnss_pr_dbg(_fmt, ...) do { \ argument [all …]
|
H A D | qmi.c | 79 #define icnss_qmi_fatal_err(_fmt, ...) do { \ argument 80 icnss_pr_err("fatal: "_fmt, ##__VA_ARGS__); \
|
/wlan-driver/platform/cnss2/ |
H A D | debug.h | 53 #define cnss_pr_err(_fmt, ...) \ argument 55 ERR_LOG, ERR_LOG, _fmt, ##__VA_ARGS__) 57 #define cnss_pr_warn(_fmt, ...) \ argument 59 WARNING_LOG, WARNING_LOG, _fmt, ##__VA_ARGS__) 61 #define cnss_pr_info(_fmt, ...) \ argument 63 INFO_LOG, INFO_LOG, _fmt, ##__VA_ARGS__) 65 #define cnss_pr_dbg(_fmt, ...) \ argument 67 DEBUG_LOG, DEBUG_LOG, _fmt, ##__VA_ARGS__) 69 #define cnss_pr_vdbg(_fmt, ...) \ argument 71 DEBUG_LOG, DEBUG_LOG, _fmt, ##__VA_ARGS__) [all …]
|
/wlan-driver/platform/cnss_utils/ |
H A D | cnss_plat_ipc_qmi.c | 157 #define cnss_plat_ipc_err(_fmt, ...) \ argument 159 KERN_ERR, _fmt, ##__VA_ARGS__) 161 #define cnss_plat_ipc_info(_fmt, ...) \ argument 163 KERN_INFO, _fmt, ##__VA_ARGS__) 165 #define cnss_plat_ipc_dbg(_fmt, ...) \ argument 167 KERN_DEBUG, _fmt, ##__VA_ARGS__)
|