Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink_gt.c436 static unsigned int tbuf_bytes(struct slgt_info *info);
749 * based on data in buffers (tbuf_bytes) and FIFO (128 bytes) in update_tx_timer()
752 int timeout = (tbuf_bytes(info) * 7) + 1000; in update_tx_timer()
1264 count = tbuf_bytes(info); in chars_in_buffer()
4758 static unsigned int tbuf_bytes(struct slgt_info *info) in tbuf_bytes() function
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c431 static unsigned int tbuf_bytes(struct slgt_info *info);
740 * based on data in buffers (tbuf_bytes) and FIFO (128 bytes) in update_tx_timer()
743 int timeout = (tbuf_bytes(info) * 7) + 1000; in update_tx_timer()
1255 count = tbuf_bytes(info); in chars_in_buffer()
4719 static unsigned int tbuf_bytes(struct slgt_info *info) in tbuf_bytes() function

Completed in 11 milliseconds