Home
last modified time | relevance | path

Searched refs:flag_buf_ptr (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/tty/
Dtty_buffer.c319 memset(flag_buf_ptr(tb, tb->used), flag, space); in tty_insert_flip_string_fixed_flag()
353 memcpy(flag_buf_ptr(tb, tb->used), flags, space); in tty_insert_flip_string_flags()
384 *flag_buf_ptr(tb, tb->used) = flag; in __tty_insert_flip_char()
433 memset(flag_buf_ptr(tb, tb->used), TTY_NORMAL, space); in tty_prepare_flip_string()
473 f = flag_buf_ptr(head, head->read); in receive_buf()
/Linux-v4.19/include/linux/
Dtty_flip.h27 *flag_buf_ptr(tb, tb->used) = flag; in tty_insert_flip_char()
Dtty.h80 static inline char *flag_buf_ptr(struct tty_buffer *b, int ofs) in flag_buf_ptr() function