Searched refs:tty_buffer (Results 1 – 6 of 6) sorted by relevance
10 struct tty_buffer { struct12 struct tty_buffer *next; argument25 static inline unsigned char *char_buf_ptr(struct tty_buffer *b, int ofs) in char_buf_ptr() argument30 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 */
25 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_char()
123 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 …]
3 tty_buffer.o tty_port.o tty_mutex.o \
17 .. kernel-doc:: drivers/tty/tty_buffer.c27 .. kernel-doc:: drivers/tty/tty_buffer.c37 .. kernel-doc:: drivers/tty/tty_buffer.c45 .. kernel-doc:: drivers/tty/tty_buffer.c
38 tty_buffer
Completed in 14 milliseconds