Searched refs:DEBUG_INTR (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/drivers/isdn/gigaset/ |
D | ser-gigaset.c | 93 gig_dbg(DEBUG_INTR, "kfree skb (Adr: %lx)!", in write_modem() 192 gig_dbg(DEBUG_INTR, "Dequeued skb (Adr: %lx)", in gigaset_modem_fill() 696 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u, receive %u bytes", in gigaset_tty_receive() 721 gig_dbg(DEBUG_INTR, "setting tail to %u", tail); in gigaset_tty_receive() 725 gig_dbg(DEBUG_INTR, "%s-->BH", __func__); in gigaset_tty_receive()
|
D | asyncdata.c | 412 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u", inbuf->head, inbuf->tail); in gigaset_m10x_input() 421 gig_dbg(DEBUG_INTR, "processing %u bytes", numbytes); in gigaset_m10x_input() 441 gig_dbg(DEBUG_INTR, "head set to %u", inbuf->head); in gigaset_m10x_input()
|
D | usb-gigaset.c | 331 gig_dbg(DEBUG_INTR, in gigaset_modem_fill() 373 gig_dbg(DEBUG_INTR, "%s-->BH", __func__); in gigaset_read_int_callback() 377 gig_dbg(DEBUG_INTR, "Received zero block length"); in gigaset_read_int_callback() 650 gig_dbg(DEBUG_INTR, "kfree skb (Adr: %lx)!", in write_modem()
|
D | isocdata.c | 949 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u", head, tail); in gigaset_isoc_input() 954 gig_dbg(DEBUG_INTR, "processing %u bytes", numbytes); in gigaset_isoc_input() 967 gig_dbg(DEBUG_INTR, "setting head to %u", head); in gigaset_isoc_input()
|
D | common.c | 580 gig_dbg(DEBUG_INTR, "received %u bytes", numbytes); in gigaset_fill_inbuf() 588 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u", head, tail); in gigaset_fill_inbuf() 610 gig_dbg(DEBUG_INTR, "setting tail to %u", tail); in gigaset_fill_inbuf()
|
D | gigaset.h | 67 DEBUG_INTR = 0x00008, /* interrupt processing */ enumerator
|
D | ev-layer.c | 1841 gig_dbg(DEBUG_INTR, "processing new data"); in gigaset_handle_event()
|
D | bas-gigaset.c | 502 gig_dbg(DEBUG_INTR, "%s-->BH", __func__); in read_ctrl_callback()
|
/linux-3.4.99/drivers/tty/serial/ |
D | m32r_sio.c | 65 #define DEBUG_INTR(fmt...) printk(fmt) 67 #define DEBUG_INTR(fmt...) do { } while (0) macro 366 DEBUG_INTR("handling break...."); in receive_chars() 424 DEBUG_INTR("THRE..."); in transmit_chars() 436 DEBUG_INTR("status = %x...", status); in m32r_sio_handle_port() 464 DEBUG_INTR("m32r_sio_interrupt(%d)...", irq); in m32r_sio_interrupt() 504 DEBUG_INTR("end.\n"); in m32r_sio_interrupt()
|
/linux-3.4.99/sound/oss/ |
D | waveartist.c | 30 #define DEBUG_INTR 8 macro 602 if (debug_flg & DEBUG_INTR) { in waveartist_prepare_for_input() 651 if (debug_flg & DEBUG_INTR) { in waveartist_prepare_for_output() 839 if (debug_flg & DEBUG_INTR) in waveartist_intr()
|
/linux-3.4.99/drivers/tty/serial/8250/ |
D | 8250.c | 78 #define DEBUG_INTR(fmt...) printk(fmt) 80 #define DEBUG_INTR(fmt...) do { } while (0) macro 1450 DEBUG_INTR("handling break...."); in serial8250_rx_chars() 1510 DEBUG_INTR("THRE..."); in serial8250_tx_chars() 1559 DEBUG_INTR("status = %x...", status); in serial8250_handle_irq() 1599 DEBUG_INTR("serial8250_interrupt(%d)...", irq); in serial8250_interrupt() 1629 DEBUG_INTR("end.\n"); in serial8250_interrupt()
|