Searched refs:TRACE_Q (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/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 251 TRACE_Q("add_tx_queue %p, length %d, tx_first = %p", in add_tx_queue() 299 TRACE_Q("remove_from_tx_queue: tx_first = %p, tx_last = %p", in remove_from_tx_queue() 322 TRACE_Q("add_rx_queue: %p, length = %d, rx_first = %p, count = %d", in add_rx_queue() 336 TRACE_Q("remove_from_rx_queue: rx_first = %p, rx_last = %p, count = %d", in remove_from_rx_queue() 338 TRACE_Q("remove_from_rx_queue: %p, length %u", in remove_from_rx_queue() 372 TRACE_Q("remove_from_rx_queue: rx_first = %p, rx_last = %p, count = %d", in remove_from_rx_queue()
|