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

/linux-master/drivers/tty/hvc/
H A Dhvsi.c168 static void compact_inbuf(struct hvsi_struct *hp, uint8_t *read_to) argument
170 int remaining = (int)(hp->inbuf_end - read_to);
174 if (read_to != hp->inbuf)
175 memmove(hp->inbuf, read_to, remaining);

Completed in 209 milliseconds