Searched refs:tx_load_dma_buffer (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | synclinkmp.c | 586 static void tx_load_dma_buffer(SLMP_INFO *info, const char *buf, unsigned int count); 940 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write() 944 tx_load_dma_buffer(info, buf, count); in write() 974 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write() 1173 tx_load_dma_buffer(info, in flush_chars() 1610 tx_load_dma_buffer(info, skb->data, skb->len); in hdlcdev_xmit() 5008 static void tx_load_dma_buffer(SLMP_INFO *info, const char *buf, unsigned int count) in tx_load_dma_buffer() function 5269 tx_load_dma_buffer(info,buf,count); in loopback_test()
|