Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtty_buffer.h25 static inline unsigned char *char_buf_ptr(struct tty_buffer *b, int ofs) in char_buf_ptr() function
32 return (char *)char_buf_ptr(b, ofs) + b->size; in flag_buf_ptr()
A Dtty_flip.h32 *char_buf_ptr(tb, tb->used++) = ch; in tty_insert_flip_char()
/linux-6.3-rc2/drivers/tty/
A Dtty_buffer.c332 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_fixed_flag()
370 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_flags()
404 *char_buf_ptr(tb, tb->used++) = ch; in __tty_insert_flip_char()
432 *chars = char_buf_ptr(tb, tb->used); in tty_prepare_flip_string()
494 p = char_buf_ptr(head, head->lookahead); in lookahead_bufs()
508 unsigned char *p = char_buf_ptr(head, head->read); in receive_buf()

Completed in 4 milliseconds