Searched refs:TRACE_Q (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/ |
D | n_r3964.c | 106 #define TRACE_Q(format, args...) printk("r3964: " format "\n" , ## args) macro 108 #define TRACE_Q(fmt, arg...) do {} while (0) macro 244 TRACE_Q("add_tx_queue %p, length %d, tx_first = %p", in add_tx_queue() 292 TRACE_Q("remove_from_tx_queue: tx_first = %p, tx_last = %p", in remove_from_tx_queue() 315 TRACE_Q("add_rx_queue: %p, length = %d, rx_first = %p, count = %d", in add_rx_queue() 329 TRACE_Q("remove_from_rx_queue: rx_first = %p, rx_last = %p, count = %d", in remove_from_rx_queue() 331 TRACE_Q("remove_from_rx_queue: %p, length %u", in remove_from_rx_queue() 365 TRACE_Q("remove_from_rx_queue: rx_first = %p, rx_last = %p, count = %d", in remove_from_rx_queue()
|