Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dsynclinkmp.c586 static void tx_load_dma_buffer(SLMP_INFO *info, const char *buf, unsigned int count);
949 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write()
953 tx_load_dma_buffer(info, buf, count); in write()
983 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write()
1182 tx_load_dma_buffer(info, in flush_chars()
1619 tx_load_dma_buffer(info, skb->data, skb->len); in hdlcdev_xmit()
5014 static void tx_load_dma_buffer(SLMP_INFO *info, const char *buf, unsigned int count) in tx_load_dma_buffer() function
5275 tx_load_dma_buffer(info,buf,count); in loopback_test()