Home
last modified time | relevance | path

Searched refs:tty_wr (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/caif/
Dcaif_serial.c219 int tty_wr, len, room; in handle_tx() local
243 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()