tx_load           471 drivers/tty/synclink_gt.c static bool tx_load(struct slgt_info *info, const char *buf, unsigned int count);
tx_load           834 drivers/tty/synclink_gt.c 		if (!tx_load(info, info->tx_buf, info->tx_count))
tx_load           839 drivers/tty/synclink_gt.c 	if (tx_load(info, buf, count))
tx_load           955 drivers/tty/synclink_gt.c 	if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count))
tx_load          1005 drivers/tty/synclink_gt.c 	if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count))
tx_load          1476 drivers/tty/synclink_gt.c 	tx_load(info, skb->data, skb->len);
tx_load          5046 drivers/tty/synclink_gt.c 	tx_load(info, buf, count);