Searched refs:DEBUG_INTR (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/staging/isdn/gigaset/ |
D | ser-gigaset.c | 89 gig_dbg(DEBUG_INTR, "kfree skb (Adr: %lx)!", in write_modem() 187 gig_dbg(DEBUG_INTR, "Dequeued skb (Adr: %lx)", in gigaset_modem_fill() 675 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u, receive %u bytes", in gigaset_tty_receive() 700 gig_dbg(DEBUG_INTR, "setting tail to %u", tail); in gigaset_tty_receive() 704 gig_dbg(DEBUG_INTR, "%s-->BH", __func__); in gigaset_tty_receive()
|
D | asyncdata.c | 409 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u", inbuf->head, inbuf->tail); in gigaset_m10x_input() 418 gig_dbg(DEBUG_INTR, "processing %u bytes", numbytes); in gigaset_m10x_input() 438 gig_dbg(DEBUG_INTR, "head set to %u", inbuf->head); in gigaset_m10x_input()
|
D | usb-gigaset.c | 328 gig_dbg(DEBUG_INTR, "Dequeued skb (Adr: %lx)!", in gigaset_modem_fill() 364 gig_dbg(DEBUG_INTR, "%s-->BH", __func__); in gigaset_read_int_callback() 368 gig_dbg(DEBUG_INTR, "Received zero block length"); in gigaset_read_int_callback() 642 gig_dbg(DEBUG_INTR, "kfree skb (Adr: %lx)!", in write_modem()
|
D | isocdata.c | 946 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u", head, tail); in gigaset_isoc_input() 951 gig_dbg(DEBUG_INTR, "processing %u bytes", numbytes); in gigaset_isoc_input() 964 gig_dbg(DEBUG_INTR, "setting head to %u", head); in gigaset_isoc_input()
|
D | common.c | 568 gig_dbg(DEBUG_INTR, "received %u bytes", numbytes); in gigaset_fill_inbuf() 576 gig_dbg(DEBUG_INTR, "buffer state: %u -> %u", head, tail); in gigaset_fill_inbuf() 598 gig_dbg(DEBUG_INTR, "setting tail to %u", tail); in gigaset_fill_inbuf()
|
D | gigaset.h | 64 DEBUG_INTR = 0x00008, /* interrupt processing */ enumerator
|
D | ev-layer.c | 1905 gig_dbg(DEBUG_INTR, "processing new data"); in gigaset_handle_event()
|
D | bas-gigaset.c | 501 gig_dbg(DEBUG_INTR, "%s-->BH", __func__); in read_ctrl_callback()
|
/Linux-v5.4/samples/vfio-mdev/ |
D | mtty.c | 325 #if defined(DEBUG_INTR) in handle_bar_write() 332 #if defined(DEBUG_INTR) in handle_bar_write() 358 #if defined(DEBUG_INTR) in handle_bar_write() 430 #if defined(DEBUG_INTR) in handle_bar_write() 438 #if defined(DEBUG_INTR) in handle_bar_write() 487 #if defined(DEBUG_INTR) in handle_bar_read() 1034 #if defined(DEBUG_INTR) in mtty_trigger_interrupt()
|