Searched refs:tx_load (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink_gt.c | 439 static bool tx_load(struct slgt_info *info, const char *buf, unsigned int count); 779 if (!tx_load(info, info->tx_buf, info->tx_count)) in write() 784 if (tx_load(info, buf, count)) in write() 900 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count)) in flush_chars() 950 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count)) in tx_release() 1420 tx_load(info, skb->data, skb->len); in hdlcdev_xmit() 4808 static bool tx_load(struct slgt_info *info, const char *buf, unsigned int size) in tx_load() function 4994 tx_load(info, buf, count); in loopback_test()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | synclink_gt.c | 434 static bool tx_load(struct slgt_info *info, const u8 *buf, unsigned int count); 769 if (!tx_load(info, info->tx_buf, info->tx_count)) in write() 774 if (tx_load(info, buf, count)) in write() 890 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count)) in flush_chars() 940 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count)) in tx_release() 1411 tx_load(info, skb->data, skb->len); in hdlcdev_xmit() 4769 static bool tx_load(struct slgt_info *info, const u8 *buf, unsigned int size) in tx_load() function 4955 tx_load(info, buf, count); in loopback_test()
|
Completed in 12 milliseconds