Home
last modified time | relevance | path

Searched refs:xpm_log_debug (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/common_modules/xpm/include/
Dxpm_log.h23 #define xpm_log_debug(fmt, args...) pr_info("[%s/%s]%s: " fmt "\n", \ macro
26 #define xpm_log_debug(fmt, args...) no_printk(fmt, ##args) macro