/drivers/isdn/hisax/ |
D | hisax_isac.c | 246 DBG(DBG_PR, "pr %#x", pr); in D_L1L2() 252 DBG(DBG_L1M, "ph_command %#x", command); in ph_command() 437 DBG(DBG_L1M, "%s", buf); in l1m_debug() 446 DBG(1, "ISAC version (%x): %s", val, ISACVer[(val >> 5) & 3]); in isac_version() 455 DBG(DBG_IRQ, "count %d", count); in isac_empty_fifo() 458 DBG(DBG_WARN, "overrun %d", isac->rcvidx + count); in isac_empty_fifo() 484 DBG(DBG_IRQ, "count %d", count); in isac_fill_fifo() 504 DBG(DBG_WARN, "no skb"); in isac_retransmit() 517 DBG(DBG_IRQ, "CIR0 %#x", val); in isac_cisq_interrupt() 519 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() 270 DBG(4,""); in st5481_setup_b_out() 281 DBG(4,"endpoint address=%02x,packet size=%d", in st5481_setup_b_out() 296 DBG(4,""); in st5481_release_b_out() [all …]
|
D | hisax_fcpcipnp.c | 163 DBG(0x1000, " port %#x, value %#x", in fcpci_read_isac() 176 DBG(0x1000, " port %#x, value %#x", in fcpci_write_isac() 226 DBG(0x40, "hdlc %c wr%x ctrl %x", in __fcpci_write_ctrl() 256 DBG(0x1000, " port %#x, value %#x", in fcpci2_read_isac() 268 DBG(0x1000, " port %#x, value %#x", in fcpci2_write_isac() 316 DBG(0x40, "hdlc %c wr%x ctrl %x", in fcpci2_write_ctrl() 345 DBG(0x40, "hdlc %c wr%x ctrl %x", in __fcpnp_write_ctrl() 376 DBG(2, "pr %#x", pr); in B_L1L2() 388 DBG(0x40, "hdlc_fill_fifo"); in hdlc_fill_fifo() 400 DBG(0x40, "hdlc_fill_fifo %d/%d", count, bcs->tx_skb->len); in hdlc_fill_fifo() [all …]
|
/drivers/media/video/ |
D | w9968cf.c | 670 DBG(5, "Memory successfully deallocated") in w9968cf_deallocate_memory() 703 DBG(1, "Couldn't allocate memory for the isochronous " in w9968cf_allocate_memory() 712 DBG(1, "Couldn't allocate memory for the temporary " in w9968cf_allocate_memory() 722 DBG(1, "Couldn't allocate memory for the helper buffer" in w9968cf_allocate_memory() 740 DBG(1, "Couldn't allocate memory for the video frame buffers") in w9968cf_allocate_memory() 746 DBG(2, "Couldn't allocate memory for %u video frame buffers. " in w9968cf_allocate_memory() 762 DBG(5, "Memory successfully allocated") in w9968cf_allocate_memory() 792 DBG(4, "Got interrupt, but not streaming") in w9968cf_urb_complete() 808 DBG(6, "Switched from temp. frame to frame #%d", in w9968cf_urb_complete() 819 DBG(4, "URB failed, error in data packet " in w9968cf_urb_complete() [all …]
|
D | cpia_pp.c | 180 DBG("%s: No more nibble data (%d bytes)\n", in cpia_read_nibble() 195 DBG("%s: Nibble timeout at event 9 (%d bytes)\n", in cpia_read_nibble() 217 DBG("%s: Nibble timeout at event 11\n", in cpia_read_nibble() 284 DBG("%s: Nibble timeout at event 9 (%d bytes)\n", in cpia_read_nibble_stream() 301 DBG("%s: Nibble timeout at event 11\n", in cpia_read_nibble_stream() 360 DBG("Unable to negotiate IEEE1284 ECP Download mode\n"); in ForwardSetup() 396 DBG("Unable to negotiate upload extensibility mode\n"); in ReverseSetup() 398 DBG("Unable to negotiate upload mode\n"); in ReverseSetup() 419 DBG("Write failed in setup\n"); in WritePacket() 424 DBG("Write failed, wrote %d/%d\n", size_written, size); in WritePacket() [all …]
|
/drivers/net/ |
D | smc911x.c | 110 #define DBG(n, args...) \ macro 118 #define DBG(n, args...) do { } while (0) macro 180 DBG(SMC_DEBUG_FUNC, "%s: --> %s\n", dev->name, __func__); in smc911x_reset() 274 DBG(SMC_DEBUG_FUNC, "%s: --> %s\n", dev->name, __func__); in smc911x_enable() 300 DBG(SMC_DEBUG_RX, "%s: Receiver already enabled\n", dev->name); in smc911x_enable() 331 DBG(SMC_DEBUG_FUNC, "%s: --> %s\n", CARDNAME, __func__); in smc911x_shutdown() 350 DBG(SMC_DEBUG_FUNC | SMC_DEBUG_RX, "%s: --> %s\n", CARDNAME, __func__); in smc911x_drop_pkt() 383 DBG(SMC_DEBUG_FUNC | SMC_DEBUG_RX, "%s: --> %s\n", in smc911x_rcv() 386 DBG(SMC_DEBUG_RX, "%s: Rx pkt len %d status 0x%08x \n", in smc911x_rcv() 426 DBG(SMC_DEBUG_RX, "%s: Setting RX stat FIFO threshold to %d\n", in smc911x_rcv() [all …]
|
D | smc91x.c | 151 #define DBG(n, args...) \ macro 159 #define DBG(n, args...) do { } while(0) macro 246 DBG(2, "%s: %s\n", dev->name, __func__); in smc_reset() 339 DBG(2, "%s: %s\n", dev->name, __func__); in smc_enable() 373 DBG(2, "%s: %s\n", CARDNAME, __func__); in smc_shutdown() 406 DBG(3, "%s: %s\n", dev->name, __func__); in smc_rcv() 420 DBG(2, "%s: RX PNR 0x%x STATUS 0x%04x LENGTH 0x%04x (%d)\n", in smc_rcv() 552 DBG(3, "%s: %s\n", dev->name, __func__); in smc_hardware_send_pkt() 582 DBG(2, "%s: TX PNR 0x%x LENGTH 0x%04x (%d) BUF 0x%p\n", in smc_hardware_send_pkt() 637 DBG(3, "%s: %s\n", dev->name, __func__); in smc_hard_start_xmit() [all …]
|
/drivers/macintosh/ |
D | therm_pm72.c | 142 #define DBG(args...) printk(args) macro 144 #define DBG(args...) do { } while(0) macro 377 DBG("ADC config reg: %02x\n", state->adc_config); in initialize_adc() 416 DBG("Error reading ADC, retrying...\n"); in read_smon_adc() 441 DBG("Error reading LM87, retrying...\n"); in read_lm87_reg() 642 DBG("FCU Tickle, slots fan is: %d\n", pwm); in tickle_fcu() 816 DBG(" cpu %d, fan reading error !\n", state->index); in do_read_one_cpu_values() 819 DBG(" cpu %d, exhaust RPM: %d\n", state->index, state->rpm); in do_read_one_cpu_values() 829 DBG(" cpu %d, temp reading error !\n", state->index); in do_read_one_cpu_values() 833 DBG(" cpu %d, temp raw: %04x, m_diode: %04x, b_diode: %04x\n", in do_read_one_cpu_values() [all …]
|
D | windfarm_pm91.c | 56 #define DBG(args...) printk(args) macro 58 #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() 320 DBG("wf: Drive Fan control initialized.\n"); in wf_smu_create_drive_fans() 321 DBG(" itarged=%d.%03d, min=%d RPM, max=%d RPM\n", in wf_smu_create_drive_fans() 350 DBG("wf_smu: Drive Fans tick ! HD temp: %d.%03d\n", in wf_smu_drive_fans_tick() 358 DBG("wf_smu: new_setpoint: %d\n", (int)new_setpoint); in wf_smu_drive_fans_tick() [all …]
|
D | windfarm_pm81.c | 122 #define DBG(args...) printk(args) macro 124 #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_core.c | 47 #define DBG(args...) printk(args) macro 49 #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() 221 DBG("wf: Registered control %s\n", new_ct->name); in wf_register_control() 236 DBG("wf: Unregistered control %s\n", ct->name); in wf_unregister_control() 287 DBG("wf: Deleting sensor %s\n", sr->name); in wf_sensor_release() 333 DBG("wf: Registered sensor %s\n", new_sr->name); in wf_register_sensor() 348 DBG("wf: Unregistered sensor %s\n", sr->name); in wf_unregister_sensor() [all …]
|
/drivers/media/video/et61x251/ |
D | et61x251_core.c | 222 DBG(3, "Failed to write a register (value 0x%02X, index " in et61x251_write_reg() 240 DBG(3, "Failed to read a register (index 0x%02X, error %d)", in et61x251_read_reg() 311 DBG(3, "I2C raw write failed for %s image sensor", in et61x251_i2c_raw_write() 343 DBG(3, "Stream interrupted"); in et61x251_urb_complete() 378 DBG(3, "Error in isochronous frame"); in et61x251_urb_complete() 398 DBG(3, "SOF detected: new video frame"); in et61x251_urb_complete() 407 DBG(3, "Not expected SOF detected " in et61x251_urb_complete() 416 DBG(3, "Video frame size exceeded"); in et61x251_urb_complete() 441 DBG(3, "Video frame captured: : %lu bytes", in et61x251_urb_complete() 460 DBG(1, "usb_submit_urb() failed"); in et61x251_urb_complete() [all …]
|
/drivers/i2c/busses/ |
D | i2c-ibm_iic.c | 65 #ifdef DBG 66 #undef DBG 74 # define DBG(f,x...) printk(KERN_DEBUG "ibm-iic" f, ##x) macro 76 # define DBG(f,x...) ((void)0) macro 79 # 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 …]
|
/drivers/media/video/zc0301/ |
D | zc0301_core.c | 221 DBG(3, "Failed to write a register (index 0x%04X, " in zc0301_write_reg() 239 DBG(3, "Failed to read a register (index 0x%04X, error %d)", in zc0301_read_reg() 270 DBG(3, "I2C read failed at address 0x%04X, value: 0x%04X", in zc0301_i2c_read() 296 DBG(3, "I2C write failed at address 0x%04X, value: 0x%04X", in zc0301_i2c_write() 323 DBG(3, "Stream interrupted"); in zc0301_urb_complete() 357 DBG(3, "Error in isochronous frame"); in zc0301_urb_complete() 372 DBG(3, "SOF detected: new video frame"); in zc0301_urb_complete() 380 DBG(3, "Video frame size exceeded"); in zc0301_urb_complete() 403 DBG(3, "Video frame captured: : %lu bytes", in zc0301_urb_complete() 420 DBG(1, "usb_submit_urb() failed"); in zc0301_urb_complete() [all …]
|
/drivers/media/video/sn9c102/ |
D | sn9c102_core.c | 264 DBG(3, "Failed to write a register (value 0x%02X, " in sn9c102_write_regs() 290 DBG(3, "Failed to write a register (value 0x%02X, index " in sn9c102_write_reg() 311 DBG(3, "Failed to read a register (index 0x%02X, error %d)", in sn9c102_read_reg() 427 DBG(3, "I2C read failed for %s image sensor", sensor->name); in sn9c102_i2c_try_raw_read() 468 DBG(3, "I2C write failed for %s image sensor", sensor->name); in sn9c102_i2c_try_raw_write() 706 DBG(3, "Stream interrupted by application"); in sn9c102_urb_complete() 741 DBG(3, "Error in isochronous frame"); in sn9c102_urb_complete() 768 DBG(3, "Exceeded limit: +%u " in sn9c102_urb_complete() 806 DBG(3, "Video frame captured: %lu " in sn9c102_urb_complete() 814 DBG(3, "Not expected EOF after %lu " in sn9c102_urb_complete() [all …]
|
/drivers/usb/gadget/ |
D | f_adb.c | 246 DBG(cdev, "create_bulk_endpoints dev: %p\n", dev); in create_bulk_endpoints() 250 DBG(cdev, "usb_ep_autoconfig for ep_in failed\n"); in create_bulk_endpoints() 253 DBG(cdev, "usb_ep_autoconfig for ep_in got %s\n", ep->name); in create_bulk_endpoints() 258 DBG(cdev, "usb_ep_autoconfig for ep_out failed\n"); in create_bulk_endpoints() 261 DBG(cdev, "usb_ep_autoconfig for adb ep_out got %s\n", ep->name); in create_bulk_endpoints() 297 DBG(cdev, "adb_read(%d)\n", count); in adb_read() 304 DBG(cdev, "adb_read: waiting for online state\n"); in adb_read() 315 DBG(cdev, "adb_read dev->error\n"); in adb_read() 332 DBG(cdev, "rx %p queue\n", req); in adb_read() 375 DBG(cdev, "rx %p %d\n", req, req->actual); in adb_read() [all …]
|
D | u_ether.c | 116 #undef DBG 126 #define DBG(dev, fmt, args...) \ macro 129 #define DBG(dev, fmt, args...) \ macro 134 #define VDBG DBG 202 DBG(dev, "kevent %d scheduled\n", flag); in defer_kevent() 246 DBG(dev, "no rx skb\n"); in rx_submit() 266 DBG(dev, "rx submit --> %d\n", retval); in rx_submit() 294 DBG(dev, "rx length %d\n", skb->len); in rx_complete() 317 DBG(dev, "rx %s reset\n", ep->name); in rx_complete() 330 DBG(dev, "rx status %d\n", status); in rx_complete() [all …]
|
/drivers/usb/musb/ |
D | musb_virthub.c | 78 DBG(3, "Root port suspended, power %02x\n", power); in musb_port_suspend() 97 DBG(1, "bogus rh suspend? %s\n", in musb_port_suspend() 105 DBG(3, "Root port resuming, power %02x\n", power); in musb_port_suspend() 120 DBG(2, "HNP: Returning from HNP; no hub reset from b_idle\n"); in musb_port_reset() 159 DBG(4, "root port reset stopped\n"); in musb_port_reset() 167 DBG(4, "high-speed device connected\n"); in musb_port_reset() 199 DBG(1, "host disconnect (%s)\n", otg_state_string(musb)); in musb_root_disconnect() 278 DBG(5, "clear feature %d\n", wValue); in musb_hub_control() 320 DBG(4, "root port resume stopped, power %02x\n", in musb_hub_control() 343 DBG(get_unaligned((u16 *)(buf+2)) ? 2 : 5, "port status %08x\n", in musb_hub_control() [all …]
|
D | musb_gadget.c | 139 DBG(5, "%s done request %p, %d/%d\n", in musb_g_giveback() 143 DBG(2, "%s request %p, %d/%d fault %d\n", in musb_g_giveback() 181 DBG(value ? 1 : 6, "%s: abort DMA --> %d\n", ep->name, value); in nuke() 265 DBG(4, "dma pending...\n"); in txstate() 277 DBG(5, "%s old packet still ready , txcsr %03x\n", in txstate() 283 DBG(5, "%s stalling, txcsr %03x\n", in txstate() 288 DBG(4, "hw_ep%d, maxpacket %d, fifo count %d, txcsr %03x\n", in txstate() 391 DBG(3, "%s TX/IN %s len %d/%d, txcsr %04x, fifo %d/%d\n", in txstate() 416 DBG(4, "<== %s, txcsr %04x\n", musb_ep->end_point.name, csr); in musb_g_tx() 444 DBG(20, "underrun on ep%d, req %p\n", epnum, request); in musb_g_tx() [all …]
|
D | tusb6010.c | 104 DBG(2, "Enabled tusb wbus quirk ctrl %08x ena %08x\n", in tusb_wbus_quirk() 113 DBG(2, "Disabled tusb wbus quirk ctrl %08x ena %08x\n", in tusb_wbus_quirk() 176 DBG(4, "%cX ep%d fifo %p count %d buf %p\n", in musb_write_fifo() 223 DBG(4, "%cX ep%d fifo %p count %d buf %p\n", in musb_read_fifo() 311 DBG(2, "draw max %d mA VBUS\n", mA); in tusb_draw_power() 381 DBG(6, "idle, wake on %02x\n", wakeup_enables); in tusb_allow_idle() 428 DBG(4, "Nothing connected %s, turning off VBUS\n", in musb_do_idle() 488 DBG(4, "%s active, deleting timer\n", otg_state_string(musb)); in musb_platform_try_idle() 498 DBG(4, "Longer idle timer already pending, ignoring\n"); in musb_platform_try_idle() 504 DBG(4, "%s inactive, for idle timer for %lu ms\n", in musb_platform_try_idle() [all …]
|
D | musb_host.c | 121 DBG(3, "Host TX FIFONOTEMPTY csr: %02x\n", csr); in musb_h_tx_flush_fifo() 208 DBG(4, "qh %p urb %p dev%d ep%d%s%s, hw_ep %d, %p/%d\n", in musb_start_urb() 234 DBG(3, "check whether there's still time for periodic Tx\n"); in musb_start_urb() 250 DBG(1, "SOF for %d\n", epnum); in musb_start_urb() 258 DBG(4, "Start TX%d %s\n", epnum, in musb_start_urb() 274 DBG(({ int level; switch (status) { in __musb_giveback() 431 DBG(4, "... next ep%d %cX urb %p\n", in musb_advance_schedule() 477 DBG(3, "RX%d count %d, buffer %p len %d/%d\n", epnum, rx_count, in musb_host_packet_rx() 499 DBG(2, "** OVERFLOW %d into %d\n", rx_count, length); in musb_host_packet_rx() 517 DBG(2, "** OVERFLOW %d into %d\n", rx_count, length); in musb_host_packet_rx() [all …]
|
/drivers/media/video/usbvideo/ |
D | vicam.c | 55 #define DBG(fmt,args...) ADBG((__LINE__),KERN_DEBUG __FILE__"(%ld):%s (%d):"fmt,##args) macro 57 #define DBG(fmn,args...) do {} while(0) macro 248 DBG("VIDIOCGCAP\n"); in vicam_ioctl() 269 DBG("VIDIOCGCHAN\n"); in vicam_ioctl() 297 DBG("VIDIOCSCHAN %d\n", v); in vicam_ioctl() 309 DBG("VIDIOCGPICT\n"); in vicam_ioctl() 328 DBG("VIDIOCSPICT depth = %d, pal = %d\n", vp.depth, in vicam_ioctl() 353 DBG("VIDIOCGWIN\n"); in vicam_ioctl() 373 DBG("VIDIOCSWIN %d x %d\n", vw.width, vw.height); in vicam_ioctl() 387 DBG("VIDIOCGMBUF\n"); in vicam_ioctl() [all …]
|
/drivers/ide/ |
D | pdc202xx_new.c | 38 #define DBG(fmt, args...) printk("%s: " fmt, __func__, ## args) macro 40 #define DBG(fmt, args...) macro 90 DBG("index[%02X] value[%02X]\n", index, value); in get_indexed_reg() 103 DBG("index[%02X] value[%02X]\n", index, value); in set_indexed_reg() 258 DBG("cnt0[%02X] cnt1[%02X] cnt2[%02X] cnt3[%02X]\n", in read_counter() 282 DBG("scr1[%02X]\n", scr1); in detect_pll_input_clock() 294 DBG("scr1[%02X]\n", scr1); in detect_pll_input_clock() 306 DBG("start[%ld] end[%ld]\n", start_count, end_count); in detect_pll_input_clock() 374 DBG("pll_output is %ld Hz\n", pll_output); in init_chipset_pdcnew() 384 DBG("pll_ctl[%02X][%02X]\n", pll_ctl0, pll_ctl1); in init_chipset_pdcnew() [all …]
|
/drivers/media/video/cpia2/ |
D | cpia2_usb.c | 91 DBG("Processing frame #%d, current:%d\n", in process_frame() 101 DBG("Start of frame not found\n"); in process_frame() 147 DBG("Changed buffers, work:%d, current:%d\n", in process_frame() 151 DBG("Not enough data for an image.\n"); in process_frame() 214 DBG("urb->status = %d!\n", urb->status); in cpia2_usb_complete() 216 DBG("Stopping streaming\n"); in cpia2_usb_complete() 240 DBG("workbuff full, searching\n"); in cpia2_usb_complete() 299 DBG("workbuff not reading, status=%d\n", in cpia2_usb_complete() 322 DBG("Ignoring packet, not beginning!\n"); in cpia2_usb_complete() 325 DBG("Start of frame pattern found\n"); in cpia2_usb_complete() [all …]
|
/drivers/char/agp/ |
D | frontend.c | 64 DBG("key=%d -> mem=%p", key, curr); in agp_find_mem_by_key() 75 DBG("mem=%p", temp); in agp_remove_from_pool() 129 DBG("client=%p", client); in agp_remove_seg_from_client() 133 DBG("Freeing %p from client %p", *(client->segments), client); in agp_remove_seg_from_client() 136 DBG("Freeing %p from client %p", client->segments, client); in agp_remove_seg_from_client() 152 DBG("Adding seg %p (%d segments) to client %p", seg, num_segments, client); in agp_add_seg_to_client() 588 DBG("%lx:%lx", offset, offset+size); in agp_mmap() 602 DBG("client vm_ops=%p", kerninfo.vm_ops); in agp_mmap() 618 DBG("controller vm_ops=%p", kerninfo.vm_ops); in agp_mmap() 649 DBG("priv=%p", priv); in agp_release() [all …]
|