/linux-4.4.14/sound/oss/ |
D | aedsp16.c | 256 # define DBG(x) printk x macro 263 # define DBG(x) macro 527 DBG((" Read DSP Byte (0x%x): ", port)); in aedsp16_read() 530 DBG(("failure.\n")); in aedsp16_read() 536 DBG(("read [0x%x]/{%c}.\n", inbyte, inbyte)); in aedsp16_read() 552 DBG(("Reset DSP:\n")); in aedsp16_dsp_reset() 560 DBG(("success.\n")); in aedsp16_dsp_reset() 563 DBG(("failure.\n")); in aedsp16_dsp_reset() 572 DBG((" Write DSP Byte (0x%x) [0x%x]: ", port, cmd)); in aedsp16_write() 581 DBG(("success.\n")); in aedsp16_write() [all …]
|
/linux-4.4.14/arch/parisc/kernel/ |
D | signal32.c | 42 #define DBG(LEVEL, ...) \ macro 46 #define DBG(LEVEL, ...) macro 73 DBG(2,"restore_sigcontext32: PER_LINUX32 process\n"); in restore_sigcontext32() 74 DBG(2,"restore_sigcontext32: sc = 0x%p, rf = 0x%p, regs = 0x%p\n", sc, rf, regs); in restore_sigcontext32() 75 DBG(2,"restore_sigcontext32: compat_sigcontext is %#lx bytes\n", sizeof(*sc)); in restore_sigcontext32() 82 DBG(3,"restore_sigcontext32: gr%02d = %#lx (%#x / %#x)\n", in restore_sigcontext32() 85 DBG(2,"restore_sigcontext32: sc->sc_fr = 0x%p (%#lx)\n",sc->sc_fr, sizeof(sc->sc_fr)); in restore_sigcontext32() 96 DBG(2,"restore_sigcontext32: upper half of iaoq[0] = %#lx\n", compat_regt); in restore_sigcontext32() 97 DBG(2,"restore_sigcontext32: sc->sc_iaoq[0] = %p => %#x\n", in restore_sigcontext32() 104 DBG(2,"restore_sigcontext32: upper half of iaoq[1] = %#lx\n", compat_regt); in restore_sigcontext32() [all …]
|
D | signal.c | 43 #define DBG(LEVEL, ...) \ macro 47 #define DBG(LEVEL, ...) macro 80 DBG(2,"restore_sigcontext: iaoq is %#lx / %#lx\n", in restore_sigcontext() 82 DBG(2,"restore_sigcontext: r28 is %ld\n", regs->gr[28]); in restore_sigcontext() 106 DBG(2,"sys_rt_sigreturn: frame is %p\n", frame); in sys_rt_sigreturn() 114 DBG(2,"sys_rt_sigreturn: ELF32 process.\n"); in sys_rt_sigreturn() 130 DBG(1,"sys_rt_sigreturn: compat_frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn() 136 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn() 143 DBG(1,"sys_rt_sigreturn: frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn() 147 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | mm.c | 36 #define DBG udbg_printf macro 38 #define DBG pr_devel macro 121 DBG("%s:%d: map.total = %llxh\n", func, line, m->total); in _debug_dump_map() 122 DBG("%s:%d: map.rm.size = %llxh\n", func, line, m->rm.size); in _debug_dump_map() 123 DBG("%s:%d: map.vas_id = %llu\n", func, line, m->vas_id); in _debug_dump_map() 124 DBG("%s:%d: map.htab_size = %llxh\n", func, line, m->htab_size); in _debug_dump_map() 125 DBG("%s:%d: map.r1.base = %llxh\n", func, line, m->r1.base); in _debug_dump_map() 126 DBG("%s:%d: map.r1.offset = %lxh\n", func, line, m->r1.offset); in _debug_dump_map() 127 DBG("%s:%d: map.r1.size = %llxh\n", func, line, m->r1.size); in _debug_dump_map() 164 DBG("%s:%d: lv1_query_logical_partition_address_region_info " in ps3_mm_vas_create() [all …]
|
D | smp.c | 30 #define DBG udbg_printf macro 32 #define DBG pr_debug macro 48 DBG("%s:%d: bad msg: %d\n", __func__, __LINE__, msg); in ps3_smp_message_pass() 56 DBG("%s:%d: ps3_send_event_locally(%d, %d) failed" in ps3_smp_message_pass() 69 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_probe() 88 DBG("%s:%d: (%d, %d) => virq %u\n", in ps3_smp_probe() 101 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_probe() 110 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_cleanup_cpu() 118 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_cleanup_cpu() 129 DBG(" -> %s\n", __func__); in smp_init_ps3() [all …]
|
D | setup.c | 41 #define DBG udbg_printf macro 43 #define DBG pr_debug macro 85 DBG("%s:%d cmd '%s'\n", __func__, __LINE__, cmd); in ps3_restart() 93 DBG("%s:%d\n", __func__, __LINE__); in ps3_power_off() 101 DBG("%s:%d\n", __func__, __LINE__); in ps3_halt() 109 DBG("%s:%d %s\n", __func__, __LINE__, str); in ps3_panic() 197 DBG(" -> %s:%d\n", __func__, __LINE__); in ps3_setup_arch() 221 DBG(" <- %s:%d\n", __func__, __LINE__); in ps3_setup_arch() 234 DBG(" -> %s:%d\n", __func__, __LINE__); in ps3_probe() 248 DBG(" <- %s:%d\n", __func__, __LINE__); in ps3_probe() [all …]
|
D | interrupt.c | 33 #define DBG udbg_printf macro 36 #define DBG pr_devel macro 111 DBG("%s:%d: thread_id %llu, virq %d\n", __func__, __LINE__, in ps3_chip_mask() 132 DBG("%s:%d: thread_id %llu, virq %d\n", __func__, __LINE__, in ps3_chip_unmask() 202 DBG("%s:%d: outlet %lu => cpu %u, virq %u\n", __func__, __LINE__, in ps3_virq_setup() 234 DBG("%s:%d: ppe_id %llu, thread_id %llu, virq %u\n", __func__, in ps3_virq_destroy() 240 DBG("%s:%d <-\n", __func__, __LINE__); in ps3_virq_destroy() 304 DBG("%s:%d: ppe_id %llu, thread_id %llu, virq %u\n", __func__, in ps3_irq_plug_destroy() 366 DBG(" -> %s:%d virq %u\n", __func__, __LINE__, virq); in ps3_event_receive_port_destroy() 381 DBG(" <- %s:%d\n", __func__, __LINE__); in ps3_event_receive_port_destroy() [all …]
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | hisax_isac.c | 247 DBG(DBG_PR, "pr %#x", pr); in D_L1L2() 253 DBG(DBG_L1M, "ph_command %#x", command); in ph_command() 438 DBG(DBG_L1M, "%s", buf); in l1m_debug() 447 DBG(1, "ISAC version (%x): %s", val, ISACVer[(val >> 5) & 3]); in isac_version() 456 DBG(DBG_IRQ, "count %d", count); in isac_empty_fifo() 459 DBG(DBG_WARN, "overrun %d", isac->rcvidx + count); in isac_empty_fifo() 485 DBG(DBG_IRQ, "count %d", count); in isac_fill_fifo() 505 DBG(DBG_WARN, "no skb"); in isac_retransmit() 518 DBG(DBG_IRQ, "CIR0 %#x", val); in isac_cisq_interrupt() 520 DBG(DBG_IRQ, "CODR0 %#x", (val >> 2) & 0xf); in isac_cisq_interrupt() [all …]
|
D | st5481_b.c | 41 DBG(4, "ep %d urb %d busy", (bcs->channel + 1) * 2, buf_nr); in usb_b_out() 50 DBG(4, "B%d,adjust flow,add %d bytes", bcs->channel + 1, B_FLOW_ADJUST); in usb_b_out() 54 DBG(4, "B%d,adjust flow,remove %d bytes", bcs->channel + 1, B_FLOW_ADJUST); in usb_b_out() 65 DBG(4, "B%d,len=%d", bcs->channel + 1, skb->len); in usb_b_out() 134 DBG(4, "B%d", bcs->channel + 1); in st5481B_start_xfer() 180 DBG(4, "urb killed status %d", urb->status); in usb_b_out_complete() 205 DBG(4, "B%d,mode=%d", bcs->channel + 1, mode); in st5481B_mode() 273 DBG(4, ""); in st5481_setup_b_out() 284 DBG(4, "endpoint address=%02x,packet size=%d", in st5481_setup_b_out() 299 DBG(4, ""); in st5481_release_b_out() [all …]
|
D | hisax_fcpcipnp.c | 165 DBG(0x1000, " port %#x, value %#x", in fcpci_read_isac() 178 DBG(0x1000, " port %#x, value %#x", in fcpci_write_isac() 228 DBG(0x40, "hdlc %c wr%x ctrl %x", in __fcpci_write_ctrl() 258 DBG(0x1000, " port %#x, value %#x", in fcpci2_read_isac() 270 DBG(0x1000, " port %#x, value %#x", in fcpci2_write_isac() 318 DBG(0x40, "hdlc %c wr%x ctrl %x", in fcpci2_write_ctrl() 347 DBG(0x40, "hdlc %c wr%x ctrl %x", in __fcpnp_write_ctrl() 378 DBG(2, "pr %#x", pr); in B_L1L2() 390 DBG(0x40, "hdlc_fill_fifo"); in hdlc_fill_fifo() 402 DBG(0x40, "hdlc_fill_fifo %d/%d", count, bcs->tx_skb->len); in hdlc_fill_fifo() [all …]
|
D | hfc_usb.c | 351 DBG(HFCUSB_DBG_STATES, in l1_timer_expire_t3() 368 DBG(HFCUSB_DBG_STATES, in l1_timer_expire_t4() 385 DBG(HFCUSB_DBG_STATES, "HFC-S USB: S0 statechange(%d -> %d)", in s0_state_handler() 391 DBG(HFCUSB_DBG_STATES, "HFC-S USB: T3 deactivated"); in s0_state_handler() 396 DBG(HFCUSB_DBG_STATES, "HFC-S USB: T4 deactivated"); in s0_state_handler() 402 DBG(HFCUSB_DBG_STATES, "HFC-S USB: PH_ACTIVATE | INDICATION sent"); in s0_state_handler() 407 DBG(HFCUSB_DBG_STATES, "HFC-S USB: T4 activated"); in s0_state_handler() 417 DBG(HFCUSB_DBG_STATES, in s0_state_handler() 459 DBG(HFCUSB_DBG_INIT, "HFC-S USB: starting ISO-URBs for fifo:%d\n", in start_isoc_chain() 520 DBG(HFCUSB_DBG_INIT, in stop_isoc_chain() [all …]
|
D | st5481_usb.c | 45 DBG(1, "request=0x%02x,value=0x%04x,index=%x", in usb_next_ctrl_msg() 104 DBG(1, "pipe=%02x", pipe); in st5481_usb_pipe_reset() 118 DBG(8, "command=%s", ST5481_CMD_string(command)); in st5481_ph_command() 139 DBG(1, "urb killed status %d", urb->status); in usb_ctrl_complete() 191 DBG(2, "urb shutting down with status: %d", urb->status); in usb_int_complete() 250 DBG(2, ""); in st5481_setup_usb() 335 DBG(1, ""); in st5481_release_usb() 375 DBG(8, ""); in st5481_start() 394 DBG(8, ""); in st5481_stop() 498 DBG(1, "urb killed status %d", urb->status); in usb_in_complete() [all …]
|
D | st5481_d.c | 178 DBG(8, "%s", buf); in l1m_debug() 281 DBG(0x2, "%s", buf); in dout_debug() 308 DBG(2, "ep %d urb %d busy %#lx", EP_D_OUT, buf_nr, d_out->busy); in usb_d_out() 381 DBG(2, ""); in usb_d_out_complete() 391 DBG(1, "urb killed status %d", urb->status); in usb_d_out_complete() 420 DBG(2, "len=%d", skb->len); in dout_start_xmit() 600 DBG(2, "PH_DATA REQUEST len %d", skb->len); in st5481_d_l2l1() 622 DBG(8, ""); in ph_connect() 647 DBG(8, ""); in ph_disconnect() 664 DBG(2, ""); in st5481_setup_d_out() [all …]
|
D | hisax_debug.h | 28 #define DBG(level, format, arg...) do { \ macro 74 #define DBG(level, format, arg...) do {} while (0) macro
|
/linux-4.4.14/arch/arm/plat-iop/ |
D | pci.c | 30 #define DBG(x...) printk(x) macro 32 #define DBG(x...) do { } while (0) macro 71 DBG("\t\t\tPCI: P0 - status = 0x%08x\n", status); in iop3xx_pci_status() 78 DBG("\t\t\tPCI: P1 - status = 0x%08x\n", status); in iop3xx_pci_status() 175 DBG("PCI abort: address = 0x%08lx fsr = 0x%03x PC = 0x%08lx LR = 0x%08lx\n", in iop3xx_pci_abort() 326 DBG("PCI: Intel IOP3xx PCI init.\n"); in iop3xx_atu_debug() 327 DBG("PCI: Outbound memory window 0: PCI 0x%08x%08x\n", in iop3xx_atu_debug() 329 DBG("PCI: Outbound memory window 1: PCI 0x%08x%08x\n", in iop3xx_atu_debug() 331 DBG("PCI: Outbound IO window: PCI 0x%08x\n", in iop3xx_atu_debug() 334 DBG("PCI: Inbound memory window 0: PCI 0x%08x%08x 0x%08x -> 0x%08x\n", in iop3xx_atu_debug() [all …]
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc911x.c | 107 #define DBG(n, dev, args...) \ macro 115 #define DBG(n, dev, args...) do { } while (0) macro 179 DBG(SMC_DEBUG_FUNC, dev, "--> %s\n", __func__); in smc911x_reset() 273 DBG(SMC_DEBUG_FUNC, dev, "--> %s\n", __func__); in smc911x_enable() 299 DBG(SMC_DEBUG_RX, dev, "Receiver already enabled\n"); in smc911x_enable() 330 DBG(SMC_DEBUG_FUNC, dev, "%s: --> %s\n", CARDNAME, __func__); in smc911x_shutdown() 349 DBG(SMC_DEBUG_FUNC | SMC_DEBUG_RX, dev, "%s: --> %s\n", in smc911x_drop_pkt() 383 DBG(SMC_DEBUG_FUNC | SMC_DEBUG_RX, dev, "--> %s\n", in smc911x_rcv() 386 DBG(SMC_DEBUG_RX, dev, "Rx pkt len %d status 0x%08x\n", in smc911x_rcv() 425 DBG(SMC_DEBUG_RX, dev, "Setting RX stat FIFO threshold to %d\n", in smc911x_rcv() [all …]
|
D | smc91x.c | 156 #define DBG(n, dev, fmt, ...) \ macro 257 DBG(2, dev, "%s\n", __func__); in smc_reset() 350 DBG(2, dev, "%s\n", __func__); in smc_enable() 384 DBG(2, dev, "%s: %s\n", CARDNAME, __func__); in smc_shutdown() 417 DBG(3, dev, "%s\n", __func__); in smc_rcv() 431 DBG(2, dev, "RX PNR 0x%x STATUS 0x%04x LENGTH 0x%04x (%d)\n", in smc_rcv() 561 DBG(3, dev, "%s\n", __func__); in smc_hardware_send_pkt() 591 DBG(2, dev, "TX PNR 0x%x LENGTH 0x%04x (%d) BUF 0x%p\n", in smc_hardware_send_pkt() 647 DBG(3, dev, "%s\n", __func__); in smc_hard_start_xmit() 695 DBG(2, dev, "TX memory allocation deferred.\n"); in smc_hard_start_xmit() [all …]
|
/linux-4.4.14/drivers/usb/host/ |
D | isp1362-hcd.c | 148 DBG(1, "%s: PTD $%04x is on %s queue\n", __func__, offset, epq->name); in get_ptd_queue() 165 DBG(3, "%s: %s PTD[%02x] # %04x\n", __func__, epq->name, index, offset); in get_ptd_offset() 206 DBG(1, "%s: Found %d PTDs[%d] for %d/%d byte\n", __func__, in claim_ptd_buffers() 216 DBG(1, "%s: Done %s PTD[%d] $%04x, avail %d count %d claimed %d %08lx:%08lx\n", in claim_ptd_buffers() 242 DBG(1, "%s: Done %s PTDs $%04x released %d avail %d count %d\n", in release_ptd_buffers() 245 DBG(1, "%s: buf_map %08lx skip_map %08lx\n", __func__, in release_ptd_buffers() 268 DBG(3, "%s: %s ep %p\n", __func__, epq->name, ep); in prepare_ptd() 285 DBG(1, "%s: IN len %d/%d/%d from URB\n", __func__, len, ep->maxpacket, in prepare_ptd() 300 DBG(1, "%s: OUT len %d/%d/%d from URB\n", __func__, len, ep->maxpacket, in prepare_ptd() 307 DBG(1, "%s: SETUP len %d\n", __func__, len); in prepare_ptd() [all …]
|
D | isp116x-hcd.c | 322 DBG("deschedule qh%d/%p branch %d\n", ep->period, ep, ep->branch); in finish_request() 375 DBG("Allowed or control data underrun\n"); in postproc_atl_queue() 434 DBG("Zero packet requested\n"); in postproc_atl_queue() 625 DBG("---- remote wakeup\n"); in isp116x_irq() 794 DBG("schedule qh%d/%p branch %d\n", ep->period, ep, ep->branch); in isp116x_urb_enqueue() 1014 DBG("ClearHubFeature: "); in isp116x_hub_control() 1017 DBG("C_HUB_OVER_CURRENT\n"); in isp116x_hub_control() 1022 DBG("C_HUB_LOCAL_POWER\n"); in isp116x_hub_control() 1029 DBG("SetHubFeature: "); in isp116x_hub_control() 1033 DBG("C_HUB_OVER_CURRENT or C_HUB_LOCAL_POWER\n"); in isp116x_hub_control() [all …]
|
D | isp1362.h | 585 #define DBG(level, fmt...) \ macro 592 # define VDBG(fmt...) DBG(3, fmt) 598 # define RDBG(fmt...) DBG(1, fmt) 604 #define URB_DBG(fmt...) DBG(0, fmt) 834 DBG(0, "%-12s[%02x]: %08x\n", #r, \ 837 DBG(0, "%-12s[%02x]: %04x\n", #r, \ 864 DBG(0, "%-12s[%02x]: %04x\n", "HCuPINTENB", in isp1362_show_regs() 908 DBG(3, "%s: Reading %d byte from buffer @%04x to memory @ %p\n", in isp1362_read_buffer() 923 DBG(3, "%s: Writing %d byte to buffer @%04x from memory @ %p\n", in isp1362_write_buffer() 942 DBG(0, "%04x:", k); in dump_data() [all …]
|
D | isp116x.h | 328 #define DBG(stuff...) pr_debug("116x: " stuff) macro 331 # define VDBG DBG 443 DBG("%-12s[%02x]: %08x\n", #r, \ 446 DBG("%-12s[%02x]: %04x\n", #r, \ 524 DBG("%s: zero urb\n", msg); in urb_dbg() 528 DBG("%s: FA %d ep%d%s %s: len %d/%d %s\n", msg, in urb_dbg()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | legacy_serial.c | 21 #define DBG(fmt...) do { printk(fmt); } while(0) macro 23 #define DBG(fmt...) do { } while(0) macro 210 DBG(" -> add_legacy_isa_port(%s)\n", np->full_name); in add_legacy_isa_port() 258 DBG(" -> add_legacy_pci_port(%s)\n", np->full_name); in add_legacy_pci_port() 350 DBG("default console speed = %d\n", info->speed); in setup_legacy_serial_console() 369 DBG(" -> find_legacy_serial_port()\n"); in find_legacy_serial_ports() 376 DBG("stdout is %s\n", stdout->full_name); in find_legacy_serial_ports() 378 DBG(" no linux,stdout-path !\n"); in find_legacy_serial_ports() 442 DBG("legacy_serial_console = %d\n", legacy_serial_console); in find_legacy_serial_ports() 445 DBG(" <- find_legacy_serial_port()\n"); in find_legacy_serial_ports() [all …]
|
D | setup_64.c | 74 #define DBG(fmt...) udbg_printf(fmt) macro 76 #define DBG(fmt...) macro 266 DBG(" -> early_setup(), dt_ptr: 0x%lx\n", dt_ptr); in early_setup() 286 DBG("Found, Initializing memory management...\n"); in early_setup() 308 DBG(" <- early_setup()\n"); in early_setup() 363 DBG(" -> smp_release_cpus()\n"); in smp_release_cpus() 383 DBG("spinning_secondaries = %d\n", spinning_secondaries); in smp_release_cpus() 385 DBG(" <- smp_release_cpus()\n"); in smp_release_cpus() 401 DBG(" -> initialize_cache_info()\n"); in initialize_cache_info() 429 DBG("Argh, can't find dcache properties ! " in initialize_cache_info() [all …]
|
D | setup-common.c | 67 #define DBG(fmt...) udbg_printf(fmt) macro 69 #define DBG(fmt...) macro 373 DBG(" -> check_for_initrd() initrd_start=0x%lx initrd_end=0x%lx\n", in check_for_initrd() 388 DBG(" <- check_for_initrd()\n"); in check_for_initrd() 448 DBG("smp_setup_cpu_maps()\n"); in smp_setup_cpu_maps() 455 DBG(" * %s...\n", dn->full_name); in smp_setup_cpu_maps() 460 DBG(" ibm,ppc-interrupt-server#s -> %d threads\n", in smp_setup_cpu_maps() 463 DBG(" no ibm,ppc-interrupt-server#s -> 1 thread\n"); in smp_setup_cpu_maps() 477 DBG(" thread %d -> cpu %d (hard id %d)\n", in smp_setup_cpu_maps() 494 DBG(" SMT disabled ! nthreads forced to 1\n"); in smp_setup_cpu_maps() [all …]
|
D | prom.c | 62 #define DBG(fmt...) printk(KERN_ERR fmt) macro 64 #define DBG(fmt...) macro 82 DBG("memory limit = 0x%llx\n", memory_limit); in early_parse_mem() 117 DBG("-> move_device_tree\n"); in move_device_tree() 128 DBG("Moved device tree to 0x%p\n", p); in move_device_tree() 131 DBG("<- move_device_tree\n"); in move_device_tree() 276 DBG("Using logical pvr %x for %s\n", pvr, model); in identical_pvr_fixup() 356 DBG("boot cpu: logical %d physical %d\n", found, in early_init_dt_scan_cpus() 586 DBG("Found new-style reserved-ranges\n"); in early_reserve_mem_dt() 597 DBG("reserving: %llx -> %llx\n", base, size); in early_reserve_mem_dt() [all …]
|
D | crash_dump.c | 26 #define DBG(fmt...) udbg_printf(fmt) macro 28 #define DBG(fmt...) macro 57 DBG(" -> setup_kdump_trampoline()\n"); in setup_kdump_trampoline() 68 DBG(" <- setup_kdump_trampoline()\n"); in setup_kdump_trampoline()
|
D | iommu.c | 51 #define DBG(...) macro 456 DBG("sg mapping %d elements:\n", nelems); in ppc_iommu_map_sg() 478 DBG(" - vaddr: %lx, size: %lx\n", vaddr, slen); in ppc_iommu_map_sg() 494 DBG(" - %lu pages, entry: %lx, dma_addr: %lx\n", in ppc_iommu_map_sg() 506 DBG(" - trying merge...\n"); in ppc_iommu_map_sg() 516 DBG(" can't merge, new segment.\n"); in ppc_iommu_map_sg() 519 DBG(" merged, new len: %ux\n", outs->dma_length); in ppc_iommu_map_sg() 525 DBG(" - filling new segment.\n"); in ppc_iommu_map_sg() 533 DBG(" - dma next is: %lx\n", dma_next); in ppc_iommu_map_sg() 540 DBG("mapped %d elements:\n", outcount); in ppc_iommu_map_sg()
|
D | smp.c | 59 #define DBG(fmt...) udbg_printf(fmt) macro 61 #define DBG(fmt...) macro 363 DBG("smp_prepare_cpus\n"); in smp_prepare_cpus() 509 DBG("smp: kicking cpu %d\n", cpu); in __cpu_up() 539 DBG("Processor %u found.\n", cpu); in __cpu_up()
|
D | vdso.c | 41 #define DBG(fmt...) printk(fmt) macro 43 #define DBG(fmt...) macro 616 DBG("replacing %s with %s...\n", patch->gen_name, in vdso_fixup_alt_funcs() 752 DBG("vdso64_kbase: %p, 0x%x pages\n", vdso64_kbase, vdso64_pages); in vdso_init() 768 DBG("vdso32_kbase: %p, 0x%x pages\n", vdso32_kbase, vdso32_pages); in vdso_init()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-ibm_iic.c | 64 #ifdef DBG 65 #undef DBG 73 # define DBG(f,x...) printk(KERN_DEBUG "ibm-iic" f, ##x) macro 75 # define DBG(f,x...) ((void)0) macro 78 # define DBG2(f,x...) DBG(f, ##x) 139 DBG("%d: init\n", dev->idx); in iic_dev_init() 186 DBG("%d: soft reset\n", dev->idx); in iic_dev_reset() 195 DBG("%d: trying to regain bus control\n", dev->idx); in iic_dev_reset() 250 DBG("%d: smbus_quick - 10 bit addresses are not supported\n", in iic_smbus_quick() 255 DBG("%d: smbus_quick(0x%02x)\n", dev->idx, p->addr); in iic_smbus_quick() [all …]
|
/linux-4.4.14/drivers/gpu/drm/msm/edp/ |
D | edp_ctrl.c | 206 DBG("mask=%x", clk_mask); in edp_clk_enable() 229 DBG("edp->link_clk, set_rate %ld", in edp_clk_enable() 246 DBG("edp->pixel_clk, set_rate %ld", in edp_clk_enable() 306 DBG(""); in edp_regulator_init() 353 DBG("exit"); in edp_regulator_enable() 392 DBG("gpio on"); in edp_gpio_config() 401 DBG("%d", enable); in edp_ctrl_irq_enable() 411 DBG("exit"); in edp_ctrl_irq_enable() 445 DBG("rate=%d lane=%d", ctrl->link_rate, ctrl->lane_cnt); in edp_fill_link_cfg() 497 DBG("%s: p|v=0x%x", __func__, voltage_level | pre_emphasis_level); in edp_lane_set_write() [all …]
|
D | edp.c | 57 DBG("eDP probed=%p", edp); in edp_init() 81 DBG(""); in edp_bind() 95 DBG(""); in edp_unbind() 109 DBG(""); in edp_dev_probe() 115 DBG(""); in edp_dev_remove() 136 DBG(""); in msm_edp_register() 142 DBG(""); in msm_edp_unregister()
|
D | edp_bridge.c | 31 DBG(""); in edp_bridge_pre_enable() 37 DBG(""); in edp_bridge_enable() 42 DBG(""); in edp_bridge_disable() 50 DBG(""); in edp_bridge_post_disable() 63 DBG("set mode: %d:\"%s\" %d %d %d %d %d %d %d %d %d %d 0x%x 0x%x", in edp_bridge_mode_set()
|
D | edp_connector.c | 30 DBG(""); in edp_connector_detect() 39 DBG(""); in edp_connector_destroy() 54 DBG(""); in edp_connector_get_modes() 79 DBG("requested=%ld, actual=%ld", requested, actual); in edp_connector_mode_valid() 99 DBG(""); in edp_connector_best_encoder()
|
D | edp_aux.c | 151 DBG("wait_for_completion"); in edp_aux_transfer() 165 DBG("completion"); in edp_aux_transfer() 201 DBG(""); in msm_edp_aux_init() 236 DBG("isr=%x", isr); in msm_edp_aux_irq() 254 DBG("enable=%d", enable); in msm_edp_aux_ctrl()
|
/linux-4.4.14/arch/xtensa/lib/ |
D | pci-auto.c | 58 # define DBG(x...) printk(x) macro 60 # define DBG(x...) macro 100 DBG("PCI Autoconfig: BAR %d, I/O, ", bar_nr); in pciauto_setup_bars() 110 DBG("PCI Autoconfig: BAR %d, Mem, ", bar_nr); in pciauto_setup_bars() 128 DBG("size=0x%x, address=0x%x\n", ~bar_size + 1, *upper_limit); in pciauto_setup_bars() 153 DBG("PCI Autoconfig: Interrupt %d, pin %d\n", irq, pin); in pciauto_setup_irq() 292 DBG("PCI Autoconfig: Found P2P bridge, device %d\n", in pciauto_bus_scan() 319 DBG("PCI Autoconfig: Skipping legacy mode " in pciauto_bus_scan() 340 DBG("PCI Autoconfig: Found Bus %d, Device %d, Function %d\n", in pciauto_bus_scan()
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_pm91.c | 55 #define DBG(args...) printk(args) macro 57 #define DBG(args...) do { } while(0) macro 201 DBG("wf: CPU Fan control initialized.\n"); in wf_smu_create_cpu_fans() 202 DBG(" ttarged=%d.%03d, tmax=%d.%03d, min=%d RPM, max=%d RPM\n", in wf_smu_create_cpu_fans() 246 DBG("wf_smu: CPU Fans tick ! CPU temp: %d.%03d, power: %d.%03d\n", in wf_smu_cpu_fans_tick() 258 DBG("wf_smu: new_setpoint: %d RPM\n", (int)new_setpoint); in wf_smu_cpu_fans_tick() 317 DBG("wf: Drive Fan control initialized.\n"); in wf_smu_create_drive_fans() 318 DBG(" itarged=%d.%03d, min=%d RPM, max=%d RPM\n", in wf_smu_create_drive_fans() 347 DBG("wf_smu: Drive Fans tick ! HD temp: %d.%03d\n", in wf_smu_drive_fans_tick() 355 DBG("wf_smu: new_setpoint: %d\n", (int)new_setpoint); in wf_smu_drive_fans_tick() [all …]
|
D | windfarm_core.c | 48 #define DBG(args...) printk(args) macro 50 #define DBG(args...) do { } while(0) macro 94 DBG("wf: thread started\n"); in wf_thread_func() 123 DBG("wf: thread stopped\n"); in wf_thread_func() 154 DBG("wf: Deleting control %s\n", ct->name); in wf_control_release() 236 DBG("wf: Registered control %s\n", new_ct->name); in wf_register_control() 251 DBG("wf: Unregistered control %s\n", ct->name); in wf_unregister_control() 284 DBG("wf: Deleting sensor %s\n", sr->name); in wf_sensor_release() 331 DBG("wf: Registered sensor %s\n", new_sr->name); in wf_register_sensor() 346 DBG("wf: Unregistered sensor %s\n", sr->name); in wf_unregister_sensor() [all …]
|
D | windfarm_pm81.c | 121 #define DBG(args...) printk(args) macro 123 #define DBG(args...) do { } while(0) macro 316 DBG("wf: System Fan control initialized.\n"); in wf_smu_create_sys_fans() 317 DBG(" itarged=%d.%03d, min=%d RPM, max=%d RPM\n", in wf_smu_create_sys_fans() 349 DBG("wf_smu: System Fans tick ! HD temp: %d.%03d\n", in wf_smu_sys_fans_tick() 357 DBG("wf_smu: new_setpoint: %d RPM\n", (int)new_setpoint); in wf_smu_sys_fans_tick() 361 DBG("wf_smu: scaled setpoint: %d RPM\n", (int)scaled); in wf_smu_sys_fans_tick() 369 DBG("wf_smu: adjusted setpoint: %d RPM\n", (int)scaled); in wf_smu_sys_fans_tick() 456 DBG("wf: CPU Fan control initialized.\n"); in wf_smu_create_cpu_fans() 457 DBG(" ttarged=%d.%03d, tmax=%d.%03d, min=%d RPM, max=%d RPM\n", in wf_smu_create_cpu_fans() [all …]
|
D | windfarm_lm75_sensor.c | 31 #define DBG(args...) printk(args) macro 33 #define DBG(args...) do { } while(0) macro 56 DBG("wf_lm75: Initializing %s, cfg was: %02x\n", in wf_lm75_get() 98 DBG("wf_lm75: creating %s device at address 0x%02x\n", in wf_lm75_probe() 150 DBG("wf_lm75: i2c detatch called for %s\n", lm->sens.name); in wf_lm75_remove()
|
D | windfarm_smu_sat.c | 28 #define DBG(args...) printk(args) macro 30 #define DBG(args...) do { } while(0) macro 110 DBG(KERN_DEBUG "sat %d partition %x:", sat_id, id); in smu_sat_get_sdb_partition() 112 DBG(" %x", buf[i]); in smu_sat_get_sdb_partition() 113 DBG("\n"); in smu_sat_get_sdb_partition() 138 DBG(KERN_DEBUG "wf_sat_get: data is"); in wf_sat_read_cache() 140 DBG(" %.2x", sat->cache[i]); in wf_sat_read_cache() 141 DBG("\n"); in wf_sat_read_cache()
|
D | windfarm_lm87_sensor.c | 31 #define DBG(args...) printk(args) macro 33 #define DBG(args...) do { } while(0) macro 59 DBG("wf_lm87: Error reading LM87, retrying...\n"); in wf_lm87_read_reg() 154 DBG("wf_lm87: i2c detatch called for %s\n", lm->sens.name); in wf_lm87_remove()
|
D | windfarm_smu_sensors.c | 31 #define DBG(args...) printk(args) macro 33 #define DBG(args...) do { } while(0) macro 223 DBG("wf: cpudiode partition (%02x) not found\n", in smu_ads_create() 232 DBG("wf: cpuvcp partition (%02x) not found\n", in smu_ads_create() 241 DBG("wf: cpuvcp partition (%02x) not found\n", in smu_ads_create() 250 DBG("wf: slotspow partition (%02x) not found\n", in smu_ads_create() 370 DBG("windfarm: CPU Power using quadratic transform\n"); in smu_cpu_power_create()
|
D | windfarm_pid.c | 21 #define DBG(args...) printk(args) macro 23 #define DBG(args...) do { } while(0) macro 123 DBG("integ: %lx, sval: %lx, adj: %lx\n", integ, sval, adj); in wf_cpu_pid_run() 135 DBG("deriv: %lx, prop: %lx\n", deriv, prop); in wf_cpu_pid_run()
|
D | windfarm_fcu_controls.c | 29 #define DBG(args...) printk(args) macro 31 #define DBG(args...) do { } while(0) macro 316 DBG("wf_fcu: pump min/max for %s set to: [%d..%d] RPM\n", in wf_fcu_get_pump_minmax() 358 DBG("wf_fcu: fan min/max for %s set to: [%d..%d] RPM\n", in wf_fcu_get_rpmfan_minmax() 431 DBG("Looking up FCU controls in device-tree...\n"); in wf_fcu_lookup_fans() 439 DBG(" control: %s, type: %s\n", np->name, np->type); in wf_fcu_lookup_fans() 457 DBG(" matching location: %s, reg: 0x%08x\n", loc, *reg); in wf_fcu_lookup_fans() 465 DBG(" location match, name: %s\n", name); in wf_fcu_lookup_fans()
|
D | windfarm_rm31.c | 28 #define DBG(args...) printk(args) macro 30 #define DBG(args...) do { } while(0) macro 211 DBG(" CPU%d: temp reading error !\n", cpu); in read_one_cpu_vals() 220 DBG(" CPU%d, volts reading error !\n", cpu); in read_one_cpu_vals() 228 DBG(" CPU%d, current reading error !\n", cpu); in read_one_cpu_vals() 306 DBG("wf_72: CPU%d ttarget = %d.%03d, tmax = %d.%03d\n", in cpu_setup_pid() 316 DBG("wf_72: CPU%d max RPM range = [%d..%d]\n", cpu, fmin, fmax); in cpu_setup_pid() 320 DBG("wf_72: CPU%d history size = %d\n", cpu, hsize); in cpu_setup_pid()
|
D | windfarm_pm72.c | 28 #define DBG(args...) printk(args) macro 30 #define DBG(args...) do { } while(0) macro 217 DBG(" CPU%d: temp reading error !\n", cpu); in read_one_cpu_vals() 226 DBG(" CPU%d, volts reading error !\n", cpu); in read_one_cpu_vals() 234 DBG(" CPU%d, current reading error !\n", cpu); in read_one_cpu_vals() 405 DBG("wf_72: CPU%d ttarget = %d.%03d, tmax = %d.%03d\n", in cpu_setup_pid() 415 DBG("wf_72: CPU%d max RPM range = [%d..%d]\n", cpu, fmin, fmax); in cpu_setup_pid() 419 DBG("wf_72: CPU%d history size = %d\n", cpu, hsize); in cpu_setup_pid()
|
D | windfarm_pm112.c | 28 #define DBG(args...) printk(args) macro 30 #define DBG(args...) do { } while(0) macro 278 DBG("\n"); in cpu_fans_tick() 293 DBG("\n"); in cpu_fans_tick()
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/pll/ |
D | dsi_pll_28nm.c | 114 DBG("DSI PLL is %slocked", pll_locked ? "" : "*not* "); in pll_28nm_poll_for_ready() 182 DBG("refclk_cfg = %d", refclk_cfg); in dsi_pll_28nm_clk_set_rate() 187 DBG("div_fb = %lu", div_fbx1000); in dsi_pll_28nm_clk_set_rate() 188 DBG("frac_n_value = %d", frac_n_value); in dsi_pll_28nm_clk_set_rate() 190 DBG("Generated VCO Clock: %lu", gen_vco_clk); in dsi_pll_28nm_clk_set_rate() 210 DBG("sdm_cfg0=%d", sdm_cfg0); in dsi_pll_28nm_clk_set_rate() 211 DBG("sdm_cfg1=%d", sdm_cfg1); in dsi_pll_28nm_clk_set_rate() 212 DBG("sdm_cfg2=%d", sdm_cfg2); in dsi_pll_28nm_clk_set_rate() 213 DBG("sdm_cfg3=%d", sdm_cfg3); in dsi_pll_28nm_clk_set_rate() 217 DBG("cal_cfg10=%d, cal_cfg11=%d", cal_cfg10, cal_cfg11); in dsi_pll_28nm_clk_set_rate() [all …]
|
D | dsi_pll.c | 30 DBG("DSI PLL %s after sequence #%d", in dsi_pll_enable() 166 DBG("DSI:%d PLL registered", id); in msm_dsi_pll_init()
|
/linux-4.4.14/drivers/media/usb/zr364xx/ |
D | zr364xx.c | 64 #define DBG(fmt, args...) \ macro 73 #define _DBG DBG 394 DBG("%s, field=%d, fmt name = %s\n", __func__, field, cam->fmt != NULL ? in buffer_prepare() 402 DBG("invalid buffer prepare\n"); in buffer_prepare() 479 DBG("%s: reading %d bytes at pos %d.\n", __func__, in zr364xx_read() 526 DBG("%s: Buffer 0x%08lx size= %d\n", __func__, in zr364xx_fillbuff() 542 DBG("wakeup: %p\n", &dma_q); in zr364xx_got_frame() 546 DBG("No active queue to serve\n"); in zr364xx_got_frame() 560 DBG("[%p/%d] wakeup\n", buf, buf->vb.i); in zr364xx_got_frame() 563 DBG("wakeup [buf/i] [%p/%d]\n", buf, buf->vb.i); in zr364xx_got_frame() [all …]
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-ioctl.c | 71 DBG("omapfb_setup_plane\n"); in omapfb_setup_plane() 504 DBG("vmalloc failed\n"); in omapfb_memory_read() 611 DBG("ioctl SYNC_GFX\n"); in omapfb_ioctl() 622 DBG("ioctl UPDATE_WINDOW_OLD\n"); in omapfb_ioctl() 640 DBG("ioctl UPDATE_WINDOW\n"); in omapfb_ioctl() 657 DBG("ioctl SETUP_PLANE\n"); in omapfb_ioctl() 666 DBG("ioctl QUERY_PLANE\n"); in omapfb_ioctl() 676 DBG("ioctl SETUP_MEM\n"); in omapfb_ioctl() 685 DBG("ioctl QUERY_MEM\n"); in omapfb_ioctl() 695 DBG("ioctl GET_CAPS\n"); in omapfb_ioctl() [all …]
|
D | omapfb-main.c | 111 DBG("fill_fb %dx%d, line_len %d bytes\n", w, h, fbi->fix.line_length); in fill_fb() 420 DBG("can't fit FB into memory, reducing y\n"); in shrink_height() 434 DBG("can't fit FB into memory, reducing x\n"); in shrink_width() 469 DBG("cannot fit FB to memory\n"); in check_fb_size() 476 DBG("max frame size %lu, line size %lu\n", max_frame_size, line_size); in check_fb_size() 487 DBG("cannot fit FB to memory\n"); in check_fb_size() 517 DBG("setup_vrfb_rotation\n"); in setup_vrfb_rotation() 548 DBG("setup_vrfb_rotation: reset fb\n"); in setup_vrfb_rotation() 608 DBG("set_fb_fix\n"); in set_fb_fix() 673 DBG("check_fb_var %d\n", ofbi->id); in check_fb_var() [all …]
|
D | omapfb.h | 38 #define DBG(format, ...) \ macro 44 #define DBG(format, ...) macro
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_hdcp.c | 106 DBG("Start DDC read"); in hdmi_ddc_read() 118 DBG("End DDC read %d", rc); in hdmi_ddc_read() 139 DBG("Start DDC write"); in hdmi_ddc_write() 160 DBG("End DDC write %d", rc); in hdmi_ddc_write() 226 DBG("hdcp irq %x", hdcp_int_status); in hdmi_hdcp_irq() 285 DBG("AKSV=%02x%08x", hdcp_ctrl->aksv_msb, hdcp_ctrl->aksv_lsb); in hdmi_hdcp_read_validate_aksv() 300 DBG("HDCP_DDC_STATUS=0x%x, FAIL=%d, NACK0=%d", in reset_hdcp_ddc_failures() 311 DBG("DDC failure detected"); in reset_hdcp_ddc_failures() 333 DBG("Before: HDMI_DDC_SW_STATUS=0x%08x", in reset_hdcp_ddc_failures() 358 DBG("After: HDMI_DDC_SW_STATUS=0x%08x", in reset_hdcp_ddc_failures() [all …]
|
D | hdmi_audio.c | 101 DBG("audio: enabled=%d, channels=%d, channel_allocation=0x%x, " in hdmi_audio_update() 105 DBG("video: power_on=%d, pixclock=%lu", hdmi->power_on, hdmi->pixclock); in hdmi_audio_update() 108 DBG("disabling audio: no video"); in hdmi_audio_update() 115 DBG("disabling audio: unsupported pixclock: %lu", in hdmi_audio_update() 151 DBG("n=%u, cts=%u, multiplier=%u", n, cts, multiplier); in hdmi_audio_update() 230 DBG("audio %sabled", enabled ? "en" : "dis"); in hdmi_audio_update()
|
D | hdmi_bridge.c | 47 DBG("pixclock: %lu", hdmi->pixclock); in power_on() 95 DBG("power up"); in hdmi_bridge_pre_enable() 129 DBG("power down"); in hdmi_bridge_post_disable() 161 DBG("htotal=%d, vtotal=%d, hstart=%d, hend=%d, vstart=%d, vend=%d", in hdmi_bridge_mode_set() 196 DBG("frame_ctrl=%08x", frame_ctrl); in hdmi_bridge_mode_set()
|
D | hdmi_phy_8960.c | 259 DBG(""); in hdmi_pll_enable() 343 DBG(""); in hdmi_pll_disable() 388 DBG("rate=%lu", rate); in hdmi_pll_set_rate() 435 DBG("pixclock: %lu", pixclock); in hdmi_phy_8960_powerup() 456 DBG(""); in hdmi_phy_8960_powerdown()
|
D | hdmi_connector.c | 148 DBG("gpio on"); in gpio_config() 172 DBG("gpio off"); in gpio_config() 329 DBG("status=%04x, ctrl=%04x", hpd_int_status, hpd_int_ctrl); in hdmi_connector_irq() 379 DBG("HDMI_HPD_INT_STATUS tells us: %d", stat_reg); in hdmi_connector_detect() 380 DBG("hpd gpio tells us: %d", stat_gpio); in hdmi_connector_detect() 445 DBG("requested=%ld, actual=%ld", requested, actual); in hdmi_connector_mode_valid()
|
D | hdmi_i2c.c | 179 DBG("sw_status=%08x, hw_status=%08x, int_ctrl=%08x", in hdmi_i2c_xfer() 197 DBG("ddc_status=%08x", ddc_status); in hdmi_i2c_xfer()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | nvram.c | 35 #define DBG(x...) printk(x) macro 37 #define DBG(x...) macro 265 DBG("Invalid signature\n"); in core99_check() 269 DBG("Invalid checksum\n"); in core99_check() 273 DBG("Invalid adler\n"); in core99_check() 286 DBG("nvram: Sharp/Micron Erasing bank %d...\n", bank); in sm_erase_bank() 317 DBG("nvram: Sharp/Micron Writing bank %d...\n", bank); in sm_write_bank() 351 DBG("nvram: AMD Erasing bank %d...\n", bank); in amd_erase_bank() 397 DBG("nvram: AMD Writing bank %d...\n", bank); in amd_write_bank() 465 DBG("nvram: OF partition at 0x%x\n", nvram_partitions[pmac_nvram_OF]); in lookup_partitions() [all …]
|
D | pfunc_base.c | 14 #define DBG(fmt...) printk(fmt) macro 16 #define DBG(fmt...) macro 57 DBG("Do write 0x%02x to GPIO %s (%p)\n", in macio_do_gpio_write() 110 DBG("Installing GPIO functions for macio %s\n", in macio_gpio_init_one() 132 DBG("Calling initial GPIO functions for macio %s\n", in macio_gpio_init_one() 270 DBG("Installing MMIO functions for macio %s\n", in macio_mmio_init_one() 301 DBG("Installing functions for UniN %s\n", in uninorth_install_pfunc() 320 DBG("Installing functions for UniN clock %s\n", in uninorth_install_pfunc() 341 DBG("Installing base platform functions...\n"); in pmac_pfunc_base_install() 363 DBG("All base functions installed\n"); in pmac_pfunc_base_install()
|
D | bootx_init.c | 28 #define DBG(fmt...) do { bootx_printf(fmt); } while(0) macro 30 #define DBG(fmt...) do { } while(0) macro 234 DBG("* strings: %s\n", namep); in bootx_scan_dt_build_strings() 237 DBG(" detected /chosen ! adding properties names !\n"); in bootx_scan_dt_build_strings() 246 DBG(" detected display ! adding properties names !\n"); in bootx_scan_dt_build_strings() 294 DBG("* struct: %s\n", namep); in bootx_scan_dt_build_struct() 363 DBG("Boot params header at: %x\n", mem_start); in bootx_flatten_dt() 374 DBG("Building string array at: %x\n", mem_end); in bootx_flatten_dt() 375 DBG("Device Tree Base=%x\n", base); in bootx_flatten_dt() 393 DBG("Building device tree structure at: %x\n", mem_end); in bootx_flatten_dt() [all …]
|
D | pfunc_core.c | 25 #define DBG(fmt...) printk(fmt) macro 27 #define DBG(fmt...) macro 642 DBG("pmf: Adding functions for platform-do-%s\n", name); in pmf_add_function_prop() 661 DBG("pmf: idx %d: flags=%08x, phandle=%08x " in pmf_add_function_prop() 675 DBG("pmf: Added %d functions\n", count); in pmf_add_function_prop() 711 DBG("pmf: registering driver for node %s\n", np->full_name); in pmf_register_driver() 717 DBG("pmf: already there !\n"); in pmf_register_driver() 724 DBG("pmf: no memory !\n"); in pmf_register_driver() 734 DBG("pmf: no functions, disposing.. \n"); in pmf_register_driver() 784 DBG("pmf: unregistering driver for node %s\n", np->full_name); in pmf_unregister_driver() [all …]
|
D | pci.c | 35 #define DBG(x...) printk(x) macro 37 #define DBG(x...) macro 509 DBG("Can't find PCI infos for PCI<->PCI bridge\n"); in init_p2pbridge() 517 DBG("Can't find hose for PCI<->PCI bridge\n"); in init_p2pbridge() 698 DBG(" %d: 0x%08lx-0x%08lx\n", cur, base, end); in parse_region_decode() 700 DBG(" : -0x%08lx\n", end); in parse_region_decode() 746 DBG("PCI: Apple HT bridge decode register: 0x%08x\n", decode); in setup_u3_ht() 786 DBG("Adding PCI host bridge %s\n", dev->full_name); in pmac_add_bridge() 849 DBG(" ->Hose at 0x%p, cfg_addr=0x%p,cfg_data=0x%p\n", in pmac_add_bridge()
|
D | time.c | 39 #define DBG(x...) printk(x) macro 41 #define DBG(x...) macro
|
D | low_i2c.c | 57 #define DBG(x...) do {\ macro 61 #define DBG(x...) macro 1144 DBG("xfer() chan=%d, addrdir=0x%x, mode=%d, subsize=%d, subaddr=0x%x," in pmac_i2c_xfer() 1152 DBG("xfer error %d\n", rc); in pmac_i2c_xfer() 1416 DBG("dev_create(%s)\n", np->full_name); in pmac_i2c_dev_create() 1424 DBG("dev_create(%s)\n", np->full_name); in pmac_i2c_dev_init() 1431 DBG("dev_suspend(%s)\n", np->full_name); in pmac_i2c_dev_suspend() 1437 DBG("dev_resume(%s)\n", np->full_name); in pmac_i2c_dev_resume()
|
/linux-4.4.14/drivers/ide/ |
D | pdc202xx_new.c | 39 #define DBG(fmt, args...) printk("%s: " fmt, __func__, ## args) macro 41 #define DBG(fmt, args...) macro 79 DBG("index[%02X] value[%02X]\n", index, value); in get_indexed_reg() 92 DBG("index[%02X] value[%02X]\n", index, value); in set_indexed_reg() 234 DBG("cnt0[%02X] cnt1[%02X] cnt2[%02X] cnt3[%02X]\n", in read_counter() 258 DBG("scr1[%02X]\n", scr1); in detect_pll_input_clock() 270 DBG("scr1[%02X]\n", scr1); in detect_pll_input_clock() 281 DBG("start[%ld] end[%ld]\n", start_count, end_count); in detect_pll_input_clock() 349 DBG("pll_output is %ld Hz\n", pll_output); in init_chipset_pdcnew() 359 DBG("pll_ctl[%02X][%02X]\n", pll_ctl0, pll_ctl1); in init_chipset_pdcnew() [all …]
|
/linux-4.4.14/drivers/video/fbdev/omap2/ |
D | vrfb.c | 35 #define DBG(format, ...) pr_debug("VRFB: " format, ## __VA_ARGS__) macro 37 #define DBG(format, ...) macro 192 DBG("omapfb_set_vrfb(%d, %lx, %dx%d, %d, %d)\n", ctx, paddr, in omap_vrfb_setup() 214 DBG("vrfb w %u, h %u bytespp %d\n", vrfb_width, vrfb_height, bytespp); in omap_vrfb_setup() 231 DBG("vrfb offset pixels %d, %d\n", in omap_vrfb_setup() 254 DBG("ioremapped vrfb area %d of size %lu into %p\n", rot, size, in omap_vrfb_map_angle() 269 DBG("release ctx %d\n", ctx); in omap_vrfb_release_ctx() 297 DBG("request ctx\n"); in omap_vrfb_request_ctx() 311 DBG("found free ctx %d\n", ctx); in omap_vrfb_request_ctx() 332 DBG("VRFB %d/%d: %lx\n", ctx, rot*90, vrfb->paddr[rot]); in omap_vrfb_request_ctx()
|
/linux-4.4.14/drivers/char/agp/ |
D | frontend.c | 62 DBG("key=%d -> mem=%p", key, curr); in agp_find_mem_by_key() 73 DBG("mem=%p", temp); in agp_remove_from_pool() 127 DBG("client=%p", client); in agp_remove_seg_from_client() 131 DBG("Freeing %p from client %p", *(client->segments), client); in agp_remove_seg_from_client() 134 DBG("Freeing %p from client %p", client->segments, client); in agp_remove_seg_from_client() 150 DBG("Adding seg %p (%d segments) to client %p", seg, num_segments, client); in agp_add_seg_to_client() 586 DBG("%lx:%lx", offset, offset+size); in agp_mmap() 600 DBG("client vm_ops=%p", kerninfo.vm_ops); in agp_mmap() 617 DBG("controller vm_ops=%p", kerninfo.vm_ops); in agp_mmap() 649 DBG("priv=%p", priv); in agp_release() [all …]
|
D | compat_ioctl.c | 68 DBG(""); in compat_agpioc_reserve_wrap() 153 DBG(""); in compat_agpioc_allocate_wrap() 177 DBG(""); in compat_agpioc_bind_wrap() 194 DBG(""); in compat_agpioc_unbind_wrap() 283 DBG("ioctl returns %d\n", ret_val); in compat_agp_ioctl()
|
D | agp.h | 38 #define DBG(x,y...) printk (KERN_DEBUG PFX "%s: " x "\n", __func__ , ## y) macro 40 #define DBG(x,y...) do { } while (0) macro
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
D | cpia2_usb.c | 97 DBG("Processing frame #%d, current:%d\n", in process_frame() 107 DBG("Start of frame not found\n"); in process_frame() 153 DBG("Changed buffers, work:%d, current:%d\n", in process_frame() 157 DBG("Not enough data for an image.\n"); in process_frame() 220 DBG("urb->status = %d!\n", urb->status); in cpia2_usb_complete() 222 DBG("Stopping streaming\n"); in cpia2_usb_complete() 245 DBG("workbuff full, searching\n"); in cpia2_usb_complete() 304 DBG("workbuff not reading, status=%d\n", in cpia2_usb_complete() 327 DBG("Ignoring packet, not beginning!\n"); in cpia2_usb_complete() 330 DBG("Start of frame pattern found\n"); in cpia2_usb_complete() [all …]
|
D | cpia2_core.c | 533 DBG("%s Random: Register block %s\n", DIR(cmd), in cpia2_send_command() 541 DBG("%s Block: Register block %s\n", DIR(cmd), in cpia2_send_command() 549 DBG("%s Mask: Register block %s\n", DIR(cmd), in cpia2_send_command() 557 DBG("%s Repeat: Register block %s\n", DIR(cmd), in cpia2_send_command() 715 DBG("After SetAllProperties(cam), user mode is 0x%0X\n", in cpia2_reset_camera() 829 DBG("After VC RESET, user mode is 0x%0X\n", in cpia2_reset_camera() 870 DBG("System now in high power state\n"); in cpia2_set_high_power() 985 DBG("Sensor flag = 0x%0x, user mode = 0x%0x, frame rate = 0x%X\n", in set_default_user_mode() 1054 DBG("Setting size to VGA\n"); in set_vw_size() 1061 DBG("Setting size to CIF\n"); in set_vw_size() [all …]
|
D | cpia2_v4l.c | 430 DBG("Requested width = %d, height = %d\n", in cpia2_s_fmt_vid_cap() 648 DBG("Set control id:%d, value:%d\n", ctrl->id, ctrl->val); in cpia2_s_ctrl() 722 DBG("G_JPEGCOMP APP_len:%d COM_len:%d\n", in cpia2_g_jpegcomp() 742 DBG("S_JPEGCOMP APP_len:%d COM_len:%d\n", in cpia2_s_jpegcomp() 795 DBG("REQBUFS requested:%d returning:%d\n", req->count, cam->num_frames); in cpia2_reqbufs() 845 DBG("QUERYBUF index:%d offset:%d flags:%d seq:%d bytesused:%d\n", in cpia2_querybuf() 869 DBG("QBUF #%d\n", buf->index); in cpia2_qbuf() 959 DBG("DQBUF #%d status:%d seq:%d length:%d\n", buf->index, in cpia2_dqbuf() 970 DBG("VIDIOC_STREAMON, streaming=%d\n", cam->streaming); in cpia2_streamon() 988 DBG("VIDIOC_STREAMOFF, streaming=%d\n", cam->streaming); in cpia2_streamoff() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | smp.c | 49 #define DBG(fmt...) udbg_printf(fmt) macro 51 #define DBG(fmt...) macro 146 DBG(" -> smp_init_cell()\n"); in smp_init_cell() 167 DBG(" <- smp_init_cell()\n"); in smp_init_cell()
|
D | setup.c | 63 #define DBG(fmt...) udbg_printf(fmt) macro 65 #define DBG(fmt...) macro
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | smp.c | 42 #define DBG(fmt...) udbg_printf(fmt) macro 44 #define DBG(fmt...) macro 161 DBG("CPU%d offline\n", cpu); in pnv_smp_cpu_kill_self() 232 DBG("CPU%d Unexpected exit while offline !\n", cpu); in pnv_smp_cpu_kill_self() 235 DBG("CPU%d coming online...\n", cpu); in pnv_smp_cpu_kill_self()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_fbdev.c | 91 DBG("create fbdev: %dx%d@%d (%dx%d)", sizes->surface_width, in msm_fbdev_create() 106 DBG("allocating %d bytes for fb %d", size, dev->primary->index); in msm_fbdev_create() 149 DBG("fbi=%p, dev=%p", fbi, dev); in msm_fbdev_create() 170 DBG("par=%p, %dx%d", fbi->par, fbi->var.xres, fbi->var.yres); in msm_fbdev_create() 171 DBG("allocated %dx%d fb", fbdev->fb->width, fbdev->fb->height); in msm_fbdev_create() 194 DBG("fbdev: set gamma"); in msm_crtc_fb_gamma_set() 200 DBG("fbdev: get gamma"); in msm_crtc_fb_gamma_get() 257 DBG(); in msm_fbdev_free()
|
D | msm_gpu.c | 33 DBG("bus scale client: %08x", gpu->bsc); in bs_init() 48 DBG("set bus scaling: %d", idx); in bs_set() 160 DBG("%s: active_cnt=%d", gpu->name, gpu->active_cnt); in msm_gpu_pm_resume() 190 DBG("%s: active_cnt=%d", gpu->name, gpu->active_cnt); in msm_gpu_pm_suspend() 227 DBG("%s: inactive!\n", gpu->name); in inactive_worker() 248 DBG("%s", gpu->name); in inactive_cancel() 259 DBG("%s", gpu->name); in inactive_start() 300 DBG("%s", gpu->name); in hangcheck_timer_reset() 625 DBG("grp_clks[%s]: %p", clk_names[i], gpu->grp_clks[i]); in msm_gpu_init() 631 DBG("ebi1_clk: %p", gpu->ebi1_clk); in msm_gpu_init() [all …]
|
D | msm_fb.c | 46 DBG("destroy: FB ID: %d (%p)", fb->base.id, fb); in msm_framebuffer_destroy() 103 DBG("FB[%u]: iova[%d]: %08x (%d)", fb->base.id, i, iova, ret); in msm_framebuffer_prepare() 181 DBG("create framebuffer: dev=%p, mode_cmd=%p (%dx%d@%4.4s)", in msm_framebuffer_init() 237 DBG("create: FB ID: %d (%p)", fb->base.id, fb); in msm_framebuffer_init()
|
D | msm_atomic.c | 43 DBG("start: %08x", crtc_mask); in start_atomic() 56 DBG("end: %08x", crtc_mask); in end_atomic()
|
D | msm_drv.c | 536 DBG("dev=%p, crtc=%u", dev, pipe); in msm_enable_vblank() 546 DBG("dev=%p, crtc=%u", dev, pipe); in msm_disable_vblank() 746 DBG("timeout waiting for fence: %u (completed: %u)", in msm_wait_fence() 1108 DBG("Adding components.."); in msm_pdev_probe() 1160 DBG("init"); in msm_drm_register() 1170 DBG("fini"); in msm_drm_unregister()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_eem.c | 178 DBG(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n", in eem_setup() 198 DBG(cdev, "reset eem\n"); in eem_set_alt() 202 DBG(cdev, "init eem\n"); in eem_set_alt() 218 DBG(cdev, "activate eem\n"); in eem_set_alt() 235 DBG(cdev, "eem deactivated\n"); in eem_disable() 316 DBG(cdev, "CDC Ethernet (EEM): %s speed IN/%s OUT/%s\n", in eem_bind() 403 DBG(cdev, "invalid EEM header\n"); in eem_unwrap() 439 DBG(cdev, "EEM echo response error\n"); in eem_unwrap() 451 DBG(cdev, "echo response queue fail\n"); in eem_unwrap() 494 DBG(cdev, "invalid EEM CRC\n"); in eem_unwrap() [all …]
|
D | u_ether.c | 111 #undef DBG 121 #define DBG(dev, fmt, args...) \ macro 124 #define DBG(dev, fmt, args...) \ macro 129 #define VDBG DBG 191 DBG(dev, "kevent %d scheduled\n", flag); in defer_kevent() 238 DBG(dev, "no rx skb\n"); in rx_submit() 258 DBG(dev, "rx submit --> %d\n", retval); in rx_submit() 305 DBG(dev, "rx length %d\n", skb2->len); in rx_complete() 330 DBG(dev, "rx %s reset\n", ep->name); in rx_complete() 343 DBG(dev, "rx status %d\n", status); in rx_complete() [all …]
|
D | f_ecm.c | 404 DBG(cdev, "notify connect %s\n", in ecm_do_notify() 420 DBG(cdev, "notify speed %d\n", ecm_bitrate(cdev->gadget)); in ecm_do_notify() 431 DBG(cdev, "notify --> %d\n", status); in ecm_do_notify() 461 DBG(cdev, "event %02x --> %d\n", in ecm_notify_complete() 490 DBG(cdev, "packet filter %02x\n", w_value); in ecm_setup() 510 DBG(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n", in ecm_setup() 517 DBG(cdev, "ecm req%02x.%02x v%04x i%04x l%d\n", in ecm_setup() 559 DBG(cdev, "reset ecm\n"); in ecm_set_alt() 565 DBG(cdev, "init ecm\n"); in ecm_set_alt() 588 DBG(cdev, "activate ecm\n"); in ecm_set_alt() [all …]
|
D | f_printer.c | 280 DBG(dev, "G_Printer : rx length %d\n", req->actual); in rx_complete() 295 DBG(dev, "rx %s reset\n", ep->name); in rx_complete() 304 DBG(dev, "rx status %d\n", status); in rx_complete() 364 DBG(dev, "printer_open returned %x\n", ret); in printer_open() 381 DBG(dev, "printer_close\n"); in printer_close() 413 DBG(dev, "rx submit --> %d\n", error); in setup_rx_reqs() 441 DBG(dev, "printer_read trying to read %d bytes\n", (int)len); in printer_read() 551 DBG(dev, "printer_read returned %d bytes\n", (int)bytes_copied); in printer_read() 568 DBG(dev, "printer_write trying to send %d bytes\n", (int)len); in printer_write() 660 DBG(dev, "printer_write sent %d bytes\n", (int)bytes_copied); in printer_write() [all …]
|
D | f_ncm.c | 500 DBG(cdev, "notify connect %s\n", in ncm_do_notify() 516 DBG(cdev, "notify speed %d\n", ncm_bitrate(cdev->gadget)); in ncm_do_notify() 534 DBG(cdev, "notify --> %d\n", status); in ncm_do_notify() 574 DBG(cdev, "event %02x --> %d\n", in ncm_notify_complete() 593 DBG(cdev, "Bad control-OUT transfer\n"); in ncm_ep0out_complete() 600 DBG(cdev, "Got wrong INPUT SIZE (%d) from host\n", in_size); in ncm_ep0out_complete() 636 DBG(cdev, "packet filter %02x\n", w_value); in ncm_setup() 712 DBG(cdev, "NCM16 selected\n"); in ncm_setup() 716 DBG(cdev, "NCM32 selected\n"); in ncm_setup() 749 DBG(cdev, "non-CRC mode selected\n"); in ncm_setup() [all …]
|
D | f_rndis.c | 406 DBG(cdev, "notify/0 --> %d\n", status); in rndis_response_available() 427 DBG(cdev, "RNDIS %s response error %d, %d/%d\n", in rndis_response_complete() 443 DBG(cdev, "notify/1 --> %d\n", status); in rndis_response_complete() 523 DBG(cdev, "rndis req%02x.%02x v%04x i%04x l%d\n", in rndis_setup() 560 DBG(cdev, "reset rndis\n"); in rndis_set_alt() 565 DBG(cdev, "init rndis\n"); in rndis_set_alt() 593 DBG(cdev, "RNDIS RX/TX early activation ... \n"); in rndis_set_alt() 616 DBG(cdev, "rndis deactivated\n"); in rndis_disable() 638 DBG(cdev, "%s\n", __func__); in rndis_open() 649 DBG(geth->func.config->cdev, "%s\n", __func__); in rndis_close() [all …]
|
D | f_subset.c | 266 DBG(cdev, "reset cdc subset\n"); in geth_set_alt() 270 DBG(cdev, "init + activate cdc subset\n"); in geth_set_alt() 287 DBG(cdev, "net deactivated\n"); in geth_disable() 374 DBG(cdev, "CDC Subset: %s speed IN/%s OUT/%s\n", in geth_bind()
|
D | f_uac1.c | 396 DBG(cdev, "bRequest 0x%x, w_value 0x%04x, len %d, entity %d\n", in audio_set_intf_req() 433 DBG(cdev, "bRequest 0x%x, w_value 0x%04x, len %d, entity %d\n", in audio_get_intf_req() 465 DBG(cdev, "bRequest 0x%x, w_value 0x%04x, len %d, endpoint %d\n", in audio_set_endpoint_req() 501 DBG(cdev, "bRequest 0x%x, w_value 0x%04x, len %d, endpoint %d\n", in audio_get_endpoint_req() 558 DBG(cdev, "audio req%02x.%02x v%04x i%04x l%d\n", in f_audio_setup() 582 DBG(cdev, "intf %d, alt %d\n", intf, alt); in f_audio_set_alt()
|
D | f_mass_storage.c | 390 DBG(fsg, "%s set halt\n", name); in fsg_set_halt() 457 DBG(common, "%s --> %d, %u/%u\n", __func__, in bulk_in_complete() 478 DBG(common, "%s --> %d, %u/%u\n", __func__, in bulk_out_complete() 533 DBG(fsg, "bulk reset request\n"); in fsg_setup() 1451 DBG(fsg, "bulk-in set wedge\n"); in wedge_bulk_in_endpoint() 1652 DBG(common, "sending phase-error status\n"); in send_status() 1656 DBG(common, "sending command-failure status\n"); in send_status() 1747 DBG(common, "%s is buggy! Expected length %d " in check_command() 1759 DBG(common, "using LUN %u from CBW, not LUN %u from CDB\n", in check_command() 1779 DBG(common, "unsupported LUN %u\n", common->lun); in check_command() [all …]
|
/linux-4.4.14/arch/alpha/kernel/ |
D | ptrace.c | 34 #define DBG(fac,args) {if ((fac) & DEBUG) printk args;} macro 36 #define DBG(fac,args) macro 201 DBG(DBG_BPT, ("execing branch\n")); in ptrace_set_bpt() 205 DBG(DBG_BPT, ("execing jump\n")); in ptrace_set_bpt() 208 DBG(DBG_BPT, ("execing normal insn\n")); in ptrace_set_bpt() 218 DBG(DBG_BPT, (" -> next_pc=%lx\n", in ptrace_set_bpt() 297 DBG(DBG_MEM, ("peek $%lu->%#lx\n", addr, ret)); in arch_ptrace() 307 DBG(DBG_MEM, ("poke $%lu<-%#lx\n", addr, data)); in arch_ptrace()
|
D | core_t2.c | 73 # define DBG(args) printk args macro 75 # define DBG(args) macro 146 DBG(("mk_conf_addr(bus=%d, dfn=0x%x, where=0x%x," in mk_conf_addr() 156 DBG(("mk_conf_addr: device (%d)>20, returning -1\n", in mk_conf_addr() 169 DBG(("mk_conf_addr: returning pci_addr 0x%lx\n", addr)); in mk_conf_addr() 187 DBG(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1)); in conf_read()
|
/linux-4.4.14/drivers/scsi/ |
D | eata_pio.c | 324 DBG(DBG_QUEUE, printk(KERN_EMERG "can_queue %d, x %d, y %d\n", sh->can_queue, x, y)); in eata_pio_queue_lck() 338 DBG(DBG_QUEUE, scmd_printk(KERN_DEBUG, cmd, in eata_pio_queue_lck() 397 DBG(DBG_QUEUE, scmd_printk(KERN_DEBUG, cmd, in eata_pio_queue_lck() 410 DBG(DBG_ABNORM, scmd_printk(KERN_WARNING, cmd, in DEF_SCSI_QCMD() 419 DBG(DBG_ABNORM, printk(KERN_WARNING "Returning: SCSI_ABORT_NOT_RUNNING\n")); in DEF_SCSI_QCMD() 423 DBG(DBG_ABNORM, printk(KERN_WARNING "Returning: SCSI_ABORT_BUSY\n")); in DEF_SCSI_QCMD() 432 DBG(DBG_ABNORM, printk(KERN_WARNING "eata_pio: abort, queue slot " "locked.\n")); in DEF_SCSI_QCMD() 445 DBG(DBG_ABNORM, scmd_printk(KERN_WARNING, cmd, in eata_pio_host_reset() 474 DBG(DBG_ABNORM, printk(KERN_WARNING "eata_pio_reset: board reset done.\n")); in eata_pio_host_reset() 481 DBG(DBG_ABNORM, printk(KERN_WARNING "eata_pio_reset: interrupts disabled, " "loops %d.\n", limit)); in eata_pio_host_reset() [all …]
|
D | eata_pio.h | 48 #define DBG(x, y) if ((x)) {y;} macro 50 #define DBG(x, y) macro
|
/linux-4.4.14/drivers/net/ethernet/tehuti/ |
D | tehuti.c | 224 DBG("RX_FREE_0\n"); in bdx_isr_extra() 300 DBG("rx poll is done. backing to isr-driven\n"); in bdx_poll() 354 DBG("VPC = 0x%x VIC = 0x%x INIT_STATUS = 0x%x i=%d\n", in bdx_fw_load() 360 DBG("%s: firmware loading success\n", priv->ndev->name); in bdx_fw_load() 370 DBG("mac0=%x mac1=%x mac2=%x\n", in bdx_restore_mac() 381 DBG("mac0=%x mac1=%x mac2=%x\n", in bdx_restore_mac() 413 DBG("RDINTCM=%08x\n", priv->rdintcm); /*NOTE: test script uses this */ in bdx_hw_start() 417 DBG("TDINTCM=%08x\n", priv->tdintcm); /*NOTE: test script uses this */ in bdx_hw_start() 534 DBG("%x = %x\n", i, READ_REG(priv, i) & TXF_WPTR_WR_PTR); in bdx_sw_reset() 549 DBG("%x = %x\n", i, READ_REG(priv, i) & TXF_WPTR_WR_PTR); in bdx_sw_reset() [all …]
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_drv.c | 57 DBG("dev=%p", dev); in omap_fb_output_poll_changed() 486 DBG("registered %d planes, %d crtcs, %d encoders and %d connectors\n", in omap_modeset_init() 522 DBG("%p: param=%llu", dev, args->param); in ioctl_get_param() 529 DBG("unknown parameter %lld", args->param); in ioctl_get_param() 543 DBG("unknown parameter %lld", args->param); in ioctl_set_param() 658 DBG("load: dev=%p", dev); in dev_load() 712 DBG("unload: dev=%p", dev); in dev_unload() 739 DBG("open: dev=%p, file=%p", dev, file); in dev_open() 762 DBG("lastclose: dev=%p", dev); in dev_lastclose() 785 DBG("failed to restore crtc mode"); in dev_lastclose() [all …]
|
D | omap_crtc.c | 219 DBG("%s", omap_crtc->name); in omap_crtc_dss_set_timings() 227 DBG("%s", omap_crtc->name); in omap_crtc_dss_set_lcd_config() 310 DBG("%s: apply done", omap_crtc->name); in omap_crtc_vblank_irq() 334 DBG("%s", omap_crtc->name); in omap_crtc_destroy() 355 DBG("%s", omap_crtc->name); in omap_crtc_enable() 371 DBG("%s", omap_crtc->name); in omap_crtc_disable() 381 DBG("%s: set mode: %d:\"%s\" %d %d %d %d %d %d %d %d %d %d 0x%x 0x%x", in omap_crtc_mode_set_nofb() 405 DBG("%s: GO", omap_crtc->name); in omap_crtc_atomic_flush() 502 DBG("%s", channel_names[channel]); in omap_crtc_init()
|
D | omap_fbdev.c | 118 DBG("create fbdev: %dx%d@%d (%dx%d)", sizes->surface_width, in omap_fbdev_create() 142 DBG("allocating %d bytes for fb %d", gsize.bytes, dev->primary->index); in omap_fbdev_create() 186 DBG("fbi=%p, dev=%p", fbi, dev); in omap_fbdev_create() 217 DBG("par=%p, %dx%d", fbi->par, fbi->var.xres, fbi->var.yres); in omap_fbdev_create() 218 DBG("allocated %dx%d fb", fbdev->fb->width, fbdev->fb->height); in omap_fbdev_create() 307 DBG(); in omap_fbdev_free()
|
D | omap_plane.c | 88 DBG("%s, crtc=%p fb=%p", omap_plane->name, state->crtc, state->fb); in omap_plane_atomic_update() 126 DBG("%dx%d -> %dx%d (%d)", info.width, info.height, in omap_plane_atomic_update() 129 DBG("%d,%d %pad %pad", info.pos_x, info.pos_y, in omap_plane_atomic_update() 222 DBG("%s", omap_plane->name); in omap_plane_destroy() 349 DBG("%s: type=%d", plane_names[id], type); in omap_plane_init()
|
D | omap_connector.c | 141 DBG("%s", omap_connector->dssdev->name); in omap_connector_destroy() 159 DBG("%s", omap_connector->dssdev->name); in omap_connector_get_modes() 243 DBG("connector: mode %s: " in omap_connector_mode_valid() 286 DBG("%s", dssdev->name); in omap_connector_init()
|
D | omap_irq.c | 42 DBG("irqmask=%08x", irqmask); in omap_irq_update() 153 DBG("dev=%p, crtc=%u", dev, pipe); in omap_irq_enable_vblank() 178 DBG("dev=%p, crtc=%u", dev, pipe); in omap_irq_disable_vblank()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | tsi108_dev.c | 34 #define DBG(fmt...) do { printk(fmt); } while(0) macro 36 #define DBG(fmt...) do { } while(0) macro 86 DBG("%s: name:start->end = %s:%pR\n", in tsi108_eth_of_init() 95 DBG("%s: name:start->end = %s:%pR\n", in tsi108_eth_of_init()
|
D | mpic.c | 45 #define DBG(fmt...) printk(fmt) macro 47 #define DBG(fmt...) macro 401 DBG("startup_ht_interrupt(0x%x) index: %d\n", in mpic_startup_ht_interrupt() 429 DBG("shutdown_ht_interrupt(0x%x)\n", source); in mpic_shutdown_ht_interrupt() 522 DBG("HT PIC index 0x%x, irq 0x%x, tmp: %08x\n", i, irq, tmp); in mpic_scan_ht_pic() 568 DBG("devfn %x, l: %x\n", devfn, l); in mpic_scan_ht_pics() 671 DBG("%p: %s: enable_irq: %d (src %d)\n", mpic, mpic->name, d->irq, src); in mpic_unmask_irq() 692 DBG("%s: disable_irq: %d (src %d)\n", mpic->name, d->irq, src); in mpic_mask_irq() 713 DBG("%s: end_irq: %d\n", mpic->name, d->irq); in mpic_end_irq() 762 DBG("%s: end_irq: %d\n", mpic->name, d->irq); in mpic_end_ht_irq() [all …]
|
D | tsi108_pci.c | 43 #define DBG(x...) printk(x) macro 45 #define DBG(x...) macro 209 DBG("TSI_PCI: %s tsi108_pci_cfg_base=0x%x\n", __func__, in tsi108_setup_pci() 391 DBG("%s(%d, 0x%lx)\n", __func__, virq, hw); in pci_irq_host_map() 420 DBG("Tsi108_pci_int_init: initializing PCI interrupts\n"); in tsi108_pci_int_init()
|
D | dart_iommu.c | 74 #define DBG(...) macro 87 DBG("dart: flush\n"); in dart_tlb_invalidate_all() 172 DBG("dart: build at: %lx, %lx, addr: %x\n", index, npages, uaddr); in dart_build() 213 DBG("dart: free at: %lx, %lx\n", index, npages); in dart_free()
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
D | tiocx.c | 36 #define DBG(fmt...) printk(KERN_ALERT fmt) macro 38 #define DBG(fmt...) macro 196 DBG("cx_dev= 0x%p\n", cx_dev); in cx_device_register() 354 DBG(KERN_ALERT "TIO_ICE_FRZ_CFG= 0x%lx\n", ice_frz); in tio_conveyor_set() 401 DBG("cx_credits= 0x%lx\n", cx_credits); in bitstream_loaded() 425 DBG("part= 0x%x, mfg= 0x%x\n", part_num, mfg_num); in tiocx_reload() 512 DBG("Found TIO at nasid 0x%x\n", nasid); in tiocx_init() 536 DBG("found_tiocx_device= %d\n", found_tiocx_device); in tiocx_init() 551 DBG("tiocx_exit\n"); in tiocx_exit()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 309 DBG("%dx%d, hbp=%u, hfp=%u, hsw=%u, vbp=%u, vfp=%u, vsw=%u", in tilcdc_crtc_mode_set() 487 DBG("Processing mode %dx%d@%d with pixel clock %d", in tilcdc_crtc_mode_valid() 499 DBG("Pruning mode: Horizontal Back Porch out of range"); in tilcdc_crtc_mode_valid() 504 DBG("Pruning mode: Horizontal Front Porch out of range"); in tilcdc_crtc_mode_valid() 509 DBG("Pruning mode: Horizontal Sync Width out of range"); in tilcdc_crtc_mode_valid() 514 DBG("Pruning mode: Vertical Back Porch out of range"); in tilcdc_crtc_mode_valid() 519 DBG("Pruning mode: Vertical Front Porch out of range"); in tilcdc_crtc_mode_valid() 524 DBG("Pruning mode: Vertical Sync Width out of range"); in tilcdc_crtc_mode_valid() 533 DBG("Pruning mode: pixel clock too high"); in tilcdc_crtc_mode_valid() 548 DBG("Pruning mode: exceeds defined bandwidth limit"); in tilcdc_crtc_mode_valid() [all …]
|
D | tilcdc_drv.c | 75 DBG("loading module: %s", mod->name); in modeset_init() 216 DBG("Maximum Bandwidth Value %d", priv->max_bandwidth); in tilcdc_load() 221 DBG("Maximum Horizontal Pixel Width Value %dpixels", priv->max_width); in tilcdc_load() 227 DBG("Maximum Pixel Clock Value %dKHz", priv->max_pixelclock); in tilcdc_load() 291 DBG("%s: preferred_bpp: %d", mod->name, mod->preferred_bpp); in tilcdc_load() 704 DBG("init"); in tilcdc_drm_init() 712 DBG("fini"); in tilcdc_drm_fini()
|
D | tilcdc_drv.h | 163 #define DBG(fmt, ...) DRM_DEBUG(fmt"\n", ##__VA_ARGS__) macro
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_crtc.c | 105 DBG("%s: flush=%08x", mdp5_crtc->name, flush_mask); in crtc_flush() 151 DBG("%s: send event: %p", mdp5_crtc->name, event); in complete_flip() 240 DBG("Border Color is enabled"); in blend_setup() 255 DBG("Stage %d fg_alpha %x bg_alpha %x", i, fg_alpha, bg_alpha); in blend_setup() 309 DBG("%s: set mode: %d:\"%s\" %d %d %d %d %d %d %d %d %d %d 0x%x 0x%x", in mdp5_crtc_mode_set_nofb() 330 DBG("%s", mdp5_crtc->name); in mdp5_crtc_disable() 349 DBG("%s", mdp5_crtc->name); in mdp5_crtc_enable() 386 DBG("%s: check", mdp5_crtc->name); in mdp5_crtc_atomic_check() 417 DBG("%s: assign pipe %s on stage=%d", mdp5_crtc->name, in mdp5_crtc_atomic_check() 429 DBG("%s: begin", mdp5_crtc->name); in mdp5_crtc_atomic_begin() [all …]
|
D | mdp5_plane.c | 145 DBG("Set property %s %d", #name, (type)val); \ in mdp5_plane_atomic_set_property() 173 DBG("Get property %s %lld", #name, *val); \ in mdp5_plane_atomic_get_property() 262 DBG("%s: prepare: FB[%u]", mdp5_plane->name, fb->base.id); in mdp5_plane_prepare_fb() 276 DBG("%s: cleanup: FB[%u]", mdp5_plane->name, fb->base.id); in mdp5_plane_cleanup_fb() 288 DBG("%s: check (%d -> %d)", mdp5_plane->name, in mdp5_plane_atomic_check() 327 DBG("%s: pixel_format change!", mdp5_plane->name); in mdp5_plane_atomic_check() 331 DBG("%s: src_w change!", mdp5_plane->name); in mdp5_plane_atomic_check() 335 DBG("%s: still pending!", mdp5_plane->name); in mdp5_plane_atomic_check() 357 DBG("%s: update", mdp5_plane->name); in mdp5_plane_atomic_update() 648 DBG("comp-%d (L/R): rpt=%d/%d, ovf=%d/%d, req=%d", i, in mdp5_write_pixel_ext() [all …]
|
D | mdp5_ctl.c | 268 DBG("intf_%d: %s", ctl->pipeline.intf.num, enabled ? "on" : "off"); in mdp5_ctl_set_encoder_state() 383 DBG("lm%d: blend config = 0x%08x. ext_cfg = 0x%08x", ctl->lm, in mdp5_ctl_blend() 460 DBG("CTL %d FLUSH pending mask %x", ctl->id, *flush_mask); in fix_for_single_flush() 473 DBG("Single FLUSH mask %x,ID %d", *flush_mask, in fix_for_single_flush() 620 DBG("CTL %d allocated", ctl->id); in mdp5_ctlm_request() 708 DBG("Pool of %d CTLs created.", ctl_mgr->nctl); in mdp5_ctlm_init()
|
D | mdp5_cmd_encoder.c | 68 DBG("bus scale client: %08x", mdp5_cmd_enc->bsc); in bs_init() 82 DBG("set bus scaling: %d", idx); in bs_set() 206 DBG("set mode: %d:\"%s\" %d %d %d %d %d %d %d %d %d %d 0x%x 0x%x", in mdp5_cmd_encoder_mode_set()
|
D | mdp5_encoder.c | 74 DBG("bus scale client: %08x", mdp5_encoder->bsc); in bs_init() 88 DBG("set bus scaling: %d", idx); in bs_set() 139 DBG("set mode: %d:\"%s\" %d %d %d %d %d %d %d %d %d %d 0x%x 0x%x", in mdp5_encoder_mode_set()
|
D | mdp5_kms.c | 175 DBG(""); in mdp5_disable() 188 DBG(""); in mdp5_enable() 451 DBG("MDP5 version v%d.%d", *major, *minor); in read_hw_revision() 464 DBG("skipping %s", name); in get_clk()
|
/linux-4.4.14/arch/frv/mb93090-mb00/ |
D | pci-frv.h | 12 #define DBG(x...) printk(x) macro 14 #define DBG(x...) macro
|
D | pci-frv.c | 124 DBG("PCI: Resource %08lx-%08lx (f=%lx, d=%d, p=%d)\n", in pcibios_allocate_resources() 138 DBG("PCI: Switching off ROM of %s\n", pci_name(dev)); in pcibios_allocate_resources() 183 DBG("PCI: Allocating resources\n"); in pcibios_resource_survey()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | atmel_usba_udc.c | 370 DBG(DBG_QUEUE, "%s: submit_transaction, req %p (length %d)%s\n", in next_fifo_transaction() 381 DBG(DBG_QUEUE, "%s: submit_request: req %p (length %d)\n", in submit_request() 444 DBG(DBG_QUEUE, "receive data: nr_busy=%u\n", nr_busy); in receive_data() 470 DBG(DBG_QUEUE, "%s: request done\n", ep->ep.name); in receive_data() 502 DBG(DBG_GADGET | DBG_REQ, in request_complete() 530 DBG(DBG_GADGET, "%s: ep_enable: desc=%p\n", ep->ep.name, desc); in usba_ep_enable() 539 DBG(DBG_ERR, "ep_enable: Invalid argument"); in usba_ep_enable() 552 DBG(DBG_HW, "%s: EPT_SIZE = %lu (maxpacket = %lu)\n", in usba_ep_enable() 567 DBG(DBG_ERR, "ep_enable: %s is not isoc capable\n", in usba_ep_enable() 625 DBG(DBG_HW, "EPT_CFG%d after init: %#08lx\n", ep->index, in usba_ep_enable() [all …]
|
D | amd5536udc.c | 239 DBG(dev, "------- Device registers -------\n"); in print_regs() 240 DBG(dev, "dev config = %08x\n", readl(&dev->regs->cfg)); in print_regs() 241 DBG(dev, "dev control = %08x\n", readl(&dev->regs->ctl)); in print_regs() 242 DBG(dev, "dev status = %08x\n", readl(&dev->regs->sts)); in print_regs() 243 DBG(dev, "\n"); in print_regs() 244 DBG(dev, "dev int's = %08x\n", readl(&dev->regs->irqsts)); in print_regs() 245 DBG(dev, "dev intmask = %08x\n", readl(&dev->regs->irqmsk)); in print_regs() 246 DBG(dev, "\n"); in print_regs() 247 DBG(dev, "dev ep int's = %08x\n", readl(&dev->regs->ep_irqsts)); in print_regs() 248 DBG(dev, "dev ep intmask = %08x\n", readl(&dev->regs->ep_irqmsk)); in print_regs() [all …]
|
D | pxa25x_udc.c | 260 DBG(DBG_VERBOSE, "enabled %s\n", _ep->name); in pxa25x_ep_enable() 286 DBG(DBG_VERBOSE, "%s disabled\n", _ep->name); in pxa25x_ep_disable() 344 DBG(DBG_VERBOSE, "complete %s req %p stat %d len %u/%u\n", in done() 410 DBG(DBG_VERY_NOISY, "wrote %s %d bytes%s%s %d left %p\n", in write_fifo() 448 DBG(DBG_VERY_NOISY, "%s %s, %02x/%02x\n", in ep0start() 464 DBG(DBG_VERY_NOISY, "ep0in %d bytes %d left %p\n", count, in write_ep0_fifo() 538 DBG(DBG_VERY_NOISY, "read %s %02x, %d bytes%s req %p %d/%d\n", in read_fifo() 663 DBG(DBG_NOISY, "%s queue req %p, len %d buf %p\n", in pxa25x_ep_queue() 687 DBG(DBG_VERBOSE, "ep0 config ack%s\n", in pxa25x_ep_queue() 836 DBG(DBG_VERBOSE, "%s halt\n", _ep->name); in pxa25x_ep_set_halt() [all …]
|
D | goku_udc.c | 150 DBG(dev, "%s out-dma hides short packets\n", in goku_ep_enable() 180 DBG(dev, "enable %s %s %s maxpacket %u\n", ep->ep.name, in goku_ep_enable() 461 DBG(ep->dev, "%s overflow %u\n", in read_fifo() 543 DBG (ep->dev, "start, IN active dma %03x!!\n", in start_dma() 568 DBG (ep->dev, "start, OUT active dma %03x!!\n", in start_dma() 669 DBG(ep->dev, "IN dma active after reset!\n"); in abort_dma() 684 DBG(ep->dev, "OUT dma active after reset!\n"); in abort_dma() 896 DBG(ep->dev, "%s %s inactive?\n", __func__, ep->ep.name); in goku_set_halt() 955 DBG(ep->dev, "%s %s inactive?\n", __func__, ep->ep.name); in goku_fifo_flush() 1363 DBG(dev, "%s\n", __func__); in udc_enable() [all …]
|
D | at91_udc.c | 350 DBG("%s buffer overflow\n", ep->ep.name); in read_fifo() 501 DBG("bad ep or descriptor\n"); in at91_ep_enable() 507 DBG("bogus device state\n"); in at91_ep_enable() 514 DBG("only one control endpoint\n"); in at91_ep_enable() 529 DBG("bogus maxpacket %d\n", maxpacket); in at91_ep_enable() 533 DBG("iso requires double buffering\n"); in at91_ep_enable() 634 DBG("invalid request\n"); in at91_ep_queue() 639 DBG("invalid ep\n"); in at91_ep_queue() 646 DBG("invalid device\n"); in at91_ep_queue() 821 DBG("%s\n", __func__ ); in at91_wakeup() [all …]
|
D | goku_udc.h | 272 #define DBG(dev,fmt,args...) \ macro 275 #define DBG(dev,fmt,args...) \ macro 280 #define VDBG DBG
|
D | at91_udc.h | 166 # define VDBG DBG 180 #define DBG(stuff...) pr_debug("udc: " stuff) macro
|
D | fsl_usb2_udc.h | 516 #define DBG(fmt, args...) printk(KERN_DEBUG "[%s] " fmt "\n", \ macro 519 #define DBG(fmt, args...) do{}while(0) macro 530 DBG("%s, length %u:\n", label, length); 551 #define VDBG DBG
|
D | omap_udc.h | 184 # define VDBG DBG 192 #define DBG(stuff...) pr_debug("udc: " stuff) macro
|
D | omap_udc.c | 159 DBG("%s, bad ep or descriptor\n", __func__); in omap_ep_enable() 167 DBG("%s, bad %s maxpacket\n", __func__, _ep->name); in omap_ep_enable() 175 DBG("%s, unsupported ISO period %dms\n", _ep->name, in omap_ep_enable() 181 DBG("%s, ISO nyet\n", _ep->name); in omap_ep_enable() 190 DBG("%s, %s type mismatch\n", __func__, _ep->name); in omap_ep_enable() 196 DBG("%s, bogus device state\n", __func__); in omap_ep_enable() 245 DBG("%s, %s not enabled\n", __func__, in omap_ep_disable() 782 DBG("%s no dma channel: %d%s\n", ep->ep.name, status, in dma_channel_claim() 785 DBG("%s claimed %cxdma%d lch %d%s\n", ep->ep.name, in dma_channel_claim() 823 DBG("%s release %s %cxdma%d %p\n", ep->ep.name, in dma_channel_release() [all …]
|
/linux-4.4.14/drivers/input/mouse/ |
D | vsxxxaa.c | 94 #define DBG(x...) printk(x) macro 96 #define DBG(x...) do {} while (0) macro 144 DBG(KERN_INFO "Queueing byte 0x%02x\n", byte); in vsxxxaa_queue_byte() 183 DBG("vsck: len=%d, 1st=0x%02x\n", packet_len, mouse->buf[0]); in vsxxxaa_check_packet() 193 DBG(KERN_INFO "check: len=%d, b[%d]=0x%02x\n", in vsxxxaa_check_packet() 248 DBG(KERN_INFO "%s on %s: dx=%d, dy=%d, buttons=%s%s%s\n", in vsxxxaa_handle_REL_packet() 299 DBG(KERN_INFO "%s on %s: x=%d, y=%d, buttons=%s%s%s%s\n", in vsxxxaa_handle_ABS_packet()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | debug.h | 60 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) macro 66 # define DBG(f,x...) ((void)0) macro 72 # define DBG2(d,f,x...) DBG(d,f, ##x)
|
D | core.c | 133 DBG(dev, "%s" NL, error); in emac_report_timeout_error() 221 DBG(dev, "tx_enable" NL); in emac_tx_enable() 233 DBG(dev, "tx_disable" NL); in emac_tx_disable() 256 DBG(dev, "rx_enable" NL); in emac_rx_enable() 282 DBG(dev, "rx_disable" NL); in emac_rx_disable() 334 DBG(dev, "rx_disable_async" NL); in emac_rx_disable_async() 346 DBG(dev, "reset" NL); in emac_reset() 412 DBG(dev, "hash_mc %d" NL, netdev_mc_count(dev->ndev)); in emac_hash_mc() 561 DBG(dev, "configure" NL); in emac_configure() 573 DBG(dev, " link = %d duplex = %d, pause = %d, asym_pause = %d\n", in emac_configure() [all …]
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 86 DBG("dsi probed=%p", msm_dsi); in dsi_init() 120 DBG(""); in dsi_bind() 156 DBG(""); in dsi_dev_remove() 177 DBG(""); in msm_dsi_register() 184 DBG(""); in msm_dsi_unregister()
|
D | dsi_host.c | 196 DBG("%s: Version %x:%x\n", __func__, major, minor); in dsi_get_config() 220 DBG(""); in dsi_host_regulator_disable() 236 DBG(""); in dsi_host_regulator_enable() 383 DBG("id=%d", msm_host->id); in dsi_bus_clk_enable() 425 DBG(""); in dsi_bus_clk_disable() 436 DBG("Set clk rates: pclk=%d, byteclk=%d", in dsi_link_clk_enable() 535 DBG("pclk=%d, bclk=%d", pclk_rate, msm_host->byte_clk_rate); in dsi_calc_clk_rate() 542 DBG(""); in dsi_phy_sw_reset() 564 DBG("intr=%x enable=%d", intr, enable); in dsi_intr_ctrl() 686 DBG("lane number=%d", msm_host->lanes); in dsi_ctrl_config() [all …]
|
D | dsi_manager.c | 156 DBG("id=%d", id); in dsi_mgr_connector_detect() 201 DBG(""); in dsi_mgr_connector_destroy() 229 DBG("Tile property has been initialized"); in dsi_dual_connector_tile_init() 315 DBG(""); in dsi_mgr_connector_mode_valid() 319 DBG("requested=%ld, actual=%ld", requested, actual); in dsi_mgr_connector_mode_valid() 332 DBG(""); in dsi_mgr_connector_best_encoder() 346 DBG("id=%d", id); in dsi_mgr_bridge_pre_enable() 422 DBG(""); in dsi_mgr_bridge_enable() 427 DBG(""); in dsi_mgr_bridge_disable() 440 DBG("id=%d", id); in dsi_mgr_bridge_post_disable() [all …]
|
/linux-4.4.14/drivers/isdn/capi/ |
D | kcapi.h | 19 #define DBG(format, arg...) do { \ macro 23 #define DBG(format, arg...) /* */ macro
|
D | capilib.c | 7 #define DBG(format, arg...) do { \ macro 99 DBG("kcapi: appl %d ncci 0x%x up", applid, ncci); in capilib_new_ncci()
|
/linux-4.4.14/drivers/parisc/ |
D | dino.c | 66 #define DBG(x...) printk(x) macro 68 #define DBG(x...) macro 182 DBG("%s: %p, %d, %d, %d\n", __func__, base_addr, devfn, where, in dino_cfg_read() 217 DBG("%s: %p, %d, %d, %d\n", __func__, base_addr, devfn, where, in dino_cfg_write() 303 DBG(KERN_WARNING "%s(0x%p, %d)\n", __func__, dino_dev, d->irq); in dino_mask_irq() 316 DBG(KERN_WARNING "%s(0x%p, %d)\n", __func__, dino_dev, d->irq); in dino_unmask_irq() 341 DBG(KERN_WARNING "%s(): IRQ asserted! (ILR 0x%x)\n", in dino_unmask_irq() 379 DBG(KERN_DEBUG "%s(%d, %p) mask 0x%x\n", in dino_isr() 446 DBG("dino_bios_init\n"); in dino_bios_init() 499 DBG("DINO GSC WRITE i=%d, start=%lx, dino addr = %p\n", in dino_card_setup() [all …]
|
D | iosapic.c | 160 #define DBG(x...) printk(x) macro 162 #define DBG(x...) macro 288 DBG("calling get_irt_size (cell %ld)\n", cell_num); in iosapic_load_irt() 290 DBG("get_irt_size: %ld\n", status); in iosapic_load_irt() 310 DBG("pdc_pat_get_irt: %ld\n", status); in iosapic_load_irt() 323 DBG("pdc_pci_irt_size: %ld\n", status); in iosapic_load_irt() 379 DBG("iosapic_init()\n"); in iosapic_init() 668 DBG(KERN_DEBUG "enable_irq(%d): eoi(%p, 0x%x)\n", d->irq, in iosapic_unmask_irq() 934 DBG("iosapic_register() ignoring 0x%lx (NOT FOUND)\n", hpa); in iosapic_register()
|
D | lba_pci.c | 61 #define DBG(x...) printk(x) macro 63 #define DBG(x...) macro 552 DBG(MODULE_NAME ": lba_bios_init\n"); in lba_bios_init() 686 DBG("lba_fixup_bus(0x%p) bus %d platform_data 0x%p\n", in lba_fixup_bus() 703 DBG("lba_fixup_bus() %s [%lx/%lx]/%lx\n", in lba_fixup_bus() 707 DBG("lba_fixup_bus() %s [%lx/%lx]/%lx\n", in lba_fixup_bus() 763 DBG("lba_fixup_bus() %s\n", pci_name(dev)); in lba_fixup_bus() 1649 DBG("%s() ibase 0x%x imask 0x%x\n", __func__, ibase, imask); in lba_set_iregs()
|
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/ |
D | mpc7448_hpc2.c | 49 #define DBG(fmt...) do { printk(fmt); } while(0) macro 51 #define DBG(fmt...) do { } while(0) macro 134 DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __func__, in mpc7448_hpc2_init_IRQ()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_dtv_encoder.c | 57 DBG("bus scale client: %08x", mdp4_dtv_encoder->bsc); in bs_init() 58 DBG("lcdc_power_save: %p", dtv_pdata->lcdc_power_save); in bs_init() 75 DBG("set bus scaling: %d", idx); in bs_set() 116 DBG("set mode: %d:\"%s\" %d %d %d %d %d %d %d %d %d %d 0x%x 0x%x", in mdp4_dtv_encoder_mode_set() 127 DBG("pixclock=%lu", mdp4_dtv_encoder->pixclock); in mdp4_dtv_encoder_mode_set() 218 DBG("setting src_clk=%lu", pc); in mdp4_dtv_encoder_enable()
|
D | mdp4_crtc.c | 99 DBG("%s: flush=%08x", mdp4_crtc->name, flush); in crtc_flush() 123 DBG("%s: send event: %p", mdp4_crtc->name, event); in complete_flip() 259 DBG("%s: set mode: %d:\"%s\" %d %d %d %d %d %d %d %d %d %d 0x%x 0x%x", in mdp4_crtc_mode_set_nofb() 299 DBG("%s", mdp4_crtc->name); in mdp4_crtc_disable() 315 DBG("%s", mdp4_crtc->name); in mdp4_crtc_enable() 332 DBG("%s: check", mdp4_crtc->name); in mdp4_crtc_atomic_check() 341 DBG("%s: begin", mdp4_crtc->name); in mdp4_crtc_atomic_begin() 351 DBG("%s: event: %p", mdp4_crtc->name, crtc->state->event); in mdp4_crtc_atomic_flush() 545 DBG("%s: error: %08x", mdp4_crtc->name, irqstatus); in mdp4_crtc_err_irq() 581 DBG("%s: cancel: %p", mdp4_crtc->name, file); in mdp4_crtc_cancel_pending_flip() [all …]
|
D | mdp4_lcdc_encoder.c | 56 DBG("lvds : bus scale client: %08x", mdp4_lcdc_encoder->bsc); in bs_init() 71 DBG("set bus scaling: %d", idx); in bs_set() 282 DBG("set mode: %d:\"%s\" %d %d %d %d %d %d %d %d %d %d 0x%x 0x%x", in mdp4_lcdc_encoder_mode_set() 293 DBG("pixclock=%lu", mdp4_lcdc_encoder->pixclock); in mdp4_lcdc_encoder_mode_set() 409 DBG("setting lcdc_clk=%lu", pc); in mdp4_lcdc_encoder_enable()
|
D | mdp4_lvds_pll.c | 75 DBG("pixclk=%lu (%lu)", lvds_pll->pixclk, pll_rate->rate); in mpd4_lvds_pll_enable() 99 DBG(""); in mpd4_lvds_pll_disable()
|
D | mdp4_plane.c | 111 DBG("%s: prepare: FB[%u]", mdp4_plane->name, fb->base.id); in mdp4_plane_prepare_fb() 125 DBG("%s: cleanup: FB[%u]", mdp4_plane->name, fb->base.id); in mdp4_plane_cleanup_fb() 233 DBG("%s: disabled!", mdp4_plane->name); in mdp4_plane_mode_set() 245 DBG("%s: FB[%u] %u,%u,%u,%u -> CRTC[%u] %d,%d,%u,%u", mdp4_plane->name, in mdp4_plane_mode_set()
|
D | mdp4_kms.c | 42 DBG("found MDP4 version v%d.%d", major, minor); in mdp4_hw_init() 97 DBG("fetch config: dmap=%02x, vg=%02x", dmap_cfg, vg_cfg); in mdp4_hw_init() 217 DBG(""); in mdp4_disable() 231 DBG(""); in mdp4_enable()
|
/linux-4.4.14/arch/x86/pci/ |
D | pcbios.c | 157 DBG("PCI: BIOS probe returned s=%02x hw=%02x ver=%02x.%02x l=%02x\n", in check_pcibios() 349 DBG("PCI: BIOS32 Service Directory structure at 0x%p\n", check); in pci_find_bios() 356 DBG("PCI: BIOS32 Service Directory entry at 0x%lx\n", in pci_find_bios() 395 DBG("PCI: Fetching IRQ routing table... "); in pcibios_get_irq_routing_table() 413 DBG("OK ret=%d, size=%d, map=%x\n", ret, opt.size, map); in pcibios_get_irq_routing_table()
|
D | legacy.c | 19 DBG("PCI: Peer bridge fixup\n"); in pcibios_fixup_peer_bridges() 48 DBG("Found device at %02x:%02x [%04x]\n", busn, devfn, l); in pcibios_scan_specific_bus()
|
D | irq.c | 80 DBG(KERN_DEBUG "PCI: Interrupt Routing Table found at 0x%p\n", in pirq_check_routing_table() 131 DBG(KERN_DEBUG "%02x:%02x slot=%02x", e->bus, e->devfn/8, e->slot); in pirq_peer_trick() 133 DBG(" %d:%02x/%04x", j, e->irq[j].link, e->irq[j].bitmap); in pirq_peer_trick() 134 DBG("\n"); in pirq_peer_trick() 166 DBG(KERN_DEBUG " -> edge"); in elcr_set_level_irq() 838 DBG(KERN_DEBUG "PCI: Attempting to find IRQ router for [%04x:%04x]\n", in pirq_find_router() 843 DBG(KERN_DEBUG "PCI: Interrupt router not found at " in pirq_find_router() 1029 DBG(KERN_DEBUG "PCI: IRQ fixup\n"); in pcibios_fixup_irqs() 1120 DBG(KERN_DEBUG "PCI: IRQ init\n"); in pcibios_irq_init()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | io_interface_mux.c | 20 #define DBG(s) macro 581 DBG(printk("io_interface_mux: notifying watchers\n")); in notify_watchers() 606 DBG(printk("cris_request_io_interface(%d, \"%s\")\n", ioif, device_id)); in cris_request_io_interface() 826 DBG(printk(KERN_DEBUG "GPIO pins: available before: " in cris_request_io_interface() 829 DBG(printk(KERN_DEBUG in cris_request_io_interface() 839 DBG(printk(KERN_DEBUG "GPIO pins: available after: " in cris_request_io_interface() 907 DBG(printk("GPIO pins: available before: g_in=0x%08x g_out=0x%08x pb=0x%02x\n", in cris_free_io_interface() 909 DBG(printk("freeing pins: g_in=0x%08x g_out=0x%08x pb=0x%02x\n", in cris_free_io_interface() 918 DBG(printk("GPIO pins: available after: g_in=0x%08x g_out=0x%08x pb=0x%02x\n", in cris_free_io_interface() 952 DBG(printk("cris_io_interface_allocate_pins: if=%d port=%c start=%u stop=%u\n", in cris_io_interface_allocate_pins() [all …]
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_DAC1064.c | 44 DBG(__func__) in DAC1064_calcclock() 91 DBG(__func__) in DAC1064_setpclk() 105 DBG(__func__) in DAC1064_setmclk() 352 DBG(__func__) in DAC1064_init_1() 389 DBG(__func__) in DAC1064_init_2() 434 DBG(__func__) in DAC1064_restore_1() 465 DBG(__func__) in DAC1064_restore_2() 539 DBG(__func__) in MGA1064_init() 562 DBG(__func__) in MGAG100_init() 585 DBG(__func__) in MGA1064_ramdac_init() [all …]
|
D | matroxfb_Ti3026.c | 289 DBG(__func__) in Ti3026_calcclock() 304 DBG(__func__) in Ti3026_setpclk() 373 DBG(__func__) in Ti3026_init() 449 DBG(__func__) in ti3026_setMCLK() 543 DBG(__func__) in ti3026_ramdac_init() 564 DBG(__func__) in Ti3026_restore() 672 DBG(__func__) in Ti3026_reset() 691 DBG(__func__) in Ti3026_preinit()
|
D | matroxfb_base.h | 57 #define DBG(x) printk(KERN_DEBUG "matroxfb: %s\n", (x)); macro 60 #define DBG_HEAVY(x) DBG(x) 66 #define DBG_LOOP(x) DBG(x) 72 #define DBG_REG(x) DBG(x) 79 #define DBG(x) /* DBG */ macro
|
D | matroxfb_accel.c | 117 DBG(__func__) in matrox_cfbX_init() 213 DBG(__func__) in matrox_accel_bmove() 255 DBG(__func__) in matrox_accel_bmove_lin() 311 DBG(__func__) in matroxfb_accel_clear() 342 DBG(__func__) in matroxfb_cfb4_clear()
|
D | matroxfb_base.c | 317 DBG(__func__) in matrox_pan_var() 422 DBG(__func__) in matroxfb_pan_display() 433 DBG(__func__) in matroxfb_get_final_bppShift() 452 DBG(__func__) in matroxfb_test_and_set_rounding() 485 DBG(__func__) in matroxfb_pitch_adjust() 507 DBG(__func__) in matroxfb_get_cmap_len() 554 DBG(__func__) in matroxfb_decode_var() 648 DBG(__func__) in matroxfb_setcolreg() 707 DBG(__func__) in matroxfb_init_fix() 722 DBG(__func__) in matroxfb_update_fix() [all …]
|
/linux-4.4.14/arch/ia64/hp/sim/ |
D | simscsi.c | 43 # define DBG simscsi_debug macro 45 # define DBG 0 macro 106 if (DBG) in simscsi_interrupt() 136 if (DBG) in simscsi_sg_readwrite() 215 if (DBG) in simscsi_queuecommand_lck()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | lkkbd.c | 107 #define DBG(x...) printk(x) macro 109 #define DBG(x...) do {} while (0) macro 446 DBG(KERN_INFO "Got byte 0x%02x\n", data); in lkkbd_interrupt() 449 DBG(KERN_INFO "Ignoring a byte on %s\n", lk->name); in lkkbd_interrupt() 466 DBG(KERN_INFO "Got 0x01, scheduling re-initialization\n"); in lkkbd_interrupt() 480 DBG(KERN_INFO "Got %s and don't know how to handle...\n", in lkkbd_interrupt() 525 DBG("%s: Activating key clicks\n", __func__); in lkkbd_toggle_keyclick() 531 DBG("%s: Deactivating key clicks\n", __func__); in lkkbd_toggle_keyclick()
|
/linux-4.4.14/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.h | 18 #define DBG(x...) printk(x) macro 20 #define DBG(x...) macro
|
D | pci-asb2305.c | 147 DBG("PCI[%s]: Resource %08lx-%08lx" in pcibios_allocate_resources() 168 DBG("PCI: Switching off ROM of %s\n", in pcibios_allocate_resources() 208 DBG("PCI: Allocating resources\n"); in pcibios_resource_survey()
|
/linux-4.4.14/drivers/acpi/ |
D | glue.c | 22 #define DBG(fmt, ...) \ macro 25 #define DBG(fmt, ...) \ macro 306 DBG("Unable to get handle for %s\n", dev_name(dev)); in acpi_platform_notify() 329 DBG("Device %s -> %s\n", dev_name(dev), (char *)buffer.pointer); in acpi_platform_notify() 332 DBG("Device %s -> No ACPI support\n", dev_name(dev)); in acpi_platform_notify()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | composite.c | 203 DBG(config->cdev, "adding '%s'/%p to config '%s'/%p\n", in usb_add_function() 243 DBG(config->cdev, "adding '%s'/%p --> %d\n", in usb_add_function() 626 DBG(cdev, "reset config\n"); in reset_config() 719 DBG(cdev, "interface %d (%s/%p) alt 0 --> %d\n", in set_config() 727 DBG(cdev, in set_config() 731 DBG(cdev, "delayed_status count %d\n", in set_config() 794 DBG(cdev, "adding config #%u '%s'/%p\n", in usb_add_config() 811 DBG(cdev, "unbind function '%s'/%p\n", in usb_add_config() 822 DBG(cdev, "cfg %d/%p speeds:%s%s%s\n", in usb_add_config() 837 DBG(cdev, " interface %d = %s/%p\n", in usb_add_config() [all …]
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | inode.c | 243 #define DBG(dev,fmt,args...) \ macro 246 #define DBG(dev,fmt,args...) \ macro 251 #define VDEBUG DBG 352 DBG (epdata->dev, "%s i/o interrupted\n", in ep_io() 363 DBG (epdata->dev, "endpoint gone\n"); in ep_io() 507 DBG(epdata->dev, "%s fault %d len %d\n", in ep_aio_complete() 592 DBG (epdata->dev, "%s halt\n", epdata->name); in ep_read_iter() 654 DBG (epdata->dev, "%s halt\n", epdata->name); in ep_write_iter() 739 DBG(data->dev, "config %s, bad tag %d\n", data->name, tag); in ep_config() 762 DBG(data->dev, "config %s, bad hs length or type\n", in ep_config() [all …]
|
D | zero.c | 187 DBG(cdev, "suspend, wakeup in %d milliseconds\n", in zero_suspend() 192 DBG(cdev, "%s\n", __func__); in zero_suspend() 197 DBG(cdev, "%s\n", __func__); in zero_resume()
|
/linux-4.4.14/arch/powerpc/platforms/maple/ |
D | setup.c | 66 #define DBG(fmt...) udbg_printf(fmt) macro 68 #define DBG(fmt...) macro 204 DBG(" -> maple_init_early\n"); in maple_init_early() 208 DBG(" <- maple_init_early\n"); in maple_init_early()
|
D | pci.c | 31 #define DBG(x...) printk(x) macro 33 #define DBG(x...) macro 500 DBG("Adding PCI host bridge %s\n", dev->full_name); in maple_add_bridge() 548 DBG(" -> maple_pci_irq_fixup\n"); in maple_pci_irq_fixup() 568 DBG(" <- maple_pci_irq_fixup\n"); in maple_pci_irq_fixup()
|
D | time.c | 38 #define DBG(x...) printk(x) macro 40 #define DBG(x...) macro
|
/linux-4.4.14/drivers/cpufreq/ |
D | pmac64-cpufreq.c | 35 #define DBG(fmt...) pr_debug(fmt) macro 256 DBG("g5_pfunc_switch_freq(%d)\n", speed_mode); in g5_pfunc_switch_freq() 366 DBG("No cpu-version property !\n"); in g5_neo2_cpufreq_init() 378 DBG("No power-mode-data !\n"); in g5_neo2_cpufreq_init() 488 DBG("cpufreq: Initializing for PowerMac7,2, PowerMac7,3 and" in g5_pm72_cpufreq_init() 519 DBG("cpufreq: i2c clock chip found: %s\n", hwclock->full_name); in g5_pm72_cpufreq_init()
|
D | maple-cpufreq.c | 29 #define DBG(fmt...) pr_debug(fmt) macro 198 DBG("No power-mode-data !\n"); in maple_cpufreq_init()
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
D | mpc832x_mds.c | 46 #define DBG(fmt...) udbg_printf(fmt) macro 48 #define DBG(fmt...) macro
|
D | mpc836x_mds.c | 54 #define DBG(fmt...) udbg_printf(fmt) macro 56 #define DBG(fmt...) macro
|
D | mpc832x_rdb.c | 37 #define DBG(fmt...) udbg_printf(fmt) macro 39 #define DBG(fmt...) macro
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
D | mpc85xx_ds.c | 43 #define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) macro 45 #define DBG(fmt, args...) macro 106 DBG("mpc85xxds: cascade mapped to irq %d\n", cascade_irq); in mpc85xx_ds_pic_init()
|
D | mpc85xx_rdb.c | 41 #define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args) macro 43 #define DBG(fmt, args...) macro
|
D | mpc85xx_mds.c | 61 #define DBG(fmt...) udbg_printf(fmt) macro 63 #define DBG(fmt...) macro
|
/linux-4.4.14/sound/ppc/ |
D | tumbler.c | 46 #define DBG(fmt...) printk(KERN_DEBUG fmt) macro 48 #define DBG(fmt...) macro 132 DBG("(W) i2c error %d\n", err); in send_init_client() 150 DBG("(I) tumbler init client\n"); in tumbler_init_client() 165 DBG("(I) snapper init client\n"); in snapper_init_client() 184 DBG("(I) gpio %x write %d\n", gp->addr, active); in write_audio_gpio() 250 DBG("(I) succeeded to set volume (%u, %u)\n", left_vol, right_vol); in tumbler_set_master_volume() 361 DBG("(I) succeeded to set DRC (%u, %u)\n", val[0], val[1]); in tumbler_set_drc() 398 DBG("(I) succeeded to set DRC (%u, %u)\n", val[0], val[1]); in snapper_set_drc() 987 DBG("headphone: %d, lineout: %d\n", headphone, lineout); in device_change_handler() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/86xx/ |
D | mpc86xx_hpcn.c | 41 #define DBG(fmt...) do { printk(KERN_ERR fmt); } while(0) macro 43 #define DBG(fmt...) do { } while(0) macro
|
D | gef_sbc310.c | 46 #define DBG (fmt...) do { printk(KERN_ERR "SBC310: " fmt); } while (0) macro 48 #define DBG (fmt...) do { } while (0) macro
|
D | gef_sbc610.c | 46 #define DBG (fmt...) do { printk(KERN_ERR "SBC610: " fmt); } while (0) macro 48 #define DBG (fmt...) do { } while (0) macro
|
D | gef_ppc9a.c | 46 #define DBG (fmt...) do { printk(KERN_ERR "PPC9A: " fmt); } while (0) macro 48 #define DBG (fmt...) do { } while (0) macro
|
/linux-4.4.14/sound/soc/au1x/ |
D | dbdma2.c | 37 #define DBG MSG macro 39 #define DBG(x...) do {} while (0) macro 209 DBG("runtime->dma_area = 0x%08lx dma_addr_t = 0x%08lx dma_size = %d " in au1xpsc_pcm_hw_params() 215 DBG("bits %d frags %d frag_bytes %d is_rx %d\n", params->msbits, in au1xpsc_pcm_hw_params()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | ps3.c | 37 #define DBG(fmt...) printf(fmt) macro 39 static inline int __attribute__ ((format (printf, 1, 2))) DBG( in DBG() function
|
/linux-4.4.14/drivers/gpu/drm/msm/adreno/ |
D | a3xx_gpu.c | 78 DBG("%s", gpu->name); in a3xx_hw_init() 260 DBG("loading PM4 ucode version: %x", ptr[1]); in a3xx_hw_init() 272 DBG("loading PFP ucode version: %x", ptr[5]); in a3xx_hw_init() 321 DBG("%s", gpu->name); in a3xx_destroy() 351 DBG("%s: %08x", gpu->name, status); in a3xx_irq() 581 DBG("using %dK of OCMEM at 0x%08x", adreno_gpu->gmem / 1024, in a3xx_gpu_init()
|
D | a4xx_gpu.c | 248 DBG("loading PM4 ucode version: %u", ptr[0]); in a4xx_hw_init() 256 DBG("loading PFP ucode version: %u", ptr[0]); in a4xx_hw_init() 288 DBG("%s", gpu->name); in a4xx_destroy() 318 DBG("%s: Int status %08x", gpu->name, status); in a4xx_irq() 580 DBG("using %dK of OCMEM at 0x%08x", adreno_gpu->gmem / 1024, in a4xx_gpu_init()
|
D | adreno_gpu.c | 45 DBG("%s: invalid param: %u", gpu->name, param); in adreno_get_param() 58 DBG("%s", gpu->name); in adreno_hw_init() 352 DBG("fast_rate=%u, slow_rate=%u, bus_freq=%u", in adreno_gpu_init()
|
/linux-4.4.14/include/video/ |
D | neomagic.h | 78 # define DBG(x) printk (KERN_DEBUG "neofb: %s\n", (x)); macro 80 # define DBG(x) macro
|
/linux-4.4.14/drivers/watchdog/ |
D | s3c2410_wdt.c | 195 #define DBG(fmt, ...) \ macro 288 DBG("%s: count=0x%08x, wtcon=%08lx\n", in s3c2410wdt_start() 318 DBG("%s: count=%d, timeout=%d, freq=%lu\n", in s3c2410wdt_set_heartbeat() 335 DBG("%s: timeout=%d, divisor=%d, count=%d (%08x)\n", in s3c2410wdt_set_heartbeat() 521 DBG("%s: probe=%p\n", __func__, pdev); in s3c2410wdt_probe() 558 DBG("probe: mapped reg_base=%p\n", wdt->reg_base); in s3c2410wdt_probe()
|
/linux-4.4.14/arch/powerpc/sysdev/ge/ |
D | ge_pic.c | 31 #define DBG(fmt...) do { printk(KERN_DEBUG "gef_pic: " fmt); } while (0) macro 33 #define DBG(fmt...) do { } while (0) macro
|
/linux-4.4.14/arch/mips/pci/ |
D | pci-alchemy.c | 25 #define DBG(x...) printk(KERN_DEBUG x) macro 27 #define DBG(x...) do {} while (0) macro 159 DBG("alchemy-pci: cfg access %d bus %u dev %u at %x dat %x conf %lx\n", in config_access() 167 DBG("alchemy-pci: master abort on cfg access %d bus %d dev %d\n", in config_access() 170 DBG("alchemy-pci: PCI ERR detected: dev %d, status %lx\n", in config_access()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pci_x86.h | 10 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 12 #define DBG(fmt, ...) \ macro
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hash_utils_64.c | 63 #define DBG(fmt...) udbg_printf(fmt) macro 65 #define DBG(fmt...) macro 195 DBG("htab_bolt_mapping(%lx..%lx -> %lx (%lx,%d,%d)\n", in htab_bolt_mapping() 289 DBG("1T segment support detected\n"); in htab_dt_scan_seg_sizes() 680 DBG(" -> htab_initialize()\n"); in htab_initialize() 729 DBG("Hash table allocated at %lx, size: %lx\n", table, in htab_initialize() 763 DBG("creating mapping for region: %lx..%lx (prot: %lx)\n", in htab_initialize() 774 DBG("DART base: %lx\n", dart_tablebase); in htab_initialize() 820 DBG(" <- htab_initialize()\n"); in htab_initialize()
|
/linux-4.4.14/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 870 DBG("savagefb_check_var"); in savagefb_check_var() 979 DBG("savagefb_decode_var"); in savagefb_decode_var() 1261 DBG("savagefb_set_par_int"); in savagefb_set_par_int() 1506 DBG("savagefb_set_par"); in savagefb_set_par() 1685 DBG("savage_enable_mmio\n"); in savage_enable_mmio() 1704 DBG("savage_disable_mmio\n"); in savage_disable_mmio() 1717 DBG("savage_map_mmio"); in savage_map_mmio() 1750 DBG("savage_unmap_mmio"); in savage_unmap_mmio() 1765 DBG("savage_map_video"); in savage_map_video() 1798 DBG("savage_unmap_video"); in savage_unmap_video() [all …]
|
/linux-4.4.14/drivers/video/fbdev/ |
D | neofb.c | 587 DBG("neofb_check_var"); in neofb_check_var() 730 DBG("neofb_set_par"); in neofb_set_par() 1180 DBG("neofb_update_start"); in neofb_pan_display() 1648 DBG("neo_map_mmio"); in neo_map_mmio() 1695 DBG("neo_unmap_mmio"); in neo_unmap_mmio() 1710 DBG("neo_map_video"); in neo_map_video() 1752 DBG("neo_unmap_video"); in neo_unmap_video() 1849 DBG("neo_init_hw"); in neo_init_hw() 2034 DBG("neofb_probe"); in neofb_probe() 2122 DBG("neofb_remove"); in neofb_remove() [all …]
|
/linux-4.4.14/drivers/scsi/arm/ |
D | acornscsi.c | 111 #define DBG(cmd,xxx...) \ macro 116 #define DBG(cmd,xxx...) xxx macro 719 DBG(host->SCpnt, printk("scsi%d.%c: moved command to disconnected queue\n", in acornscsi_kick() 746 DBG(SCpnt,printk("scsi%d.%c: starting cmd %02X\n", in acornscsi_kick() 1002 DBG(host->SCpnt, acornscsi_dumpdma(host, "stop")); in acornscsi_dma_stop() 1061 DBG(host->SCpnt, acornscsi_dumpdma(host, "strt")); in acornscsi_dma_setup() 1100 DBG(host->SCpnt, acornscsi_dumpdma(host, "cupi")); in acornscsi_dma_cleanup() 1118 DBG(host->SCpnt, acornscsi_dumpdma(host, "cupo")); in acornscsi_dma_cleanup() 1139 DBG(host->SCpnt, acornscsi_dumpdma(host, "inti")); in acornscsi_dma_intr() 1188 DBG(host->SCpnt, acornscsi_dumpdma(host, "into")); in acornscsi_dma_intr() [all …]
|
/linux-4.4.14/drivers/char/ |
D | mbcs.c | 39 #define DBG(fmt...) printk(KERN_ALERT fmt) macro 41 #define DBG(fmt...) macro 325 DBG(KERN_ALERT "do_mbcs_sram_dmawrite: " in do_mbcs_sram_dmawrite() 362 DBG(KERN_ALERT "mbcs_strategy: mbcs_getdma_start failed\n"); in do_mbcs_sram_dmaread() 839 DBG(KERN_ALERT "mbcs_init: can't get major number. %d\n", rv); in mbcs_init()
|
/linux-4.4.14/net/ipv4/ |
D | ipconfig.c | 72 #define DBG(x) printk x macro 74 #define DBG(x) do { } while(0) macro 257 DBG(("IP-Config: %s UP (able=%d, xid=%08x)\n", in ic_open_devs() 314 DBG(("IP-Config: Downing %s\n", dev->name)); in ic_close_devs() 1429 DBG(("IP-Config: Entered.\n")); in ip_auto_config() 1588 DBG("DHCP: Invalid client identifier type\n"); in ic_proto_name() 1647 DBG(("IP-Config: Parameter #%d: `%s'\n", num, ip)); in ip_auto_config_setup()
|
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci.c | 38 #define DBG(f, x...) \ macro 309 DBG("PIO reading\n"); in sdhci_read_block_pio() 353 DBG("PIO writing\n"); in sdhci_write_block_pio() 428 DBG("PIO transfer complete.\n"); in sdhci_transfer_pio() 705 DBG("%s: Too large timeout 0x%x requested for CMD%d!\n", in sdhci_calc_timeout() 785 DBG("Reverting to PIO because of " in sdhci_prepare_data() 820 DBG("Reverting to PIO because of " in sdhci_prepare_data() 2373 DBG("Cannot wait for busy signal when also " in sdhci_cmd_irq() 2405 DBG("%s: %p: DMA 0x%08x%08x, LEN 0x%04x, Attr=0x%02x\n", in sdhci_adma_show_error() 2411 DBG("%s: %p: DMA 0x%08x, LEN 0x%04x, Attr=0x%02x\n", in sdhci_adma_show_error() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outpdp.h | 9 #define DBG(f,a...) MSG(debug, f, ##a) macro
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | pci.c | 35 #define DBG(x...) printk(x) macro 37 #define DBG(x...) macro
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.c | 136 DBG("PHY timings: %d, %d, %d, %d, %d, %d, %d, %d, %d, %d", in msm_dsi_dphy_timing_calc() 203 DBG(""); in dsi_phy_regulator_disable() 219 DBG(""); in dsi_phy_regulator_enable()
|