Searched refs:flag_buf_ptr (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | tty_buffer.c | 312 memset(flag_buf_ptr(tb, tb->used), flag, space); in tty_insert_flip_string_fixed_flag() 346 memcpy(flag_buf_ptr(tb, tb->used), flags, space); in tty_insert_flip_string_flags() 397 memset(flag_buf_ptr(tb, tb->used), TTY_NORMAL, space); in tty_prepare_flip_string() 413 f = flag_buf_ptr(head, head->read); in receive_buf()
|
/linux-4.1.27/include/linux/ |
D | tty_flip.h | 25 *flag_buf_ptr(tb, tb->used) = flag; in tty_insert_flip_char()
|
D | tty.h | 78 static inline char *flag_buf_ptr(struct tty_buffer *b, int ofs) in flag_buf_ptr() function
|