Searched refs:char_buf_ptr (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
A D | tty_buffer.h | 27 static inline unsigned char *char_buf_ptr(struct tty_buffer *b, int ofs) in char_buf_ptr() function 34 return (char *)char_buf_ptr(b, ofs) + b->size; in flag_buf_ptr()
|
A D | tty_flip.h | 33 *char_buf_ptr(tb, tb->used++) = ch; in tty_insert_flip_char()
|
/linux/drivers/tty/ |
A D | tty_buffer.c | 326 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_fixed_flag() 364 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_flags() 398 *char_buf_ptr(tb, tb->used++) = ch; in __tty_insert_flip_char() 446 *chars = char_buf_ptr(tb, tb->used); in tty_prepare_flip_string() 484 unsigned char *p = char_buf_ptr(head, head->read); in receive_buf()
|
Completed in 6 milliseconds