Searched refs:tty_wr (Results 1 – 1 of 1) sorted by relevance
213 int tty_wr, len, room; in handle_tx() local237 tty_wr = tty->ops->write(tty, skb->data, len); in handle_tx()240 tty_wr = len; in handle_tx()244 ser->dev->stats.tx_bytes += tty_wr; in handle_tx()247 if (tty_wr < 0) in handle_tx()250 skb_pull(skb, tty_wr); in handle_tx()266 return tty_wr; in handle_tx()