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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvsi.c243 static void compact_inbuf(struct hvsi_struct *hp, uint8_t *read_to) argument
245 int remaining = (int)(hp->inbuf_end - read_to);
249 if (read_to != hp->inbuf)
250 memmove(hp->inbuf, read_to, remaining);

Completed in 54 milliseconds