Searched refs:tty_wr (Results 1 – 1 of 1) sorted by relevance
198 int tty_wr, len, room; in handle_tx() local222 tty_wr = tty->ops->write(tty, skb->data, len); in handle_tx()225 tty_wr = len; in handle_tx()229 ser->dev->stats.tx_bytes += tty_wr; in handle_tx()232 if (tty_wr < 0) in handle_tx()235 skb_pull(skb, tty_wr); in handle_tx()251 return tty_wr; in handle_tx()
Completed in 5 milliseconds