Searched refs:debug_mask (Results 1 - 15 of 15) sorted by relevance

/drivers/staging/android/
H A Dalarm-dev.c33 static int debug_mask = ANDROID_ALARM_PRINT_INFO; variable
34 module_param_named(debug_mask, debug_mask, int, S_IRUGO | S_IWUSR | S_IWGRP);
38 if (debug_mask & ANDROID_ALARM_PRINT_##debug_level_mask) { \
H A Dbinder.c105 module_param_named(debug_mask, binder_debug_mask, uint, S_IWUSR | S_IRUGO);
/drivers/ide/
H A Dide-gd.c26 static unsigned long debug_mask; variable
27 module_param(debug_mask, ulong, 0644);
409 drive->debug_mask = debug_mask;
H A Dide-cd.c786 if (drive->debug_mask & IDE_DBG_RQ)
1723 static unsigned long debug_mask; variable
1724 module_param(debug_mask, ulong, 0644);
1743 drive->debug_mask = debug_mask;
H A Dide-floppy.c237 if (drive->debug_mask & IDE_DBG_RQ)
/drivers/net/wireless/ath/ath6kl/
H A Ddebug.h49 extern unsigned int debug_mask;
H A Dcore.c28 unsigned int debug_mask; variable
35 module_param(debug_mask, uint, 0644);
H A Ddebug.c66 if (!(debug_mask & mask))
84 if (debug_mask & mask) {
/drivers/net/wireless/ath/
H A Dath.h130 int debug_mask; member in struct:ath_common
255 if ((common)->debug_mask & ATH_DBG_##dbg_mask) \
/drivers/scsi/be2iscsi/
H A Dbe_main.h97 #define SE_DEBUG(debug_mask, fmt, args...) \
99 if (debug_mask & DBG_LVL) { \
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c456 len = sprintf(buf, "0x%08x\n", common->debug_mask);
477 common->debug_mask = mask;
H A Dhtc_drv_init.c635 common->debug_mask = ath9k_debug;
H A Dinit.c540 common->debug_mask = ath9k_debug;
H A Ddebug.c53 len = sprintf(buf, "0x%08x\n", common->debug_mask);
74 common->debug_mask = mask;
H A Dar9003_phy.c1452 if (likely(!(common->debug_mask & ATH_DBG_RESET)))

Completed in 192 milliseconds