Searched defs:tty_buffer (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dtty.h33 struct tty_buffer { struct
35 struct tty_buffer *next;
47 /* Values for .flags field of tty_buffer */
50 static inline unsigned char *char_buf_ptr(struct tty_buffer *b, int ofs)
55 static inline char *flag_buf_ptr(struct tty_buffer *b, int ofs)
61 struct tty_buffer *head; /* Queue head */
65 struct tty_buffer sentinel;
69 struct tty_buffer *tail; /* Active buffer */

Completed in 26 milliseconds