Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/
Dsynclink_gt.c435 static bool tx_load(struct slgt_info *info, const u8 *buf, unsigned int count);
770 if (!tx_load(info, info->tx_buf, info->tx_count)) in write()
775 if (tx_load(info, buf, count)) in write()
891 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count)) in flush_chars()
941 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count)) in tx_release()
1412 tx_load(info, skb->data, skb->len); in hdlcdev_xmit()
4770 static bool tx_load(struct slgt_info *info, const u8 *buf, unsigned int size) in tx_load() function
4956 tx_load(info, buf, count); in loopback_test()