Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/caif/
H A Dcaif_serial.c212 int tty_wr, len, room; in handle_tx() local
236 tty_wr = tty->ops->write(tty, skb->data, len); in handle_tx()
239 tty_wr = len; in handle_tx()
243 ser->dev->stats.tx_bytes += tty_wr; in handle_tx()
246 if (tty_wr < 0) in handle_tx()
249 skb_pull(skb, tty_wr); in handle_tx()
265 return tty_wr; in handle_tx()