Home
last modified time | relevance | path

Searched refs:DEBUG_INTR (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/isdn/gigaset/
Dser-gigaset.c93 gig_dbg(DEBUG_INTR, "kfree skb (Adr: %lx)!", in write_modem()
192 gig_dbg(DEBUG_INTR, "Dequeued skb (Adr: %lx)", in gigaset_modem_fill()
708 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u, receive %u bytes", in gigaset_tty_receive()
733 gig_dbg(DEBUG_INTR, "setting tail to %u", tail); in gigaset_tty_receive()
737 gig_dbg(DEBUG_INTR, "%s-->BH", __func__); in gigaset_tty_receive()
Dasyncdata.c412 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()
Dusb-gigaset.c331 gig_dbg(DEBUG_INTR, "Dequeued skb (Adr: %lx)!", in gigaset_modem_fill()
367 gig_dbg(DEBUG_INTR, "%s-->BH", __func__); in gigaset_read_int_callback()
371 gig_dbg(DEBUG_INTR, "Received zero block length"); in gigaset_read_int_callback()
645 gig_dbg(DEBUG_INTR, "kfree skb (Adr: %lx)!", in write_modem()
Disocdata.c949 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()
Dcommon.c571 gig_dbg(DEBUG_INTR, "received %u bytes", numbytes); in gigaset_fill_inbuf()
579 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u", head, tail); in gigaset_fill_inbuf()
601 gig_dbg(DEBUG_INTR, "setting tail to %u", tail); in gigaset_fill_inbuf()
Dgigaset.h67 DEBUG_INTR = 0x00008, /* interrupt processing */ enumerator
Dev-layer.c1908 gig_dbg(DEBUG_INTR, "processing new data"); in gigaset_handle_event()
Dbas-gigaset.c503 gig_dbg(DEBUG_INTR, "%s-->BH", __func__); in read_ctrl_callback()
/linux-4.1.27/drivers/tty/serial/
Dm32r_sio.c63 #define DEBUG_INTR(fmt...) printk(fmt)
65 #define DEBUG_INTR(fmt...) do { } while (0) macro
355 DEBUG_INTR("handling break...."); in receive_chars()
416 DEBUG_INTR("THRE..."); in transmit_chars()
428 DEBUG_INTR("status = %x...", status); in m32r_sio_handle_port()
456 DEBUG_INTR("m32r_sio_interrupt(%d)...", irq); in m32r_sio_interrupt()
496 DEBUG_INTR("end.\n"); in m32r_sio_interrupt()
/linux-4.1.27/sound/oss/
Dwaveartist.c30 #define DEBUG_INTR 8 macro
611 if (debug_flg & DEBUG_INTR) { in waveartist_prepare_for_input()
662 if (debug_flg & DEBUG_INTR) { in waveartist_prepare_for_output()
858 if (debug_flg & DEBUG_INTR) in waveartist_intr()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c78 #define DEBUG_INTR(fmt...) printk(fmt)
80 #define DEBUG_INTR(fmt...) do { } while (0) macro
1526 DEBUG_INTR("handling break...."); in serial8250_rx_chars()
1586 DEBUG_INTR("THRE..."); in serial8250_tx_chars()
1641 DEBUG_INTR("status = %x...", status); in serial8250_handle_irq()
1720 DEBUG_INTR("serial8250_interrupt(%d)...", irq); in serial8250_interrupt()
1750 DEBUG_INTR("end.\n"); in serial8250_interrupt()