Searched refs:scratch_headermarker_read_ptr (Results 1 – 2 of 2) sorted by relevance
314 PDEBUG(DBG_SCRATCH, "from read_ptr=%d", usbvision->scratch_headermarker_read_ptr); in scratch_get_header()317 usbvision->scratch_headermarker_read_ptr != 0) { in scratch_get_header()319 usbvision->scratch_headermarker[usbvision->scratch_headermarker_read_ptr]; in scratch_get_header()320 usbvision->scratch_headermarker_read_ptr += 1; in scratch_get_header()321 usbvision->scratch_headermarker_read_ptr %= USBVISION_NUM_HEADERMARKER; in scratch_get_header()353 usbvision->scratch_headermarker_read_ptr = 0; in scratch_reset()
420 int scratch_headermarker_read_ptr; member