Searched refs:tbuf_bytes (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/
H A Dsynclink_gt.c469 static unsigned int tbuf_bytes(struct slgt_info *info);
819 * based on data in buffers (tbuf_bytes) and FIFO (128 bytes) update_tx_timer()
822 int timeout = (tbuf_bytes(info) * 7) + 1000; update_tx_timer()
1356 count = tbuf_bytes(info); chars_in_buffer()
4851 static unsigned int tbuf_bytes(struct slgt_info *info) tbuf_bytes() function

Completed in 84 milliseconds