/linux-4.1.27/arch/x86/math-emu/ |
H A D | Makefile | 5 #DEBUG = -DDEBUGGING 6 DEBUG = macro 8 EXTRA_CFLAGS := $(PARANOID) $(DEBUG) -fno-builtin $(MATH_EMULATION)
|
H A D | exception.h | 41 #ifdef DEBUG
|
/linux-4.1.27/arch/powerpc/math-emu/ |
H A D | fre.c | 7 #ifdef DEBUG fre()
|
H A D | fres.c | 8 #ifdef DEBUG fres()
|
H A D | frsqrte.c | 8 #ifdef DEBUG frsqrte()
|
H A D | frsqrtes.c | 7 #ifdef DEBUG frsqrtes()
|
H A D | frsp.c | 16 #ifdef DEBUG frsp() 22 #ifdef DEBUG frsp()
|
H A D | mcrfs.c | 13 #ifdef DEBUG mcrfs() 27 #ifdef DEBUG mcrfs()
|
H A D | fdiv.c | 17 #ifdef DEBUG fdiv() 24 #ifdef DEBUG fdiv() 31 #ifdef DEBUG fdiv() 37 #ifdef DEBUG fdiv() 49 #ifdef DEBUG fdiv()
|
H A D | fdivs.c | 18 #ifdef DEBUG fdivs() 25 #ifdef DEBUG fdivs() 32 #ifdef DEBUG fdivs() 38 #ifdef DEBUG fdivs() 51 #ifdef DEBUG fdivs()
|
H A D | fadd.c | 17 #ifdef DEBUG fadd() 24 #ifdef DEBUG fadd() 31 #ifdef DEBUG fadd()
|
H A D | fadds.c | 18 #ifdef DEBUG fadds() 25 #ifdef DEBUG fadds() 32 #ifdef DEBUG fadds()
|
H A D | fcmpo.c | 18 #ifdef DEBUG fcmpo() 25 #ifdef DEBUG fcmpo() 42 #ifdef DEBUG fcmpo()
|
H A D | fcmpu.c | 18 #ifdef DEBUG fcmpu() 25 #ifdef DEBUG fcmpu() 39 #ifdef DEBUG fcmpu()
|
H A D | fsel.c | 15 #ifdef DEBUG fsel() 21 #ifdef DEBUG fsel() 35 #ifdef DEBUG fsel()
|
H A D | fsqrt.c | 16 #ifdef DEBUG fsqrt() 22 #ifdef DEBUG fsqrt() 33 #ifdef DEBUG fsqrt()
|
H A D | fsqrts.c | 17 #ifdef DEBUG fsqrts() 23 #ifdef DEBUG fsqrts() 34 #ifdef DEBUG fsqrts()
|
H A D | fsub.c | 17 #ifdef DEBUG fsub() 24 #ifdef DEBUG fsub() 37 #ifdef DEBUG fsub()
|
H A D | fsubs.c | 18 #ifdef DEBUG fsubs() 25 #ifdef DEBUG fsubs() 38 #ifdef DEBUG fsubs()
|
H A D | lfs.c | 18 #ifdef DEBUG lfs() 27 #ifdef DEBUG lfs() 34 #ifdef DEBUG lfs()
|
H A D | stfs.c | 18 #ifdef DEBUG stfs() 24 #ifdef DEBUG stfs() 30 #ifdef DEBUG stfs()
|
H A D | fabs.c | 11 #ifdef DEBUG fabs()
|
H A D | fmr.c | 11 #ifdef DEBUG fmr()
|
H A D | fnabs.c | 11 #ifdef DEBUG fnabs()
|
H A D | fneg.c | 11 #ifdef DEBUG fneg()
|
H A D | mffs.c | 13 #ifdef DEBUG mffs()
|
H A D | mtfsb0.c | 14 #ifdef DEBUG mtfsb0()
|
H A D | mtfsb1.c | 14 #ifdef DEBUG mtfsb1()
|
H A D | stfd.c | 9 #ifdef DEBUG stfd()
|
H A D | stfiwx.c | 8 #ifdef DEBUG stfiwx()
|
H A D | fmadd.c | 19 #ifdef DEBUG fmadd() 27 #ifdef DEBUG fmadd() 44 #ifdef DEBUG fmadd()
|
H A D | fmadds.c | 20 #ifdef DEBUG fmadds() 28 #ifdef DEBUG fmadds() 45 #ifdef DEBUG fmadds()
|
H A D | fmsub.c | 19 #ifdef DEBUG fmsub() 27 #ifdef DEBUG fmsub() 47 #ifdef DEBUG fmsub()
|
H A D | fmsubs.c | 20 #ifdef DEBUG fmsubs() 28 #ifdef DEBUG fmsubs() 48 #ifdef DEBUG fmsubs()
|
H A D | fmul.c | 17 #ifdef DEBUG fmul() 24 #ifdef DEBUG fmul() 37 #ifdef DEBUG fmul()
|
H A D | fmuls.c | 18 #ifdef DEBUG fmuls() 25 #ifdef DEBUG fmuls() 38 #ifdef DEBUG fmuls()
|
H A D | fnmadd.c | 19 #ifdef DEBUG fnmadd() 27 #ifdef DEBUG fnmadd() 47 #ifdef DEBUG fnmadd()
|
H A D | fnmadds.c | 20 #ifdef DEBUG fnmadds() 28 #ifdef DEBUG fnmadds() 48 #ifdef DEBUG fnmadds()
|
H A D | fnmsub.c | 19 #ifdef DEBUG fnmsub() 27 #ifdef DEBUG fnmsub() 50 #ifdef DEBUG fnmsub()
|
H A D | fnmsubs.c | 20 #ifdef DEBUG fnmsubs() 28 #ifdef DEBUG fnmsubs() 51 #ifdef DEBUG fnmsubs()
|
H A D | fctiw.c | 20 #ifdef DEBUG fctiw()
|
H A D | fctiwz.c | 27 #ifdef DEBUG fctiwz()
|
H A D | lfd.c | 13 #ifdef DEBUG lfd()
|
H A D | mtfsfi.c | 19 #ifdef DEBUG mtfsfi()
|
H A D | mtfsf.c | 46 #ifdef DEBUG mtfsf()
|
/linux-4.1.27/Documentation/mic/mpssd/ |
H A D | Makefile | 11 ifdef DEBUG 12 HOSTCFLAGS += -DDEBUG=$(DEBUG)
|
/linux-4.1.27/arch/frv/mb93090-mb00/ |
H A D | pci-frv.h | 9 #undef DEBUG macro 11 #ifdef DEBUG
|
/linux-4.1.27/tools/perf/ |
H A D | Makefile | 41 # Only accept the 'DEBUG' variable from the command line: 43 ifeq ("$(origin DEBUG)", "command line") 44 ifeq ($(DEBUG),) 45 override DEBUG = 0 47 SET_DEBUG = "DEBUG=$(DEBUG)" 50 override DEBUG = 0
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_dbg.h | 11 /* #define QL_DEBUG */ /* DEBUG messages */ 20 #define DEBUG(x) do {x;} while (0); macro 22 #define DEBUG(x) do {} while (0); macro
|
/linux-4.1.27/fs/xfs/ |
H A D | mrlock.h | 25 #if defined(DEBUG) || defined(XFS_WARN) 30 #if defined(DEBUG) || defined(XFS_WARN) 49 #if defined(DEBUG) || defined(XFS_WARN) mrupdate_nested() 63 #if defined(DEBUG) || defined(XFS_WARN) mrtryupdate() 71 #if defined(DEBUG) || defined(XFS_WARN) mrunlock_excl() 84 #if defined(DEBUG) || defined(XFS_WARN) mrdemote()
|
H A D | xfs.h | 23 #define DEBUG 1 macro
|
H A D | xfs_error.c | 26 #ifdef DEBUG 121 #endif /* DEBUG */
|
H A D | xfs_message.h | 23 #ifdef DEBUG
|
H A D | xfs_super.h | 47 #ifdef DEBUG
|
H A D | xfs_error.h | 121 #ifdef DEBUG 137 #endif /* DEBUG */
|
H A D | xfs_sysfs.c | 54 #ifdef DEBUG 126 #endif /* DEBUG */
|
H A D | xfs_linux.h | 348 #ifdef DEBUG 356 #else /* !DEBUG */ 367 #else /* !DEBUG && !XFS_WARN */ 376 #endif /* DEBUG */
|
H A D | xfs_message.c | 63 #ifdef DEBUG
|
/linux-4.1.27/drivers/net/wan/lmc/ |
H A D | lmc_debug.h | 4 #ifdef DEBUG 40 #ifdef DEBUG
|
H A D | lmc_debug.c | 10 #ifdef DEBUG 49 #ifdef DEBUG 62 #endif /* DEBUG */
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_debug.h | 18 #define DEBUG macro 20 #ifdef DEBUG
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | sdram-nokia.c | 156 #undef DEBUG macro 157 #ifdef DEBUG set_sdrc_timing_regval() 173 #ifdef DEBUG set_sdrc_timing_regval() 182 #ifdef DEBUG 194 #ifdef DEBUG set_sdrc_timing_regval_ps() 210 #ifdef DEBUG set_sdrc_timing_regval_ps() 220 #ifdef DEBUG 266 #ifdef DEBUG sdrc_timings()
|
H A D | clkt_iclk.c | 11 #undef DEBUG macro
|
H A D | clock2xxx.c | 18 #undef DEBUG macro
|
H A D | clock2430.c | 18 #undef DEBUG macro
|
H A D | clock36xx.c | 19 #undef DEBUG macro
|
H A D | omap-pm-noop.c | 7 * function is called (when DEBUG is defined, below) 18 #undef DEBUG macro
|
/linux-4.1.27/fs/efs/ |
H A D | file.c | 21 #ifdef DEBUG efs_get_block() 45 #ifdef DEBUG efs_bmap()
|
H A D | super.c | 186 #ifdef DEBUG efs_validate_vh() 211 #ifdef DEBUG efs_validate_vh() 228 #ifdef DEBUG efs_validate_vh() 300 #ifdef DEBUG efs_fill_super() 310 #ifdef DEBUG efs_fill_super()
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | debug.h | 17 #else /* DEBUG */
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
H A D | zd_def.h | 32 #ifdef DEBUG 48 #endif /* DEBUG */ 50 #ifdef DEBUG 63 #ifdef DEBUG
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | printk.h | 19 #define nv_debug(o,f,a...) nv_printk((o), DEBUG, f, ##a)
|
/linux-4.1.27/fs/ntfs/ |
H A D | debug.h | 29 #ifdef DEBUG 41 * ntfs_debug() writes a DEBUG level message to the syslog but only if the 49 #else /* !DEBUG */ 59 #endif /* !DEBUG */
|
H A D | sysctl.h | 28 #if defined(DEBUG) && defined(CONFIG_SYSCTL) 40 #endif /* DEBUG && CONFIG_SYSCTL */
|
H A D | sysctl.c | 24 #ifdef DEBUG 83 #endif /* DEBUG */
|
H A D | debug.c | 50 #ifndef DEBUG __ntfs_warning() 93 #ifndef DEBUG __ntfs_error() 110 #ifdef DEBUG
|
/linux-4.1.27/arch/cris/arch-v10/mm/ |
H A D | fault.c | 20 #undef DEBUG macro 22 #ifdef DEBUG 43 #ifdef DEBUG handle_mmu_bus_fault() 60 #ifdef DEBUG handle_mmu_bus_fault()
|
/linux-4.1.27/drivers/macintosh/ |
H A D | ans-lcd.c | 30 #undef DEBUG macro 35 #ifdef DEBUG anslcd_write_byte_ctrl() 62 #ifdef DEBUG anslcd_write() 87 #ifdef DEBUG anslcd_ioctl() 177 #ifdef DEBUG anslcd_init()
|
H A D | windfarm_pid.c | 18 #undef DEBUG macro 20 #ifdef DEBUG
|
H A D | windfarm_lm75_sensor.c | 28 #undef DEBUG macro 30 #ifdef DEBUG
|
H A D | windfarm_lm87_sensor.c | 28 #undef DEBUG macro 30 #ifdef DEBUG
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
H A D | isl_38xx.c | 74 DEBUG(SHOW_TRACING, "Device going to sleep mode\n"); isl38xx_handle_sleep_request() 99 DEBUG(SHOW_ANYTHING, "Wake up handler trigger the device\n"); isl38xx_handle_wakeup() 117 DEBUG(SHOW_FUNCTION_CALLS, "isl38xx trigger device\n"); isl38xx_trigger_device() 125 DEBUG(SHOW_TRACING, "%08li.%08li Device wakeup triggered\n", isl38xx_trigger_device() 128 DEBUG(SHOW_TRACING, "%08li.%08li Device register read %08x\n", isl38xx_trigger_device() 137 DEBUG(SHOW_TRACING, isl38xx_trigger_device() 151 DEBUG(SHOW_TRACING, isl38xx_trigger_device() 156 DEBUG(SHOW_TRACING, isl38xx_trigger_device() 172 DEBUG(SHOW_TRACING, "%08li.%08li Device register read %08x\n", isl38xx_trigger_device() 178 DEBUG(SHOW_TRACING, "Device is in active state\n"); isl38xx_trigger_device() 191 DEBUG(SHOW_FUNCTION_CALLS, "isl38xx_interface_reset\n"); isl38xx_interface_reset()
|
H A D | islpci_eth.c | 59 DEBUG(SHOW_TRACING, islpci_eth_cleanup_transmit() 92 DEBUG(SHOW_FUNCTION_CALLS, "islpci_eth_transmit\n"); islpci_eth_transmit() 124 DEBUG(SHOW_TRACING, "skb offset %i wds %i\n", offset, islpci_eth_transmit() 143 DEBUG(SHOW_TRACING, "memmove %p %p %i\n", skb->data, islpci_eth_transmit() 174 DEBUG(SHOW_TRACING, "memcpy %p %p %i wds %i\n", islpci_eth_transmit() 185 DEBUG(SHOW_BUFFER_CONTENTS, "\ntx %p ", skb->data); islpci_eth_transmit() 320 DEBUG(SHOW_FUNCTION_CALLS, "islpci_eth_receive\n"); islpci_eth_receive() 333 DEBUG(SHOW_TRACING, islpci_eth_receive() 353 DEBUG(SHOW_BUFFER_CONTENTS, "\nrx %p ", skb->data); islpci_eth_receive() 366 DEBUG(SHOW_TRACING, "Fragment size %i in skb at %p\n", size, skb); islpci_eth_receive() 367 DEBUG(SHOW_TRACING, "Skb data at %p, length %i\n", skb->data, skb->len); islpci_eth_receive() 370 DEBUG(SHOW_BUFFER_CONTENTS, "\nrx %p ", skb->data); islpci_eth_receive() 432 DEBUG(SHOW_ERROR_MESSAGES, "Error allocating skb\n"); islpci_eth_receive() 441 DEBUG(SHOW_TRACING, islpci_eth_receive() 453 DEBUG(SHOW_ERROR_MESSAGES, islpci_eth_receive()
|
H A D | islpci_mgt.c | 115 DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgmt_rx_fill\n"); islpci_mgmt_rx_fill() 179 DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgt_transmit\n"); islpci_mgt_transmit() 207 DEBUG(SHOW_PIMFOR_FRAMES, islpci_mgt_transmit() 276 DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgt_receive\n"); islpci_mgt_receive() 334 DEBUG(SHOW_PIMFOR_FRAMES, islpci_mgt_receive() 366 DEBUG(SHOW_PIMFOR_FRAMES, islpci_mgt_receive() 394 DEBUG(SHOW_TRACING, "Wake up Mgmt Queue\n"); islpci_mgt_receive() 416 DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgt_cleanup_transmit\n"); islpci_mgt_cleanup_transmit()
|
H A D | islpci_dev.c | 207 DEBUG(SHOW_TRACING, "Assuming someone else called the IRQ\n"); islpci_interrupt() 230 DEBUG(SHOW_FUNCTION_CALLS, islpci_interrupt() 238 DEBUG(SHOW_TRACING, "IRQ: Update flag\n"); islpci_interrupt() 240 DEBUG(SHOW_QUEUE_INDEXES, islpci_interrupt() 256 DEBUG(SHOW_QUEUE_INDEXES, islpci_interrupt() 286 DEBUG(SHOW_TRACING, islpci_interrupt() 303 DEBUG(SHOW_TRACING, islpci_interrupt() 328 DEBUG(SHOW_TRACING, islpci_interrupt() 337 DEBUG(SHOW_TRACING, "IRQ: Sleep flag\n"); islpci_interrupt() 347 DEBUG(SHOW_TRACING, "IRQ: Wakeup flag\n"); islpci_interrupt() 355 DEBUG(SHOW_TRACING, "Assuming someone else called the IRQ\n"); islpci_interrupt() 863 DEBUG(SHOW_TRACING, "PCI Memory remapped to 0x%p\n", priv->device_base); islpci_setup() 906 DEBUG(SHOW_ERROR_MESSAGES, islpci_setup()
|
/linux-4.1.27/arch/m68k/mm/ |
H A D | motorola.c | 35 #undef DEBUG macro 89 #ifdef DEBUG kernel_ptr_table() 125 #ifdef DEBUG map_node() 134 #ifdef DEBUG map_node() 146 #ifdef DEBUG map_node() 155 #ifdef DEBUG map_node() 162 #ifdef DEBUG map_node() 178 #ifdef DEBUG map_node() 197 #ifdef DEBUG map_node() 213 #ifdef DEBUG paging_init() 297 #ifdef DEBUG paging_init()
|
H A D | kmap.c | 24 #undef DEBUG macro 128 #ifdef DEBUG __ioremap() 147 #ifdef DEBUG __ioremap() 188 #ifdef DEBUG __ioremap() 217 #ifdef DEBUG __ioremap()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
H A D | cryptocop.c | 250 #define DEBUG(s) s macro 259 #define DEBUG(s) macro 291 DEBUG(printk("free_cdesc: cdesc 0x%p, from_pool=%d\n", cdesc, cdesc->from_pool)); free_cdesc() 353 DEBUG(printk("setup_descr_chain: entering\n")); setup_descr_chain() 362 DEBUG(printk("setup_descr_chain: exit\n")); setup_descr_chain() 380 DEBUG(printk("create_pad_descriptor: start.\n")); create_pad_descriptor() 383 DEBUG(printk("create_pad_descriptor: setting up padding.\n")); create_pad_descriptor() 444 DEBUG(printk("setup_key_dl_desc\n")); setup_key_dl_desc() 502 DEBUG(printk("setup_cipher_iv_desc\n")); setup_cipher_iv_desc() 572 DEBUG(printk("create_input_descriptors:\n" create_input_descriptors() 653 DEBUG(printk("append_input_descriptors, tc=0x%p, unit_no=%d\n", tc, tc->unit_no)); append_input_descriptors() 657 DEBUG(printk("append_input_descriptors: pushing output, consumed %d produced %d bytes.\n", tc->consumed, tc->produced)); append_input_descriptors() 659 DEBUG(printk("append_input_descriptors: append pad descriptors to DMA out list.\n")); append_input_descriptors() 661 DEBUG(printk("append descriptor 0x%p\n", tc->pad_descs)); append_input_descriptors() 695 DEBUG(printk("append_input_descriptors: append output descriptors to DMA in list.\n")); append_input_descriptors() 697 DEBUG(printk("append descriptor 0x%p\n", idescs)); append_input_descriptors() 797 DEBUG(printk("cryptocop_setup_dma_list: start\n")); cryptocop_setup_dma_list() 798 DEBUG(print_cryptocop_operation(operation)); cryptocop_setup_dma_list() 813 DEBUG(memset((*int_op), 0xff, sizeof(struct cryptocop_int_operation))); cryptocop_setup_dma_list() 815 DEBUG(printk("cryptocop_setup_dma_list: *int_op=0x%p, alloc_ptr=0x%p\n", *int_op, (*int_op)->alloc_ptr)); cryptocop_setup_dma_list() 885 DEBUG(printk("cryptocop_setup_dma_list: cipher_ctx, set CBC mode==%d\n", cipher_ctx.cbcmode)); cryptocop_setup_dma_list() 969 DEBUG(printk("cryptocop_setup_dma_list: setup cipher CBC IV descriptor.\n")); cryptocop_setup_dma_list() 992 DEBUG(printk("cryptocop_setup_dma_list: parsing an operation descriptor\n")); cryptocop_setup_dma_list() 997 DEBUG(printk("cryptocop_setup_dma_list: parsing an operation descriptor configuration.\n")); cryptocop_setup_dma_list() 1067 DEBUG(printk("cryptocop_setup_dma_list: tc->active=%d tc->unit_no=%d tc->current_src=%d tc->previous_src=%d, tc->curr_src=0x%p, tc->prev_srv=0x%p\n", tc->active, tc->unit_no, tc->current_src, tc->previous_src, tc->curr_src, tc->prev_src)); cryptocop_setup_dma_list() 1088 DEBUG(printk("cryptocop_setup_dma_list: parsing operation descriptor configuration complete.\n")); cryptocop_setup_dma_list() 1115 DEBUG(printk("cryptocop_setup_dma_list: desc->length=%d, desc_len=%d.\n", odsc->length, desc_len)); cryptocop_setup_dma_list() 1122 DEBUG(printk("cryptocop_setup_dma_list: csum_ctx producing: consumed=%d, produced=%d, blocklength=%d.\n", csum_ctx.consumed, csum_ctx.produced, csum_ctx.blocklength)); cryptocop_setup_dma_list() 1133 DEBUG(printk("cryptocop_setup_dma_list: digest_ctx producing: consumed=%d, produced=%d, blocklength=%d.\n", digest_ctx.consumed, digest_ctx.produced, digest_ctx.blocklength)); cryptocop_setup_dma_list() 1143 DEBUG(printk("cryptocop_setup_dma_list: cipher_ctx producing: consumed=%d, produced=%d, blocklength=%d.\n", cipher_ctx.consumed, cipher_ctx.produced, cipher_ctx.blocklength)); cryptocop_setup_dma_list() 1161 DEBUG(printk("set ciphsel=%d ciphconf=%d cbcmode=%d decrypt=%d\n", meta_out.ciphsel, meta_out.ciphconf, meta_out.cbcmode, meta_out.decrypt)); cryptocop_setup_dma_list() 1172 DEBUG(printk("set hashsel=%d hashconf=%d hashmode=%d\n", meta_out.hashsel, meta_out.hashconf, meta_out.hashmode)); cryptocop_setup_dma_list() 1199 DEBUG(printk("cryptocop_setup_dma_list: %d eop needed, %d active units\n", eop_needed_count, active_count)); cryptocop_setup_dma_list() 1259 DEBUG(printk("cryptocop_setup_dma_list: done parsing operation descriptors\n")); cryptocop_setup_dma_list() 1292 DEBUG(printk("cryptocop_setup_dma_list: int_op=0x%p, *int_op=0x%p\n", int_op, *int_op)); cryptocop_setup_dma_list() 1295 DEBUG(printk("cryptocop_setup_dma_list: out_cdesc_head=0x%p in_cdesc_head=0x%p\n", (*int_op)->cdesc_out, (*int_op)->cdesc_in)); cryptocop_setup_dma_list() 1337 DEBUG(printk("cryptocop_setup_dma_list: done\n")); cryptocop_setup_dma_list() 1369 DEBUG(printk("delete_internal_operation: iop=0x%p, alloc_ptr=0x%p\n", iop, ptr)); delete_internal_operation() 1402 DEBUG(printk("create_md5_pad: hashed_length=%lld bits == %lld bytes\n", bit_length, hashed_length)); create_md5_pad() 1433 DEBUG(printk("create_sha1_pad: hashed_length=%lld bits == %lld bytes\n", bit_length, hashed_length)); create_sha1_pad() 1589 DEBUG(printk("cryptocop_free_session: sid=%lld\n", sid)); cryptocop_free_session() 1627 DEBUG(printk("cryptocop_free_session: pj=0x%p, pj->oper=0x%p, pj->iop=0x%p\n", pj, pj->oper, pj->iop)); cryptocop_free_session() 1636 DEBUG(printk("cryptocop_free_session: memset keys, tfrm id=%d\n", tc->init.tid)); cryptocop_free_session() 1666 DEBUG(printk("get_transform_ctx, sess=0x%p, tid=%d\n", sess, tid)); get_transform_ctx() 1669 DEBUG(printk("tc=0x%p, tc->next=0x%p\n", tc, tc->next)); get_transform_ctx() 1672 DEBUG(printk("get_transform_ctx, returning tc=0x%p\n", tc)); get_transform_ctx() 1839 DEBUG(printk("cryptocop_job_queue_insert(%d, 0x%p)\n", prio, operation)); cryptocop_job_queue_insert() 1870 DEBUG(printk("cryptocop_do_tasklet: entering\n")); cryptocop_do_tasklet() 1886 DEBUG(printk("cryptocop_do_tasklet: callback 0x%p, data 0x%p\n", pj->oper->cb, pj->oper->cb_data)); cryptocop_do_tasklet() 1895 DEBUG(printk("cryptocop_do_tasklet: exiting\n")); cryptocop_do_tasklet() 1908 DEBUG(printk("cryptocop DMA done\n")); dma_done_interrupt() 1922 DEBUG(printk("cryptocop irq handler, not starting a job\n")); dma_done_interrupt() 1941 DEBUG(printk("cryptocop leave irq handler\n")); dma_done_interrupt() 2063 DEBUG(printk("cryptocop_job_queue_close: callback 0x%p, data 0x%p\n", pj->oper->cb, pj->oper->cb_data)); cryptocop_job_queue_close() 2098 DEBUG(printk("cryptocop_job_queue_close: callback 0x%p, data 0x%p\n", pj->oper->cb, pj->oper->cb_data)); cryptocop_job_queue_close() 2114 DEBUG(printk("cryptocop_job_queue_close: callback 0x%p, data 0x%p\n", pj->oper->cb, pj->oper->cb_data)); cryptocop_job_queue_close() 2133 DEBUG(printk("cryptocop_start_job: entering\n")); cryptocop_start_job() 2138 DEBUG(printk("cryptocop_start_job: already running, exit\n")); cryptocop_start_job() 2149 DEBUG(printk("cryptocop_start_job: no jobs to run\n")); cryptocop_start_job() 2152 DEBUG(printk("starting job for prio %d\n", i)); cryptocop_start_job() 2209 DEBUG(printk("cryptocop_setup_dma_list: bad 3DES mode\n")); cryptocop_start_job() 2219 DEBUG(printk("cryptocop_setup_dma_list: bad checksum mode\n")); cryptocop_start_job() 2223 DEBUG(printk("cryptocop_start_job: starting DMA, new cryptocop_running_job=0x%p\n" cryptocop_start_job() 2238 DEBUG(printk("cryptocop_start_job: exiting\n")); cryptocop_start_job() 2251 DEBUG(printk("cryptocop_job_setup: operation=0x%p\n", operation)); cryptocop_job_setup() 2254 DEBUG(printk("cryptocop_job_setup, cb=0x%p cb_data=0x%p\n", (*pj)->oper->cb, (*pj)->oper->cb_data)); cryptocop_job_setup() 2257 DEBUG(print_user_dma_lists(&operation->list_op)); cryptocop_job_setup() 2270 DEBUG(memset((*pj)->iop, 0xff, sizeof(struct cryptocop_int_operation))); cryptocop_job_setup() 2297 DEBUG(print_dma_descriptors((*pj)->iop)); cryptocop_job_setup() 2299 DEBUG(printk("cryptocop_job_setup, DMA list setup successful\n")); cryptocop_job_setup() 2342 DEBUG(printk("cryptocop_ioctl_close_session\n")); cryptocop_ioctl_close_session() 2373 DEBUG(printk("ioctl_process_job_callback: op=0x%p, cb_data=0x%p\n", op, cb_data)); ioctl_process_job_callback() 2392 DEBUG(printk("first_cfg_change_ix: ix=%d\n", ch_ix)); first_cfg_change_ix() 2426 DEBUG(printk("next_cfg_change_ix prev ix=%d, next ix=%d\n", ix, ch_ix)); next_cfg_change_ix() 2443 DEBUG(printk("map_pages_to_iovec, map_length=%d, iovlen=%d, *iovix=%d, nopages=%d, *pageix=%d, *pageoffset=%d\n", map_length, iovlen, *iovix, nopages, *pageix, *pageoffset)); map_pages_to_iovec() 2446 DEBUG(printk("map_pages_to_iovec, map_length=%d, iovlen=%d, *iovix=%d, nopages=%d, *pageix=%d, *pageoffset=%d\n", map_length, iovlen, *iovix, nopages, *pageix, *pageoffset)); map_pages_to_iovec() 2464 DEBUG(printk("mapping %d bytes from page %d (or %d) to iovec %d\n", tmplen, *pageix, *pageix-1, *iovix)); map_pages_to_iovec() 2469 DEBUG(printk("map_page_to_iovec, exit, *iovix=%d\n", *iovix)); map_pages_to_iovec() 2520 DEBUG(printk("cryptocop_ioctl_process\n")); cryptocop_ioctl_process() 2530 DEBUG(print_strcop_crypto_op(&oper)); cryptocop_ioctl_process() 2658 DEBUG(memset(digest_result, 0xff, digest_length)); cryptocop_ioctl_process() 2695 DEBUG(printk("cryptocop_ioctl_process: inlen=%d, cipher_outlen=%d\n", oper.inlen, oper.cipher_outlen)); cryptocop_ioctl_process() 2699 DEBUG(printk("cryptocop_ioctl_process: noinpages=%d\n", noinpages)); cryptocop_ioctl_process() 2709 DEBUG(printk("cryptocop_ioctl_process: nooutpages=%d\n", nooutpages)); cryptocop_ioctl_process() 2866 DEBUG(printk("cryptocop_ioctl_process: mapping %d byte digest output to iovec %d\n", digest_length, iovix)); cryptocop_ioctl_process() 2874 DEBUG(printk("cryptocop_ioctl_process: mapping 2 byte csum output to iovec %d\n", iovix)); cryptocop_ioctl_process() 2887 DEBUG(printk("cryptocop_ioctl_process: setting cop->tfrm_op.outcount %d\n", iovix)); cryptocop_ioctl_process() 2894 DEBUG(printk("cryptocop_ioctl_process: inserting job, cb_data=0x%p\n", cop->cb_data)); cryptocop_ioctl_process() 2902 DEBUG(printk("cryptocop_ioctl_process: begin wait for result\n")); cryptocop_ioctl_process() 2905 DEBUG(printk("cryptocop_ioctl_process: end wait for result\n")); cryptocop_ioctl_process() 2913 DEBUG(printk("cryptocop_ioctl_process: operation_status = %d\n", cop->operation_status)); cryptocop_ioctl_process() 2916 DEBUG(printk("cryptocop_ioctl_process: copy %d bytes digest to user\n", digest_length)); cryptocop_ioctl_process() 2925 DEBUG(printk("cryptocop_ioctl_process: copy 2 bytes checksum to user\n")); cryptocop_ioctl_process() 2935 DEBUG(printk("cryptocop_ioctl_process: returning err = operation_status = %d\n", cop->operation_status)); cryptocop_ioctl_process() 2948 DEBUG(if (spdl_err < 0)printk("cryptocop_ioctl_process: set_page_dirty_lock returned %d\n", spdl_err)); cryptocop_ioctl_process() 2964 DEBUG(print_lock_status()); cryptocop_ioctl_process() 2989 DEBUG(printk("cryptocop_ioctl_create_session, sess_op:\n")); cryptocop_ioctl_create_session() 2991 DEBUG(printk("\tcipher:%d\n" cryptocop_ioctl_create_session() 3016 DEBUG(printk("setting cipher transform %d\n", ti_cipher.alg)); cryptocop_ioctl_create_session() 3028 DEBUG(printk("cryptocop_ioctl_create_session: setting CBC mode %d\n", ti_cipher.cipher_mode)); cryptocop_ioctl_create_session() 3049 DEBUG(printk("setting digest transform\n")); cryptocop_ioctl_create_session() 3066 DEBUG(printk("setting csum transform\n")); cryptocop_ioctl_create_session() 3088 DEBUG({ if (err) printk("create session, cryptocop_new_session %d\n", err);}); cryptocop_ioctl_create_session()
|
/linux-4.1.27/drivers/scsi/ |
H A D | osst.c | 58 /* The driver prints some debugging information on the console if DEBUG 60 #define DEBUG 0 macro 123 #if DEBUG 241 #if DEBUG osst_chk_result() 256 #if DEBUG osst_chk_result() 304 #if DEBUG osst_chk_result() 331 #if DEBUG osst_end_async() 517 #if DEBUG osst_write_behind_check() 634 #if DEBUG osst_verify_frame() 640 #if DEBUG osst_verify_frame() 647 #if DEBUG osst_verify_frame() 654 #if DEBUG osst_verify_frame() 662 #if DEBUG osst_verify_frame() 668 #if DEBUG osst_verify_frame() 678 #if DEBUG osst_verify_frame() 692 #if DEBUG osst_verify_frame() 705 #if DEBUG osst_verify_frame() 757 #if DEBUG osst_wait_ready() 779 #if DEBUG osst_wait_ready() 794 #if DEBUG osst_wait_ready() 799 #if DEBUG osst_wait_ready() 807 #if DEBUG osst_wait_ready() 821 #if DEBUG osst_wait_for_medium() 837 #if DEBUG osst_wait_for_medium() 852 #if DEBUG osst_wait_for_medium() 857 #if DEBUG osst_wait_for_medium() 865 #if DEBUG osst_wait_for_medium() 891 #if DEBUG osst_flush_drive_buffer() 923 #if DEBUG osst_wait_frame() 943 #if DEBUG osst_wait_frame() 954 #if DEBUG osst_wait_frame() 965 #if DEBUG osst_wait_frame() 1037 #if DEBUG osst_read_frame() 1051 #if DEBUG osst_read_frame() 1065 #if DEBUG osst_read_frame() 1069 #if DEBUG osst_read_frame() 1081 #if DEBUG osst_read_frame() 1128 #if DEBUG osst_initiate_read() 1155 #if DEBUG osst_get_logical_frame() 1169 #if DEBUG osst_get_logical_frame() 1178 #if DEBUG osst_get_logical_frame() 1198 #if DEBUG osst_get_logical_frame() 1229 #if DEBUG osst_get_logical_frame() 1242 #if DEBUG osst_get_logical_frame() 1258 #if DEBUG osst_get_logical_frame() 1277 #if DEBUG osst_seek_logical_blk() 1316 #if DEBUG osst_seek_logical_blk() 1329 #if DEBUG osst_seek_logical_blk() 1353 #if DEBUG osst_seek_logical_blk() 1381 #if DEBUG osst_get_sector() 1414 #if DEBUG osst_seek_sector() 1455 #if DEBUG osst_seek_sector() 1486 #if DEBUG osst_read_back_buffer_and_rewrite() 1497 #if DEBUG osst_read_back_buffer_and_rewrite() 1522 #if DEBUG osst_read_back_buffer_and_rewrite() 1531 #if DEBUG osst_read_back_buffer_and_rewrite() 1548 #if DEBUG osst_read_back_buffer_and_rewrite() 1577 #if DEBUG osst_read_back_buffer_and_rewrite() 1594 #if DEBUG osst_read_back_buffer_and_rewrite() 1602 #if DEBUG osst_read_back_buffer_and_rewrite() 1628 #if DEBUG osst_read_back_buffer_and_rewrite() 1648 #if DEBUG osst_read_back_buffer_and_rewrite() 1652 #if DEBUG osst_read_back_buffer_and_rewrite() 1679 #if DEBUG osst_reposition_and_retry() 1685 #if DEBUG osst_reposition_and_retry() 1691 #if DEBUG osst_reposition_and_retry() 1701 #if DEBUG osst_reposition_and_retry() 1716 #if DEBUG osst_reposition_and_retry() 1741 #if DEBUG osst_reposition_and_retry() 1752 #if DEBUG osst_reposition_and_retry() 1762 #if DEBUG osst_reposition_and_retry() 1786 #if DEBUG osst_write_error_recovery() 1798 #if DEBUG osst_write_error_recovery() 1802 #if DEBUG osst_write_error_recovery() 1836 #if DEBUG osst_write_error_recovery() 1858 #if DEBUG osst_space_over_filemarks_backward() 1862 #if DEBUG osst_space_over_filemarks_backward() 1880 #if DEBUG osst_space_over_filemarks_backward() 1895 #if DEBUG osst_space_over_filemarks_backward() 1908 #if DEBUG osst_space_over_filemarks_backward() 1917 #if DEBUG osst_space_over_filemarks_backward() 1923 #if DEBUG osst_space_over_filemarks_backward() 1954 #if DEBUG osst_space_over_filemarks_forward_slow() 1960 #if DEBUG osst_space_over_filemarks_forward_slow() 1967 #if DEBUG osst_space_over_filemarks_forward_slow() 1975 #if DEBUG osst_space_over_filemarks_forward_slow() 1979 #if DEBUG osst_space_over_filemarks_forward_slow() 2011 #if DEBUG osst_space_over_filemarks_forward_fast() 2015 #if DEBUG osst_space_over_filemarks_forward_fast() 2034 #if DEBUG osst_space_over_filemarks_forward_fast() 2047 #if DEBUG osst_space_over_filemarks_forward_fast() 2054 #if DEBUG osst_space_over_filemarks_forward_fast() 2080 #if DEBUG osst_space_over_filemarks_forward_fast() 2087 #if DEBUG osst_space_over_filemarks_forward_fast() 2094 #if DEBUG osst_space_over_filemarks_forward_fast() 2116 #if DEBUG osst_space_over_filemarks_forward_fast() 2121 #if DEBUG osst_space_over_filemarks_forward_fast() 2127 #if DEBUG osst_space_over_filemarks_forward_fast() 2154 #if DEBUG osst_set_retries() 2192 #if DEBUG osst_write_filemark() 2199 #if DEBUG osst_write_filemark() 2218 #if DEBUG osst_write_eod() 2226 #if DEBUG osst_write_eod() 2242 #if DEBUG osst_write_filler() 2257 #if DEBUG osst_write_filler() 2268 #if DEBUG __osst_write_header() 2284 #if DEBUG __osst_write_header() 2296 #if DEBUG osst_write_header() 2307 #if DEBUG osst_write_header() 2348 #if DEBUG osst_write_header() 2399 #if DEBUG __osst_analyze_headers() 2407 #if DEBUG __osst_analyze_headers() 2417 #if DEBUG __osst_analyze_headers() 2428 #if DEBUG __osst_analyze_headers() 2435 #if DEBUG __osst_analyze_headers() 2442 #if DEBUG __osst_analyze_headers() 2451 #if DEBUG __osst_analyze_headers() 2469 #if DEBUG __osst_analyze_headers() 2476 #if DEBUG __osst_analyze_headers() 2485 #if DEBUG __osst_analyze_headers() 2494 #if DEBUG __osst_analyze_headers() 2510 #if DEBUG __osst_analyze_headers() 2521 #if DEBUG __osst_analyze_headers() 2572 #if DEBUG osst_analyze_headers() 2618 #if DEBUG osst_verify_position() 2625 #if DEBUG osst_verify_position() 2641 #if DEBUG osst_verify_position() 2697 #if DEBUG osst_configure_onstream() 2720 #if DEBUG osst_configure_onstream() 2734 #if DEBUG osst_configure_onstream() 2762 #if DEBUG osst_configure_onstream() 2844 #if DEBUG osst_configure_onstream() 2861 #if DEBUG cross_eof() 2926 #if DEBUG osst_get_frame_position() 2945 #if DEBUG osst_get_frame_position() 2955 #if DEBUG osst_get_frame_position() 2989 #if DEBUG osst_set_frame_position() 3010 #if DEBUG osst_set_frame_position() 3066 #if DEBUG osst_flush_write_buffer() 3071 #if DEBUG osst_flush_write_buffer() 3078 #if DEBUG osst_flush_write_buffer() 3113 #if DEBUG osst_flush_write_buffer() 3136 #if DEBUG osst_flush_write_buffer() 3149 #if DEBUG osst_flush_write_buffer() 3176 #if DEBUG osst_flush_write_buffer() 3189 #if DEBUG osst_flush_buffer() 3211 #if DEBUG osst_flush_buffer() 3252 #if DEBUG osst_write_frame() 3257 #if DEBUG osst_write_frame() 3265 #if DEBUG osst_write_frame() 3287 #if DEBUG osst_write_frame() 3295 #if DEBUG osst_write_frame() 3307 #if DEBUG osst_write_frame() 3335 #if DEBUG do_door_lock() 3423 #if DEBUG osst_write() 3458 #if DEBUG osst_write() 3473 #if DEBUG osst_write() 3490 #if DEBUG osst_write() 3508 #if DEBUG osst_write() 3518 #if DEBUG osst_write() 3529 #if DEBUG osst_write() 3566 #if DEBUG osst_write() 3602 #if DEBUG osst_write() 3612 #if DEBUG osst_write() 3732 #if DEBUG osst_read() 3763 #if DEBUG osst_read() 3806 #if DEBUG osst_read() 3837 #if DEBUG osst_read() 3894 #if DEBUG osst_log_options() 3913 #if DEBUG osst_set_options() 3935 #if DEBUG osst_set_options() 3967 #if DEBUG osst_set_options() 4117 #if DEBUG osst_int_ioctl() 4142 #if DEBUG osst_int_ioctl() 4159 #if DEBUG osst_int_ioctl() 4179 #if DEBUG osst_int_ioctl() 4201 #if DEBUG osst_int_ioctl() 4228 #if DEBUG osst_int_ioctl() 4249 #if DEBUG osst_int_ioctl() 4256 #if DEBUG osst_int_ioctl() 4266 #if DEBUG osst_int_ioctl() 4291 #if DEBUG osst_int_ioctl() 4341 #if DEBUG osst_int_ioctl() 4353 #if DEBUG osst_int_ioctl() 4475 #if DEBUG __os_scsi_tape_open() 4482 #if DEBUG __os_scsi_tape_open() 4497 #if DEBUG __os_scsi_tape_open() 4525 #if DEBUG __os_scsi_tape_open() 4545 #if DEBUG __os_scsi_tape_open() 4560 #if DEBUG __os_scsi_tape_open() 4579 #if DEBUG __os_scsi_tape_open() 4633 #if DEBUG __os_scsi_tape_open() 4660 #if DEBUG __os_scsi_tape_open() 4686 #if DEBUG __os_scsi_tape_open() 4756 #if DEBUG __os_scsi_tape_open() 4765 #if DEBUG __os_scsi_tape_open() 4776 #if DEBUG __os_scsi_tape_open() 4846 #if DEBUG os_scsi_tape_flush() 4855 #if DEBUG os_scsi_tape_flush() 4959 #if DEBUG osst_ioctl() 4982 #if DEBUG osst_ioctl() 5077 #if DEBUG osst_ioctl() 5088 #if DEBUG osst_ioctl() 5326 #if DEBUG new_tape_buffer() 5381 #if DEBUG enlarge_buffer() 5392 #if DEBUG enlarge_buffer() 5422 #if DEBUG normalize_buffer() 5580 #if DEBUG
|
H A D | eata_pio.h | 25 * Enable DEBUG and whichever options you require. *
|
H A D | scsicam.c | 138 #ifdef DEBUG scsi_partsize() 157 #ifdef DEBUG scsi_partsize() 175 #ifdef DEBUG scsi_partsize() 187 #ifdef DEBUG scsi_partsize()
|
H A D | sr_vendor.c | 53 #define DEBUG 125 #ifdef DEBUG sr_set_blocklength() 145 #ifdef DEBUG sr_set_blocklength() 322 #ifdef DEBUG sr_cd_check()
|
H A D | 53c700.h | 24 #define DEBUG(x) printk x macro 30 #define DEBUG(x) do {} while (0) macro 430 DEBUG((" script, patching %s at %d to 0x%lx\n", \ 441 DEBUG((" script, patching %s at %d to 0x%lx\n", \ 456 DEBUG((" script, patching ID field %s at %d to 0x%x\n", \ 470 DEBUG((" script, patching short field %s at %d to 0x%x\n", \
|
/linux-4.1.27/arch/m68k/sun3x/ |
H A D | dvma.c | 61 #undef DEBUG macro 63 #ifdef DEBUG 94 #ifdef DEBUG dvma_map_cpu() 129 #ifdef DEBUG dvma_map_cpu() 175 #ifdef DEBUG dvma_map_iommu() 193 #ifdef DEBUG dvma_unmap_iommu()
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
H A D | smtinit.c | 33 #if defined(DEBUG) && !defined(DEBUG_BRD) 73 #if defined(DEBUG) && !defined(DEBUG_BRD) init_smt() 88 #endif /* DEBUG && !DEBUG_BRD */ init_smt()
|
H A D | srf.c | 92 #ifndef DEBUG smt_init_evc() 141 #ifdef DEBUG smt_init_evc() 176 #ifdef DEBUG 420 #ifdef DEBUG smt_send_srf()
|
H A D | queue.c | 143 #ifdef DEBUG do_smt_flag() 171 #endif /* DEBUG */ do_smt_flag()
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | ppc_cbe_cpufreq_pervasive.c | 59 #ifdef DEBUG cbe_cpufreq_set_pmode() 68 #ifdef DEBUG cbe_cpufreq_set_pmode() 86 #ifdef DEBUG cbe_cpufreq_set_pmode()
|
H A D | ppc_cbe_cpufreq_pmi.c | 34 #ifdef DEBUG 53 #ifdef DEBUG cbe_cpufreq_set_pmode_pmi() 60 #ifdef DEBUG cbe_cpufreq_set_pmode_pmi() 65 #ifdef DEBUG cbe_cpufreq_set_pmode_pmi()
|
H A D | at32ap-cpufreq.c | 12 /*#define DEBUG*/
|
/linux-4.1.27/drivers/crypto/caam/ |
H A D | key_gen.c | 18 #ifdef DEBUG split_key_done() 93 #ifdef DEBUG gen_split_key() 108 #ifdef DEBUG gen_split_key()
|
H A D | caamhash.c | 90 #ifdef DEBUG 344 #ifdef DEBUG ahash_set_sh_desc() 363 #ifdef DEBUG ahash_set_sh_desc() 381 #ifdef DEBUG ahash_set_sh_desc() 399 #ifdef DEBUG ahash_set_sh_desc() 418 #ifdef DEBUG ahash_set_sh_desc() 480 #ifdef DEBUG hash_digest_key() 495 #ifdef DEBUG hash_digest_key() 524 #ifdef DEBUG ahash_setkey() 545 #ifdef DEBUG ahash_setkey() 563 #ifdef DEBUG ahash_setkey() 639 #ifdef DEBUG ahash_done() 654 #ifdef DEBUG ahash_done() 674 #ifdef DEBUG ahash_done_bi() 689 #ifdef DEBUG ahash_done_bi() 709 #ifdef DEBUG ahash_done_ctx_src() 724 #ifdef DEBUG ahash_done_ctx_src() 744 #ifdef DEBUG ahash_done_ctx_dst() 759 #ifdef DEBUG ahash_done_ctx_dst() 867 #ifdef DEBUG ahash_update_ctx() 887 #ifdef DEBUG ahash_update_ctx() 965 #ifdef DEBUG ahash_final_ctx() 1055 #ifdef DEBUG ahash_finup_ctx() 1134 #ifdef DEBUG ahash_digest() 1197 #ifdef DEBUG ahash_final_no_ctx() 1294 #ifdef DEBUG ahash_update_no_ctx() 1317 #ifdef DEBUG ahash_update_no_ctx() 1397 #ifdef DEBUG ahash_finup_no_ctx() 1499 #ifdef DEBUG ahash_update_first() 1524 #ifdef DEBUG ahash_update_first()
|
H A D | sg_sw_sec4.h | 21 #ifdef DEBUG dma_to_sec4_sg_one()
|
/linux-4.1.27/arch/um/drivers/ |
H A D | hostaudio_kern.c | 77 #ifdef DEBUG hostaudio_read() 104 #ifdef DEBUG hostaudio_write() 131 #ifdef DEBUG hostaudio_poll() 145 #ifdef DEBUG hostaudio_ioctl() 187 #ifdef DEBUG hostaudio_open() 221 #ifdef DEBUG hostaudio_release() 237 #ifdef DEBUG hostmixer_ioctl_mixdev() 250 #ifdef DEBUG hostmixer_open_mixdev() 286 #ifdef DEBUG hostmixer_release()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | prom_parse.c | 1 #undef DEBUG macro
|
H A D | tau_6xx.c | 40 #undef DEBUG macro 76 #ifdef DEBUG TAUupdate() 89 #ifdef DEBUG TAUupdate() 101 #ifdef DEBUG TAUupdate() 107 #ifdef DEBUG TAUupdate()
|
H A D | idle_power4.S | 19 #undef DEBUG
|
H A D | crash_dump.c | 12 #undef DEBUG macro 24 #ifdef DEBUG
|
/linux-4.1.27/include/linux/ceph/ |
H A D | ceph_debug.h | 14 # if defined(DEBUG) || defined(CONFIG_DYNAMIC_DEBUG)
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | atom.c | 95 #define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0) macro 98 #define DEBUG(...) do { } while (0) macro 189 DEBUG("REG[0x%04X]", idx); atom_get_src_int() 227 DEBUG("PS[0x%02X,0x%04X]", idx, val); atom_get_src_int() 233 DEBUG("WS[0x%02X]", idx); atom_get_src_int() 271 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); atom_get_src_int() 273 DEBUG("ID[0x%04X]", idx); atom_get_src_int() 287 DEBUG("FB[0x%02X]", idx); atom_get_src_int() 295 DEBUG("IMM 0x%08X\n", val); atom_get_src_int() 303 DEBUG("IMM 0x%04X\n", val); atom_get_src_int() 312 DEBUG("IMM 0x%02X\n", val); atom_get_src_int() 320 DEBUG("PLL[0x%02X]", idx); atom_get_src_int() 327 DEBUG("MC[0x%02X]", idx); atom_get_src_int() 338 DEBUG(".[31:0] -> 0x%08X\n", val); atom_get_src_int() 341 DEBUG(".[15:0] -> 0x%04X\n", val); atom_get_src_int() 344 DEBUG(".[23:8] -> 0x%04X\n", val); atom_get_src_int() 347 DEBUG(".[31:16] -> 0x%04X\n", val); atom_get_src_int() 350 DEBUG(".[7:0] -> 0x%02X\n", val); atom_get_src_int() 353 DEBUG(".[15:8] -> 0x%02X\n", val); atom_get_src_int() 356 DEBUG(".[23:16] -> 0x%02X\n", val); atom_get_src_int() 359 DEBUG(".[31:24] -> 0x%02X\n", val); atom_get_src_int() 464 DEBUG("REG[0x%04X]", idx); atom_put_dst() 500 DEBUG("PS[0x%02X]", idx); atom_put_dst() 506 DEBUG("WS[0x%02X]", idx); atom_put_dst() 544 DEBUG("FB[0x%02X]", idx); atom_put_dst() 549 DEBUG("PLL[0x%02X]", idx); atom_put_dst() 555 DEBUG("MC[0x%02X]", idx); atom_put_dst() 561 DEBUG(".[31:0] <- 0x%08X\n", old_val); atom_put_dst() 564 DEBUG(".[15:0] <- 0x%04X\n", old_val); atom_put_dst() 567 DEBUG(".[23:8] <- 0x%04X\n", old_val); atom_put_dst() 570 DEBUG(".[31:16] <- 0x%04X\n", old_val); atom_put_dst() 573 DEBUG(".[7:0] <- 0x%02X\n", old_val); atom_put_dst() 576 DEBUG(".[15:8] <- 0x%02X\n", old_val); atom_put_dst() 579 DEBUG(".[23:16] <- 0x%02X\n", old_val); atom_put_dst() 582 DEBUG(".[31:24] <- 0x%02X\n", old_val); atom_put_dst()
|
/linux-4.1.27/drivers/isdn/sc/ |
H A D | event.c | 23 #ifdef DEBUG 45 #ifdef DEBUG indicate_status()
|
/linux-4.1.27/drivers/s390/char/ |
H A D | sclp_ftp.c | 38 #ifdef DEBUG sclp_ftp_txcb() 61 #ifdef DEBUG sclp_ftp_rxcb() 138 #ifdef DEBUG sclp_ftp_et7() 173 #ifdef DEBUG sclp_ftp_cmd() 194 #ifdef DEBUG sclp_ftp_cmd() 241 #ifdef DEBUG sclp_ftp_startup() 250 #ifdef DEBUG sclp_ftp_startup() 265 #endif /* DEBUG */ sclp_ftp_startup()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | pci-iommu_table.c | 7 #define DEBUG 1 macro 48 #ifdef DEBUG check_iommu_entries()
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.h | 44 #if defined(DEBUG) 48 #endif /* DEBUG */
|
H A D | xfs_ialloc_btree.c | 302 #if defined(DEBUG) || defined(XFS_WARN) 322 #endif /* DEBUG */ 340 #if defined(DEBUG) || defined(XFS_WARN) 362 #if defined(DEBUG) || defined(XFS_WARN)
|
/linux-4.1.27/arch/mn10300/unit-asb2305/ |
H A D | pci-asb2305.h | 15 #undef DEBUG macro 17 #ifdef DEBUG
|
/linux-4.1.27/arch/frv/mm/ |
H A D | tlb-flush.S | 18 .macro DEBUG ch 48 DEBUG 'A' 78 DEBUG 'B' 92 DEBUG 'M' 119 DEBUG 'N'
|
H A D | kmap.c | 25 #undef DEBUG macro
|
/linux-4.1.27/drivers/isdn/pcbit/ |
H A D | capi.c | 165 #ifdef DEBUG capi_conn_active_req() 229 #ifdef DEBUG capi_select_proto_req() 391 #ifdef DEBUG capi_decode_conn_ind() 403 #ifdef DEBUG capi_decode_conn_ind() 423 #ifdef DEBUG capi_decode_conn_ind() 531 #ifdef DEBUG capi_decode_conn_actv_ind() 542 #ifdef DEBUG capi_decode_conn_actv_ind() 611 #ifdef DEBUG capi_decode_disc_ind() 619 #ifdef DEBUG capi_decode_disc_ind() 631 #ifdef DEBUG capi_decode_debug_188()
|
H A D | drv.c | 317 #ifdef DEBUG pcbit_block_timer() 503 #ifdef DEBUG pcbit_l3_receive() 565 #ifdef DEBUG pcbit_l3_receive() 676 #ifdef DEBUG pcbit_l3_receive() 680 #ifdef DEBUG pcbit_l3_receive() 783 #ifdef DEBUG pcbit_state_change() 794 #ifdef DEBUG set_running_timeout() 847 #ifdef DEBUG set_protocol_running() 1048 #ifdef DEBUG pcbit_set_msn()
|
H A D | layer2.c | 269 #ifdef DEBUG pcbit_transmit() 387 #ifdef DEBUG pcbit_receive() 395 #ifdef DEBUG pcbit_receive() 523 #ifdef DEBUG pcbit_irq_handler() 564 #ifdef DEBUG pcbit_l2_active_conf() 642 #ifdef DEBUG pcbit_l2_error()
|
H A D | capi.h | 61 #ifdef DEBUG
|
/linux-4.1.27/drivers/watchdog/ |
H A D | pc87413_wdt.c | 39 /* #define DEBUG 1 */ 46 #define DPFX MODNAME " - DEBUG: " 89 #ifdef DEBUG pc87413_select_wdt_out() 113 #ifdef DEBUG pc87413_enable_swc() 134 #ifdef DEBUG pc87413_get_swc_base_addr() 147 #ifdef DEBUG pc87413_swc_bank3() 158 #ifdef DEBUG pc87413_programm_wdto() 169 #ifdef DEBUG pc87413_enable_wden() 179 #ifdef DEBUG pc87413_enable_sw_wd_tren() 190 #ifdef DEBUG pc87413_disable_sw_wd_tren() 201 #ifdef DEBUG pc87413_enable_sw_wd_trg() 212 #ifdef DEBUG pc87413_disable_sw_wd_trg() 427 #ifdef DEBUG pc87413_ioctl()
|
H A D | pcwd_pci.c | 136 #define DEBUG 2 /* print fancy stuff too */ macro 162 if (debug >= DEBUG) send_command() 187 if (debug >= DEBUG) { send_command() 204 if (debug >= DEBUG) send_command() 317 if (debug >= DEBUG) pcipcwd_keepalive() 355 if (debug >= DEBUG) pcipcwd_get_status() 372 if (debug >= DEBUG) { pcipcwd_clear_status() 387 if (debug >= DEBUG) { pcipcwd_clear_status() 410 if (debug >= DEBUG) { pcipcwd_get_temperature()
|
/linux-4.1.27/drivers/net/wireless/libertas_tf/ |
H A D | deb_defs.h | 15 #define DEBUG macro 47 #ifdef DEBUG 88 #ifdef DEBUG lbtf_deb_hex()
|
/linux-4.1.27/arch/mips/fw/arc/ |
H A D | memory.c | 27 #undef DEBUG macro 40 #ifdef DEBUG /* convenient for debugging */ 118 #ifdef DEBUG prom_meminit()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | debug.h | 66 #if defined(DEBUG) || defined(CONFIG_BRCM_TRACING) 82 #else /* defined(DEBUG) || defined(CONFIG_BRCM_TRACING) */ 94 #endif /* defined(DEBUG) || defined(CONFIG_BRCM_TRACING) */ 106 #ifdef DEBUG
|
H A D | feature.c | 36 #ifdef DEBUG 75 #endif /* DEBUG */
|
/linux-4.1.27/drivers/w1/ |
H A D | w1_log.h | 25 #define DEBUG macro
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
H A D | io.c | 18 #ifndef DEBUG 19 #define DEBUG(x) macro 148 DEBUG(printk(KERN_DEBUG "crisv32_io_get: Allocated pin %d on port %d\n", crisv32_io_get() 180 DEBUG(printk(KERN_DEBUG crisv32_io_get_name()
|
H A D | pinmux.c | 19 #undef DEBUG macro 38 #ifdef DEBUG __crisv32_pinmux_alloc() 193 #ifdef DEBUG crisv32_pinmux_set() 309 #ifdef DEBUG crisv32_pinmux_dump()
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | pm.c | 31 #define DEBUG macro 190 #ifdef DEBUG try_set_cmode() 235 #ifdef DEBUG try_set_p0() 263 #if 1 //def DEBUG try_set_cm()
|
/linux-4.1.27/arch/arm/include/debug/ |
H A D | sti.S | 31 #error "DEBUG UART is not Configured"
|
/linux-4.1.27/tools/power/cpupower/bench/ |
H A D | config.h | 31 #ifdef DEBUG
|
/linux-4.1.27/drivers/ide/ |
H A D | ht6560b.c | 31 /* #define DEBUG */ /* remove comments for DEBUG messages */ 148 #ifdef DEBUG ht6560b_dev_select() 191 #ifdef DEBUG try_to_init_ht6560b() 231 #ifdef DEBUG ht_pio2timings() 238 #ifdef DEBUG ht_pio2timings() 276 #ifdef DEBUG ht_set_prefetch() 303 #ifdef DEBUG ht6560b_set_pio_mode()
|
/linux-4.1.27/fs/ncpfs/ |
H A D | ncp_fs.h | 21 #if DEBUG_NCP > 0 && !defined(DEBUG) 22 #define DEBUG macro
|
/linux-4.1.27/arch/powerpc/platforms/83xx/ |
H A D | mpc832x_mds.c | 44 #undef DEBUG macro 45 #ifdef DEBUG
|
H A D | mpc832x_rdb.c | 35 #undef DEBUG macro 36 #ifdef DEBUG
|
H A D | mpc836x_mds.c | 52 #undef DEBUG macro 53 #ifdef DEBUG
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpios.c | 55 HPI_DEBUG_LOG(DEBUG, "allocated %d bytes, dma 0x%x vma %p\n", hpios_locked_mem_alloc() 74 HPI_DEBUG_LOG(DEBUG, "freed %lu bytes, dma 0x%x vma %p\n", hpios_locked_mem_free()
|
H A D | hpidspcd.c | 82 HPI_DEBUG_LOG(DEBUG, "dsp code %s opened\n", fw_name); hpi_dsp_code_open() 106 HPI_DEBUG_LOG(DEBUG, "dsp code closed\n"); hpi_dsp_code_close()
|
/linux-4.1.27/net/irda/irnet/ |
H A D | irnet_ppp.c | 69 DEBUG(CTRL_INFO, "Command line received is ``%s'' (%Zd).\n", irnet_ctrl_write() 93 DEBUG(CTRL_INFO, "Found command ``%s'' (%d).\n", start, length); irnet_ctrl_write() 117 DEBUG(CTRL_INFO, "Got rname = ``%s''\n", ap->rname); irnet_ctrl_write() 151 DEBUG(CTRL_INFO, "Got rsaddr = %08x\n", ap->rsaddr); irnet_ctrl_write() 157 DEBUG(CTRL_INFO, "Got rdaddr = %08x\n", ap->rdaddr); irnet_ctrl_write() 197 DEBUG(CTRL_INFO, "Got the log (0x%p), size is %d\n", irnet_get_discovery_log() 227 DEBUG(CTRL_INFO, "Already done\n"); irnet_read_discovery_log() 246 DEBUG(CTRL_INFO, "Writing discovery %d : %s\n", irnet_read_discovery_log() 259 DEBUG(CTRL_INFO, "Cleaning up log (0x%p)\n", irnet_read_discovery_log() 403 DEBUG(CTRL_INFO, "Event is :%s", event); irnet_ctrl_read() 667 DEBUG(FS_INFO, "Entering PPP discipline.\n"); dev_irnet_ioctl() 678 DEBUG(FS_INFO, "Trying to establish a connection.\n"); dev_irnet_ioctl() 690 DEBUG(FS_INFO, "Exiting PPP discipline.\n"); dev_irnet_ioctl() 743 DEBUG(FS_INFO, "Standard PPP ioctl.\n"); dev_irnet_ioctl() 759 DEBUG(FS_INFO, "Get termios.\n"); dev_irnet_ioctl() 775 DEBUG(FS_INFO, "Set termios.\n"); dev_irnet_ioctl() 796 DEBUG(FS_INFO, "TTY compatibility.\n"); dev_irnet_ioctl() 801 DEBUG(FS_INFO, "TCGETA\n"); dev_irnet_ioctl() 805 DEBUG(FS_INFO, "TCFLSH\n"); dev_irnet_ioctl() 819 DEBUG(FS_INFO, "FIONREAD\n"); dev_irnet_ioctl() 882 DEBUG(PPP_INFO, "Reallocating skb\n"); irnet_prepare_skb() 942 DEBUG(PPP_INFO, "IrTTP not ready ! (%ld-%ld)\n", ppp_irnet_send() 1105 DEBUG(PPP_INFO, "Unsupported ioctl (0x%X)\n", cmd); ppp_irnet_ioctl()
|
H A D | irnet_irda.c | 93 DEBUG(CTRL_INFO, "New event index is %d\n", irnet_events.index); irnet_post_event() 190 DEBUG(IRDA_SR_INFO, "IAS object doesn't exist ! (%d)\n", result); irnet_ias_to_tsap() 196 DEBUG(IRDA_SR_INFO, "IAS query failed ! (%d)\n", result); irnet_ias_to_tsap() 212 DEBUG(IRDA_SR_INFO, "result=%d\n", value->t.integer); irnet_ias_to_tsap() 412 DEBUG(IRDA_SR_INFO, "Got the log (0x%p), size is %d\n", irnet_discover_daddr_and_lsap_sel() 478 DEBUG(IRDA_SR_INFO, "discovered device ``%s'' at address 0x%08x.\n", irnet_dname_to_daddr() 486 DEBUG(IRDA_SR_INFO, "cannot discover device ``%s'' !!!\n", self->rname); irnet_dname_to_daddr() 571 DEBUG(IRDA_SOCK_INFO, "Inserted ``%s'' in hashbin...\n", self->rname); irda_irnet_connect() 627 DEBUG(IRDA_SOCK_INFO, "Removing from hash..\n"); irda_irnet_destroy() 673 DEBUG(IRDA_SOCK_INFO, "Closing our TTP connection.\n"); irda_irnet_destroy() 726 DEBUG(IRDA_SERV_INFO, "Device 0x%08x is in fact ``%s''.\n", irnet_daddr_to_dname() 773 DEBUG(IRDA_SERV_INFO, "Socket 0x%p matches rname ``%s''.\n", irnet_find_socket() 790 DEBUG(IRDA_SERV_INFO, "Socket 0x%p matches daddr %#08x.\n", irnet_find_socket() 809 DEBUG(IRDA_SERV_INFO, "Socket 0x%p is free.\n", irnet_find_socket() 1147 DEBUG(IRDA_CB_INFO, "Closing our TTP connection.\n"); irnet_disconnect_indication() 1227 DEBUG(IRDA_CB_INFO, "Passing connect packet to PPP.\n"); irnet_connect_confirm() 1269 DEBUG(IRDA_CB_INFO, "IrTTP wants us to start again\n"); irnet_flow_indication() 1274 DEBUG(IRDA_CB_INFO, "But we were already transmitting !!!\n"); irnet_flow_indication() 1277 DEBUG(IRDA_CB_INFO, "IrTTP wants us to slow down\n"); irnet_flow_indication() 1280 DEBUG(IRDA_CB_INFO, "Unknown flow command!\n"); irnet_flow_indication() 1312 DEBUG(IRDA_CB_INFO, "Unknown status...\n"); irnet_status_indication() 1449 DEBUG(IRDA_CB_INFO, "Passing connect packet to PPP.\n"); irnet_connect_indication() 1515 DEBUG(IRDA_OCB_INFO, "daddr = %08x, lsap = %d, starting IrTTP connection\n", irnet_getvalue_confirm() 1606 DEBUG(IRDA_OCB_INFO, "Cleaning up log (0x%p)\n", irnet_discovervalue_confirm() 1627 DEBUG(IRDA_OCB_INFO, "daddr = %08x, lsap = %d, starting IrTTP connection\n", irnet_discovervalue_confirm() 1670 DEBUG(IRDA_OCB_INFO, "Discovered new IrNET/IrLAN node %s...\n", irnet_discovery_indication() 1701 DEBUG(IRDA_OCB_INFO, "IrNET/IrLAN node %s expired...\n", irnet_expiry_indication()
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
H A D | orinoco.h | 173 #define DEBUG(n, args...) do { \ macro 178 #define DEBUG(n, args...) do { } while (0) macro 223 DEBUG(1, "orinoco_lock() called with hw_unavailable (dev=%p)\n", orinoco_lock()
|
/linux-4.1.27/arch/mips/include/asm/sn/ |
H A D | kldir.h | 38 * | IO6 PROM DEBUG TEXT/DATA/BSS/stack | 52 * | UNIX DEBUG Version | 64 * | UNIX NON-DEBUG Version |
|
/linux-4.1.27/tools/power/acpi/ |
H A D | Makefile | 28 DEBUG ?= true macro 86 # if DEBUG is enabled, then we do not strip or optimize 87 ifeq ($(strip $(DEBUG)),true)
|
/linux-4.1.27/tools/power/cpupower/utils/ |
H A D | cpupower.c | 37 #ifdef DEBUG 65 #ifdef DEBUG print_help() 155 #ifdef DEBUG handle_options()
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 62 DEBUG=1 97 DEBUG=0 102 [ $DEBUG -ne 0 ] && set -x
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
H A D | hwmtm.h | 91 * DEBUG FLAGS 162 * DEBUG structs and macros 165 #ifdef DEBUG 173 #ifdef DEBUG 183 #else /* DEBUG */ 187 #endif /* DEBUG */
|
/linux-4.1.27/arch/powerpc/sysdev/ |
H A D | tsi108_pci.c | 41 #undef DEBUG macro 42 #ifdef DEBUG 75 #ifdef DEBUG tsi108_direct_write_config() 177 #ifdef DEBUG tsi108_direct_read_config() 318 #ifdef DEBUG get_pci_source() 336 #endif /* end of DEBUG */ get_pci_source()
|
H A D | tsi108_dev.c | 31 #undef DEBUG macro 33 #ifdef DEBUG
|
/linux-4.1.27/include/linux/ |
H A D | printk.h | 240 * and other debug macros are compiled out unless either DEBUG is defined 266 /* pr_devel() should produce zero code unless DEBUG is defined */ 267 #ifdef DEBUG 282 #elif defined(DEBUG) 337 #if defined(DEBUG) 346 #if defined(DEBUG) 389 #if defined(DEBUG) 410 #elif defined(DEBUG)
|
/linux-4.1.27/include/uapi/linux/ |
H A D | if_pppol2tp.h | 75 * DEBUG - bitmask of debug message categories 92 /* Debug message categories for the DEBUG socket option */
|
/linux-4.1.27/arch/powerpc/platforms/86xx/ |
H A D | mpc86xx_hpcn.c | 38 #undef DEBUG macro 40 #ifdef DEBUG
|
H A D | gef_ppc9a.c | 43 #undef DEBUG macro 45 #ifdef DEBUG
|
H A D | gef_sbc310.c | 43 #undef DEBUG macro 45 #ifdef DEBUG
|
H A D | gef_sbc610.c | 43 #undef DEBUG macro 45 #ifdef DEBUG
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
H A D | smp.c | 15 #undef DEBUG macro 48 #ifdef DEBUG
|
H A D | spu_notify.c | 22 #undef DEBUG macro
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | trace_booke.h | 27 {15, "DEBUG"}, \ 184 {BOOKE_IRQPRIO_DEBUG, "DEBUG"}, \
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
H A D | Makefile | 29 ifdef DEBUG
|
/linux-4.1.27/drivers/input/serio/ |
H A D | i8042.h | 67 #ifdef DEBUG
|
/linux-4.1.27/drivers/clocksource/ |
H A D | mxs_timer.c | 144 #ifdef DEBUG 151 #endif /* DEBUG */ 172 #ifdef DEBUG mxs_set_mode() 176 #endif /* DEBUG */ mxs_set_mode()
|
/linux-4.1.27/drivers/edac/ |
H A D | cell_edac.c | 10 #undef DEBUG macro 29 #ifdef DEBUG 85 #ifdef DEBUG cell_edac_check() 121 #ifdef DEBUG cell_edac_check()
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | mxhead.S | 37 * xt-gdb to single step via DEBUG exceptions received directly
|
/linux-4.1.27/fs/sysfs/ |
H A D | mount.c | 13 #define DEBUG macro
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
H A D | opal-nvram.c | 12 #define DEBUG macro
|
/linux-4.1.27/arch/cris/kernel/ |
H A D | process.c | 30 //#define DEBUG
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | time.c | 180 #ifdef DEBUG 188 #endif /* DEBUG */ 217 #ifdef DEBUG mxc_set_mode() 221 #endif /* DEBUG */ mxc_set_mode()
|
H A D | hardware.h | 81 * DEBUG 0x60000000+0x100000 -> 0xf5000000+0x100000 87 * DEBUG 0x40000000+0x100000 -> 0xf5000000+0x100000
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | ptrace.c | 25 #define DEBUG DBG_MEM macro 26 #undef DEBUG macro 28 #ifdef DEBUG 34 #define DBG(fac,args) {if ((fac) & DEBUG) printk args;}
|
/linux-4.1.27/arch/arm/boot/compressed/ |
H A D | decompress.c | 17 #ifdef DEBUG
|
/linux-4.1.27/samples/bpf/ |
H A D | tracex1_kern.c | 42 /* using bpf_trace_printk() for DEBUG ONLY */ bpf_prog1()
|
/linux-4.1.27/tools/virtio/linux/ |
H A D | kernel.h | 91 #ifdef DEBUG
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
H A D | trace-agent.h | 69 #ifdef DEBUG
|
/linux-4.1.27/drivers/scsi/arm/ |
H A D | acornscsi.c | 80 * DEBUG - bit mask from list above 84 #define DEBUG (DEBUG_RESET|DEBUG_WRITE|DEBUG_NO_WRITE) macro 718 #if (DEBUG & (DEBUG_QUEUES|DEBUG_DISCON)) acornscsi_kick() 745 #if (DEBUG & (DEBUG_ABORT|DEBUG_CONNECT)) acornscsi_kick() 1001 #if (DEBUG & DEBUG_DMA) acornscsi_dma_stop() 1024 #if (DEBUG & DEBUG_NO_WRITE) acornscsi_dma_setup() 1060 #if (DEBUG & DEBUG_DMA) acornscsi_dma_setup() 1099 #if (DEBUG & DEBUG_DMA) acornscsi_dma_cleanup() 1117 #if (DEBUG & DEBUG_DMA) acornscsi_dma_cleanup() 1138 #if (DEBUG & DEBUG_DMA) acornscsi_dma_intr() 1187 #if (DEBUG & DEBUG_DMA) acornscsi_dma_intr() 1239 #if (DEBUG & (DEBUG_DMA|DEBUG_WRITE)) acornscsi_dma_adjust() 1264 #if (DEBUG & (DEBUG_DMA|DEBUG_WRITE)) acornscsi_dma_adjust() 1330 #if (DEBUG & DEBUG_MESSAGES) acornscsi_sendmessage() 1344 #if (DEBUG & DEBUG_MESSAGES) acornscsi_sendmessage() 1358 #if (DEBUG & DEBUG_MESSAGES) acornscsi_sendmessage() 1380 #if (DEBUG & DEBUG_MESSAGES) acornscsi_sendmessage() 1396 #if (DEBUG & DEBUG_MESSAGES) acornscsi_sendmessage() 1474 #if (DEBUG & DEBUG_MESSAGES) acornscsi_message() 1834 #if (DEBUG & (DEBUG_QUEUES|DEBUG_DISCON)) acornscsi_reconnect_finish() 1840 #if (DEBUG & (DEBUG_QUEUES|DEBUG_DISCON)) acornscsi_reconnect_finish() 1853 #if (DEBUG & (DEBUG_QUEUES|DEBUG_DISCON)) acornscsi_reconnect_finish() 1866 #if (DEBUG & (DEBUG_QUEUES|DEBUG_DISCON)) acornscsi_reconnect_finish() 1871 #if (DEBUG & (DEBUG_QUEUES|DEBUG_DISCON)) acornscsi_reconnect_finish() 1890 #if (DEBUG & DEBUG_ABORT) acornscsi_disconnect_unexpected() 1940 #if (DEBUG & DEBUG_PHASES) acornscsi_sbicintr() 2481 #if (DEBUG & DEBUG_NO_WRITE) acornscsi_queuecmd_lck() 2565 //#if (DEBUG & DEBUG_ABORT) acornscsi_do_abort() 2577 //#if (DEBUG & DEBUG_ABORT) acornscsi_do_abort() 2584 //#if (DEBUG & DEBUG_ABORT) acornscsi_do_abort() 2630 //#if (DEBUG & DEBUG_ABORT) acornscsi_do_abort() 2653 #if (DEBUG & DEBUG_ABORT) acornscsi_abort() 2674 //#if (DEBUG & DEBUG_ABORT) acornscsi_abort() 2686 //#if (DEBUG & DEBUG_ABORT) acornscsi_abort() 2698 //#if (DEBUG & DEBUG_ABORT) acornscsi_abort() 2712 //#if (DEBUG & DEBUG_ABORT) acornscsi_abort() 2734 #if (DEBUG & DEBUG_RESET) acornscsi_bus_reset() 2785 #if (DEBUG & DEBUG_NO_WRITE) acornscsi_info() 2808 #if (DEBUG & DEBUG_NO_WRITE) acornscsi_show_info()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 15 #undef DEBUG macro 201 #ifdef DEBUG aty_dsp_gt() 229 #ifdef DEBUG aty_valid_pll_ct() 274 #ifdef DEBUG aty_pll_to_var_ct() 287 #ifdef DEBUG aty_set_pll_ct() 405 #ifdef DEBUG aty_init_pll_ct() 430 #ifdef DEBUG aty_init_pll_ct() 548 #ifdef DEBUG aty_init_pll_ct() 589 #ifdef DEBUG aty_init_pll_ct()
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
H A D | c2_mq.c | 44 #ifdef DEBUG c2_mq_alloc() 79 #ifdef DEBUG c2_mq_consume()
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
H A D | cx25821-alsa.c | 260 pr_info("DEBUG: Start audio DMA, %d B/line, cmds_start(0x%x)= %d lines/FIFO, %d periods, %d byte buffer\n", _cx25821_start_audio_dma() 466 pr_err("DEBUG: cx25821 can't find device struct. Can't proceed with open\n"); snd_cx25821_pcm_open() 550 pr_info("DEBUG: ERROR after cx25821_risc_databuffer_audio()\n"); snd_cx25821_hw_params() 713 pr_info("DEBUG ERROR: devno >= SNDRV_CARDS %s\n", __func__); cx25821_audio_initdev() 719 pr_info("DEBUG ERROR: !enable[devno] %s\n", __func__); cx25821_audio_initdev() 727 pr_info("DEBUG ERROR: cannot create snd_card_new in %s\n", cx25821_audio_initdev() 756 pr_info("DEBUG ERROR: cannot create snd_cx25821_pcm %s\n", cx25821_audio_initdev() 771 pr_info("DEBUG ERROR: cannot register sound card %s\n", cx25821_audio_initdev()
|
/linux-4.1.27/drivers/media/usb/stk1160/ |
H A D | stk1160.h | 61 #define DEBUG macro 62 #ifdef DEBUG
|
/linux-4.1.27/drivers/parisc/ |
H A D | gsc.c | 29 #undef DEBUG macro 31 #ifdef DEBUG
|
/linux-4.1.27/drivers/parport/ |
H A D | parport_amiga.c | 29 #undef DEBUG macro 30 #ifdef DEBUG
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | pci_x86.h | 7 #undef DEBUG macro 9 #ifdef DEBUG
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-bootmem.c | 40 /*#define DEBUG */ 197 #ifdef DEBUG cvmx_bootmem_phy_alloc() 404 #ifdef DEBUG __cvmx_bootmem_phy_free() 527 #ifdef DEBUG cvmx_bootmem_phy_named_block_find() 541 #ifdef DEBUG cvmx_bootmem_phy_named_block_find() 585 #ifdef DEBUG cvmx_bootmem_phy_named_block_free() 599 #ifdef DEBUG cvmx_bootmem_phy_named_block_free() 626 #ifdef DEBUG cvmx_bootmem_phy_named_block_alloc()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | storage_common.h | 9 #ifndef DEBUG 12 #endif /* !DEBUG */
|
/linux-4.1.27/drivers/video/fbdev/i810/ |
H A D | i810-i2c.c | 34 #define DEBUG /* define this for verbose EDID parsing output */ macro 36 #ifdef DEBUG
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb.h | 27 #define DEBUG macro 36 #ifdef DEBUG
|
/linux-4.1.27/include/net/netfilter/ |
H A D | nf_conntrack_tuple.h | 83 #ifdef DEBUG nf_ct_dump_tuple_ip() 93 #ifdef DEBUG nf_ct_dump_tuple_ipv6()
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
H A D | mpc85xx_ds.c | 40 #undef DEBUG macro 42 #ifdef DEBUG
|
/linux-4.1.27/arch/powerpc/platforms/embedded6xx/ |
H A D | mpc7448_hpc2.c | 47 #undef DEBUG macro 48 #ifdef DEBUG
|
/linux-4.1.27/arch/powerpc/platforms/maple/ |
H A D | time.c | 12 #undef DEBUG macro 37 #ifdef DEBUG
|
/linux-4.1.27/arch/mips/sni/ |
H A D | setup.c | 93 #ifdef DEBUG sni_idprom_dump() 199 #ifdef DEBUG plat_mem_setup()
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | libfdt-wrapper.c | 30 #define DEBUG 0 macro 37 if (BAD_ERROR(err) || ((err < 0) && DEBUG)) \
|
/linux-4.1.27/Documentation/connector/ |
H A D | ucon.c | 44 #define DEBUG macro 51 #ifdef DEBUG
|
/linux-4.1.27/fs/bfs/ |
H A D | file.c | 16 #undef DEBUG macro 18 #ifdef DEBUG
|
/linux-4.1.27/net/netfilter/ |
H A D | xt_sctp.c | 51 #ifdef DEBUG match_packet() 65 #ifdef DEBUG match_packet()
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
H A D | helpers.h | 40 * define DEBUG via global Makefile variable 45 #ifdef DEBUG
|
/linux-4.1.27/drivers/s390/net/ |
H A D | ctcm_dbug.h | 16 #ifdef DEBUG
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | ioapic.h | 83 #ifdef DEBUG
|
/linux-4.1.27/drivers/usb/host/ |
H A D | imx21-hcd.h | 28 #define DEBUG macro 375 #ifdef DEBUG 392 #ifdef DEBUG 430 #ifdef DEBUG
|