Searched refs:scratch_headermarker_read_ptr (Results 1 – 2 of 2) sorted by relevance
304 PDEBUG(DBG_SCRATCH, "from read_ptr=%d", usbvision->scratch_headermarker_read_ptr); in scratch_get_header()307 usbvision->scratch_headermarker_read_ptr != 0) { in scratch_get_header()309 usbvision->scratch_headermarker[usbvision->scratch_headermarker_read_ptr]; in scratch_get_header()310 usbvision->scratch_headermarker_read_ptr += 1; in scratch_get_header()311 usbvision->scratch_headermarker_read_ptr %= USBVISION_NUM_HEADERMARKER; in scratch_get_header()343 usbvision->scratch_headermarker_read_ptr = 0; in scratch_reset()
409 int scratch_headermarker_read_ptr; member