Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dpwc-if.c592 unsigned char *fillptr = 0, *iso_buf = 0; in pwc_isoc_handler() local
642 fillptr = fbuf->data + fbuf->filled; in pwc_isoc_handler()
674 memmove(fillptr, iso_buf, flen); in pwc_isoc_handler()
675 fillptr += flen; in pwc_isoc_handler()
761 fillptr = fbuf->data; in pwc_isoc_handler()