Searched refs:tty_wr (Results 1 – 1 of 1) sorted by relevance
221 int tty_wr, len, room; in handle_tx() local245 tty_wr = tty->ops->write(tty, skb->data, len); in handle_tx()248 tty_wr = len; in handle_tx()252 ser->dev->stats.tx_bytes += tty_wr; in handle_tx()255 if (tty_wr < 0) in handle_tx()258 skb_pull(skb, tty_wr); in handle_tx()277 return tty_wr; in handle_tx()