Searched refs:tty_buffer (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_buffer.c | 39 #define TTY_BUFFER_PAGE (((PAGE_SIZE - sizeof(struct tty_buffer)) / 2) & ~0xFF) 98 static void tty_buffer_reset(struct tty_buffer *p, size_t size) in tty_buffer_reset() 119 struct tty_buffer *p, *next; in tty_buffer_free_all() 155 static struct tty_buffer *tty_buffer_alloc(struct tty_port *port, size_t size) in tty_buffer_alloc() 158 struct tty_buffer *p; in tty_buffer_alloc() 166 p = llist_entry(free, struct tty_buffer, free); in tty_buffer_alloc() 175 p = kmalloc(sizeof(struct tty_buffer) + 2 * size, in tty_buffer_alloc() 195 static void tty_buffer_free(struct tty_port *port, struct tty_buffer *b) in tty_buffer_free() 224 struct tty_buffer *next; in tty_buffer_flush() 262 struct tty_buffer *b, *n; in __tty_buffer_request_room() [all …]
|
| H A D | Makefile | 3 tty_buffer.o tty_port.o tty_mutex.o \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty.h | 59 struct tty_buffer { struct 61 struct tty_buffer *next; argument 76 static inline unsigned char *char_buf_ptr(struct tty_buffer *b, int ofs) in char_buf_ptr() 81 static inline char *flag_buf_ptr(struct tty_buffer *b, int ofs) in flag_buf_ptr() 87 struct tty_buffer *head; /* Queue head */ 91 struct tty_buffer sentinel; 95 struct tty_buffer *tail; /* Active buffer */
|
| H A D | tty_flip.h | 20 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_char()
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |