Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dsynclinkmp.c586 static void tx_load_dma_buffer(SLMP_INFO *info, const char *buf, unsigned int count);
935 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write()
939 tx_load_dma_buffer(info, buf, count); in write()
969 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write()
1168 tx_load_dma_buffer(info, in flush_chars()
1592 tx_load_dma_buffer(info, skb->data, skb->len); in hdlcdev_xmit()
4994 static void tx_load_dma_buffer(SLMP_INFO *info, const char *buf, unsigned int count) in tx_load_dma_buffer() function
5255 tx_load_dma_buffer(info,buf,count); in loopback_test()