Searched refs:debug_flags (Results 1 – 15 of 15) sorted by relevance
/linux-3.4.99/drivers/isdn/hysdn/ |
D | hysdn_boot.c | 96 if (card->debug_flags & LOG_POF_RECORD) in pof_handle_data() 103 if (card->debug_flags & LOG_POF_RECORD) in pof_handle_data() 141 if (card->debug_flags & LOG_POF_RECORD) in pof_handle_data() 155 if (card->debug_flags & LOG_POF_RECORD) in pof_handle_data() 183 if (card->debug_flags & LOG_POF_WRITE) in pof_write_buffer() 188 if (card->debug_flags & LOG_POF_WRITE) in pof_write_buffer() 206 if (card->debug_flags & LOG_POF_WRITE) in pof_write_buffer() 217 if (card->debug_flags & LOG_POF_RECORD) in pof_write_buffer() 234 if (card->debug_flags & LOG_POF_WRITE) in pof_write_buffer() 276 if (card->debug_flags & LOG_POF_OPEN) in pof_write_open() [all …]
|
D | hysdn_sched.c | 155 if (card->debug_flags & LOG_SCHED_ASYN) in hysdn_tx_cfgline() 160 if (card->debug_flags & LOG_SCHED_ASYN) in hysdn_tx_cfgline() 178 if (card->debug_flags & LOG_SCHED_ASYN) in hysdn_tx_cfgline() 185 if (card->debug_flags & LOG_SCHED_ASYN) in hysdn_tx_cfgline() 193 if (card->debug_flags & LOG_SCHED_ASYN) in hysdn_tx_cfgline()
|
D | hysdn_procconf.c | 58 if (cnf->card->debug_flags & LOG_CNF_LINE) in process_line() 70 if (cnf->card->debug_flags & LOG_CNF_MISC) in process_line() 78 if (cnf->card->debug_flags & LOG_CNF_DATA) in process_line() 150 if (cnf->card->debug_flags & LOG_CNF_MISC) in hysdn_conf_write() 190 if (cnf->card->debug_flags & LOG_CNF_MISC) in hysdn_conf_write() 199 if (cnf->card->debug_flags & LOG_CNF_MISC) in hysdn_conf_write() 249 if (card->debug_flags & (LOG_PROC_OPEN | LOG_PROC_ALL)) in hysdn_conf_open() 335 if (card->debug_flags & (LOG_PROC_OPEN | LOG_PROC_ALL)) in hysdn_conf_close()
|
D | boardergo.c | 221 if (card->debug_flags & LOG_POF_CARD) in ergo_writebootimg() 247 if (card->debug_flags & LOG_POF_CARD) in ergo_writebootimg() 271 if (card->debug_flags & LOG_POF_CARD) in ergo_writebootseq() 289 if (card->debug_flags & LOG_POF_CARD) in ergo_writebootseq() 330 if (card->debug_flags & LOG_POF_CARD) in ergo_waitpofready() 350 if (card->debug_flags & LOG_POF_RECORD) in ergo_waitpofready() 383 if (card->debug_flags & LOG_POF_CARD) in ergo_waitpofready()
|
D | hysdn_proclog.c | 87 if (card->debug_flags & DEB_OUT_SYSLOG) in hysdn_addlog() 169 rc = kstrtoul(valbuf, 0, &card->debug_flags); in hysdn_log_write() 172 hysdn_addlog(card, "debug set to 0x%lx", card->debug_flags); in hysdn_log_write()
|
D | hysdn_net.c | 284 if (card->debug_flags & LOG_NET_INIT) in hysdn_net_create() 308 if (card->debug_flags & LOG_NET_INIT) in hysdn_net_release()
|
D | hysdn_defs.h | 163 unsigned long debug_flags;/* tells what should be debugged and where */ member
|
D | hysdn_init.c | 83 card->debug_flags = DEF_DEB_FLAGS; /* set default debug */ in hysdn_pci_init_one()
|
/linux-3.4.99/mm/ |
D | debug-pagealloc.c | 11 __set_bit(PAGE_DEBUG_FLAG_POISON, &page->debug_flags); in set_page_poison() 16 __clear_bit(PAGE_DEBUG_FLAG_POISON, &page->debug_flags); in clear_page_poison() 21 return test_bit(PAGE_DEBUG_FLAG_POISON, &page->debug_flags); in page_poison()
|
D | page_alloc.c | 419 __set_bit(PAGE_DEBUG_FLAG_GUARD, &page->debug_flags); in set_page_guard_flag() 424 __clear_bit(PAGE_DEBUG_FLAG_GUARD, &page->debug_flags); in clear_page_guard_flag()
|
/linux-3.4.99/include/linux/ |
D | mm_types.h | 152 unsigned long debug_flags; /* Use atomic bitops on this */ member
|
D | mm.h | 1633 return test_bit(PAGE_DEBUG_FLAG_GUARD, &page->debug_flags); in page_is_guard()
|
/linux-3.4.99/drivers/media/dvb/ngene/ |
D | ngene.h | 390 u8 debug_flags; member
|
/linux-3.4.99/drivers/net/wireless/iwlegacy/ |
D | commands.h | 2294 u8 debug_flags; /* 3945 reserved */ member
|
/linux-3.4.99/drivers/net/wireless/iwlwifi/ |
D | iwl-commands.h | 2128 u8 debug_flags; member
|