Searched refs:TRACE_Q (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | n_r3964.c | 108 #define TRACE_Q(format, args...) printk("r3964: " format "\n" , ## args) macro 110 #define TRACE_Q(fmt, arg...) do {} while (0) macro 246 TRACE_Q("add_tx_queue %p, length %d, tx_first = %p", in add_tx_queue() 294 TRACE_Q("remove_from_tx_queue: tx_first = %p, tx_last = %p", in remove_from_tx_queue() 317 TRACE_Q("add_rx_queue: %p, length = %d, rx_first = %p, count = %d", in add_rx_queue() 331 TRACE_Q("remove_from_rx_queue: rx_first = %p, rx_last = %p, count = %d", in remove_from_rx_queue() 333 TRACE_Q("remove_from_rx_queue: %p, length %u", in remove_from_rx_queue() 367 TRACE_Q("remove_from_rx_queue: rx_first = %p, rx_last = %p, count = %d", in remove_from_rx_queue()
|