Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wan/lmc/
Dlmc_debug.h43 #define LMC_EVENT_LOG(x, y, z) lmcEventLog((x), (y), (z))
49 void lmcEventLog(u32 EventNum, u32 arg2, u32 arg3);
Dlmc.h29 static void lmcEventLog(u32 EventNum, u32 arg2, u32 arg3);
Dlmc_debug.c53 void lmcEventLog(u32 EventNum, u32 arg2, u32 arg3) in lmcEventLog() function