Home
last modified time | relevance | path

Searched refs:trace_block (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c391 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/
Dsynclink_gt.c41 #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