read_to           168 drivers/tty/hvc/hvsi.c static void compact_inbuf(struct hvsi_struct *hp, uint8_t *read_to)
read_to           170 drivers/tty/hvc/hvsi.c 	int remaining = (int)(hp->inbuf_end - read_to);
read_to           174 drivers/tty/hvc/hvsi.c 	if (read_to != hp->inbuf)
read_to           175 drivers/tty/hvc/hvsi.c 		memmove(hp->inbuf, read_to, remaining);