Home
last modified time | relevance | path

Searched defs:console_printf (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dgpd.h138 #define console_printf(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_INFO) ULOGI… macro
153 #define console_printf(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_INFO) printk(form… macro
157 #define console_printf(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_INFO) printf(form… macro
163 #define console_printf(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_INFO) ALOG… macro
167 #define console_printf(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_INFO) LOGI… macro
175 #define console_printf(...) macro