Searched refs:pr_fmt (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/platform/icnss2/ |
H A D | debug.h | 43 printk("%s" pr_fmt(_fmt), KERN_ERR, ##__VA_ARGS__); \ 44 icnss_ipc_log_string("%s" pr_fmt(_fmt), "", \ 49 printk("%s" pr_fmt(_fmt), KERN_WARNING, ##__VA_ARGS__); \ 50 icnss_ipc_log_string("%s" pr_fmt(_fmt), "", \ 55 printk("%s" pr_fmt(_fmt), KERN_INFO, ##__VA_ARGS__); \ 56 icnss_ipc_log_string("%s" pr_fmt(_fmt), "", \ 62 icnss_ipc_log_string(pr_fmt(_fmt), ##__VA_ARGS__); \ 67 icnss_ipc_log_long_string(pr_fmt(_fmt), ##__VA_ARGS__); \ 72 icnss_ipc_log_smp2p_string(pr_fmt(_fmt), ##__VA_ARGS__); \ 77 icnss_ipc_soc_wake_string(pr_fmt(_fmt), ##__VA_ARGS__); \
|
H A D | genl.c | 4 #define pr_fmt(fmt) "cnss_genl: " fmt macro
|
H A D | qmi.c | 7 #define pr_fmt(fmt) "icnss2_qmi: " fmt macro
|
H A D | main.c | 7 #define pr_fmt(fmt) "icnss2: " fmt macro
|
/wlan-driver/platform/cnss2/ |
H A D | genl.c | 7 #define pr_fmt(fmt) "cnss_genl: " fmt macro
|
/wlan-driver/platform/cnss_utils/ |
H A D | cnss_utils.c | 7 #define pr_fmt(fmt) "cnss_utils: " fmt macro
|
/wlan-driver/qcacld-3.0/core/pld/src/ |
H A D | pld_common.c | 20 #define pr_fmt(fmt) "wlan_pld:%s:%d:: " fmt, __func__, __LINE__ macro
|