Home
last modified time | relevance | path

Searched refs:trace_block (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dsynclink_cs.c391 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit);
3681 trace_block(info, buf->data, framesize, 0); in rx_get_frame()
3800 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit) in trace_block() function
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclinkmp.c617 static void trace_block(SLMP_INFO *info, const char* data, int count, int xmit);
4932 trace_block(info,info->rx_buf_list_ex[StartIndex].virt_addr, in rx_get_frame()
4998 trace_block(info, buf, min_t(unsigned int, count, SCABUFSIZE), 1); in tx_load_dma_buffer()
5418 static void trace_block(SLMP_INFO *info,const char* data, int count, int xmit) in trace_block() function
5448 } /* end of trace_block() */ in trace_block()
H A Dsynclink_gt.c41 #define DBGDATA(info, buf, size, label) if (debug_level >= DEBUG_LEVEL_DATA) trace_block((info), (buf), (size), (label))
496 static void trace_block(struct slgt_info *info, const char *data, int count, const char *label) in trace_block() function
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c41 #define DBGDATA(info, buf, size, label) if (debug_level >= DEBUG_LEVEL_DATA) trace_block((info), (buf), (size), (label))
491 static void trace_block(struct slgt_info *info, const char *data, int count, const char *label) in trace_block() function

Completed in 26 milliseconds