Searched defs:console_printf (Results 1 – 1 of 1) sorted by relevance
138 #define console_printf(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_INFO) ULOGI… macro153 #define console_printf(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_INFO) printk(form… macro157 #define console_printf(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_INFO) printf(form… macro163 #define console_printf(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_INFO) ALOG… macro167 #define console_printf(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_INFO) LOGI… macro175 #define console_printf(...) macro