Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/lmc/
Dlmc_debug.h7 #define LMC_CONSOLE_LOG(x,y,z) lmcConsoleLog((x), (y), (z))
49 void lmcConsoleLog(char *type, unsigned char *ucData, int iLen);
Dlmc_debug.c13 void lmcConsoleLog(char *type, unsigned char *ucData, int iLen) in lmcConsoleLog() function