Searched refs:trace_block (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/char/pcmcia/ |
D | synclink_cs.c | 391 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit); 3674 trace_block(info, buf->data, framesize, 0); in rx_get_frame() 3793 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit) in trace_block() function
|
/linux-6.1.9/drivers/tty/ |
D | synclink_gt.c | 41 #define DBGDATA(info, buf, size, label) if (debug_level >= DEBUG_LEVEL_DATA) trace_block((info), (b… 493 static void trace_block(struct slgt_info *info, const char *data, int count, const char *label) in trace_block() function
|