Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtty_buffer.h10 struct tty_buffer { struct
12 struct tty_buffer *next; argument
25 static inline unsigned char *char_buf_ptr(struct tty_buffer *b, int ofs) in char_buf_ptr() argument
30 static inline char *flag_buf_ptr(struct tty_buffer *b, int ofs) in flag_buf_ptr()
36 struct tty_buffer *head; /* Queue head */
40 struct tty_buffer sentinel;
44 struct tty_buffer *tail; /* Active buffer */
A Dtty_flip.h25 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_char()
/linux-6.3-rc2/drivers/tty/
A Dtty_buffer.c123 struct tty_buffer *p, *next; in tty_buffer_free_all()
162 struct tty_buffer *p; in tty_buffer_alloc()
226 struct tty_buffer *next; in tty_buffer_flush()
266 struct tty_buffer *b, *n; in __tty_buffer_request_room()
328 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_string_fixed_flag()
366 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_string_flags()
395 struct tty_buffer *tb; in __tty_insert_flip_char()
430 struct tty_buffer *tb = port->buf.tail; in tty_prepare_flip_string()
472 struct tty_buffer *next; in lookahead_bufs()
540 struct tty_buffer *head = buf->head; in flush_to_ldisc()
[all …]
A DMakefile3 tty_buffer.o tty_port.o tty_mutex.o \
/linux-6.3-rc2/Documentation/driver-api/tty/
A Dtty_buffer.rst17 .. kernel-doc:: drivers/tty/tty_buffer.c
27 .. kernel-doc:: drivers/tty/tty_buffer.c
37 .. kernel-doc:: drivers/tty/tty_buffer.c
45 .. kernel-doc:: drivers/tty/tty_buffer.c
A Dindex.rst38 tty_buffer

Completed in 14 milliseconds