Home
last modified time | relevance | path

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

/drivers/tty/hvc/
Dhvsi.c181 static void compact_inbuf(struct hvsi_struct *hp, uint8_t *read_to) in compact_inbuf() argument
183 int remaining = (int)(hp->inbuf_end - read_to); in compact_inbuf()
187 if (read_to != hp->inbuf) in compact_inbuf()
188 memmove(hp->inbuf, read_to, remaining); in compact_inbuf()