Home
last modified time | relevance | path

Searched refs:msglevel (Results 1 – 25 of 54) sorted by relevance

123

/linux-3.4.99/drivers/staging/vt6656/
Dfirmware.c40 static int msglevel =MSG_LEVEL_INFO; variable
Dint.c45 static int msglevel = MSG_LEVEL_INFO; variable
Dchannel.c43 static int msglevel = MSG_LEVEL_INFO; variable
Dmac.c43 static int msglevel =MSG_LEVEL_INFO; variable
Dpower.c56 static int msglevel = MSG_LEVEL_INFO; variable
Dwpa.c46 static int msglevel =MSG_LEVEL_INFO; variable
Ddatarate.c58 static int msglevel =MSG_LEVEL_INFO; variable
Dwpa2.c38 static int msglevel =MSG_LEVEL_INFO; variable
Dmib.c48 static int msglevel =MSG_LEVEL_INFO; variable
Drf.c42 static int msglevel =MSG_LEVEL_INFO; variable
Dusbpipe.c59 static int msglevel =MSG_LEVEL_INFO; variable
Ddevice.h170 #define DBG_PRT(l, p, args...) { if (l <= msglevel) printk(p, ##args); }
Dcard.c65 static int msglevel =MSG_LEVEL_INFO; variable
/linux-3.4.99/drivers/staging/vt6655/
Dwroute.c46 static int msglevel =MSG_LEVEL_INFO; variable
DIEEE11h.c44 static int msglevel = MSG_LEVEL_INFO; variable
Ddatarate.c57 static int msglevel =MSG_LEVEL_INFO; variable
Dpower.c57 static int msglevel =MSG_LEVEL_INFO; variable
Dwpa.c46 static int msglevel =MSG_LEVEL_INFO; variable
Dwpa2.c39 static int msglevel =MSG_LEVEL_INFO; variable
Dmib.c48 static int msglevel =MSG_LEVEL_INFO; variable
Ddevice.h177 #define DBG_PRT(l, p, args...) {if (l<=msglevel) printk( p ,##args);}
Dchannel.c34 static int msglevel = MSG_LEVEL_INFO; variable
D80211mgr.c70 static int msglevel =MSG_LEVEL_INFO; variable
Dhostap.c58 static int msglevel =MSG_LEVEL_INFO; variable
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c101 static int msglevel = 0xdeadbeef; variable
102 module_param(msglevel, int, 0);
1190 if (msglevel != 0xdeadbeef) in brcms_module_init()
1191 brcm_msg_level = msglevel; in brcms_module_init()

123