Searched refs:flag_buf_ptr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | tty_buffer.c | 318 memcpy(flag_buf_ptr(tb, tb->used), flags, space); in __tty_insert_flip_string_flags() 321 memset(flag_buf_ptr(tb, tb->used), flags[0], space); in __tty_insert_flip_string_flags() 363 memset(flag_buf_ptr(tb, tb->used), TTY_NORMAL, space); in tty_prepare_flip_string() 426 f = flag_buf_ptr(head, head->lookahead); in lookahead_bufs() 443 f = flag_buf_ptr(head, head->read); in receive_buf()
|
/openbmc/linux/include/linux/ |
H A D | tty_buffer.h | 30 static inline u8 *flag_buf_ptr(struct tty_buffer *b, unsigned int ofs) in flag_buf_ptr() function
|
H A D | tty_flip.h | 73 *flag_buf_ptr(tb, tb->used) = flag; in tty_insert_flip_char()
|