Searched refs:tty_wr (Results 1 – 1 of 1) sorted by relevance
219 int tty_wr, len, room; in handle_tx() local243 tty_wr = tty->ops->write(tty, skb->data, len); in handle_tx()246 tty_wr = len; in handle_tx()250 ser->dev->stats.tx_bytes += tty_wr; in handle_tx()253 if (tty_wr < 0) in handle_tx()256 skb_pull(skb, tty_wr); in handle_tx()275 return tty_wr; in handle_tx()