Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_buffer.c325 memset(flag_buf_ptr(tb, tb->used), flag, space); in tty_insert_flip_string_fixed_flag()
359 memcpy(flag_buf_ptr(tb, tb->used), flags, space); in tty_insert_flip_string_flags()
390 *flag_buf_ptr(tb, tb->used) = flag; in __tty_insert_flip_char()
418 memset(flag_buf_ptr(tb, tb->used), TTY_NORMAL, space); in tty_prepare_flip_string()
459 f = flag_buf_ptr(head, head->read); in receive_buf()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty_flip.h26 *flag_buf_ptr(tb, tb->used) = flag; in tty_insert_flip_char()
H A Dtty.h81 static inline char *flag_buf_ptr(struct tty_buffer *b, int ofs) in flag_buf_ptr() function