Searched refs:scratch_headermarker_read_ptr (Results 1 – 2 of 2) sorted by relevance
323 PDEBUG(DBG_SCRATCH, "from read_ptr=%d", usbvision->scratch_headermarker_read_ptr); in scratch_get_header()326 usbvision->scratch_headermarker_read_ptr != 0) { in scratch_get_header()328 usbvision->scratch_headermarker[usbvision->scratch_headermarker_read_ptr]; in scratch_get_header()329 usbvision->scratch_headermarker_read_ptr += 1; in scratch_get_header()330 usbvision->scratch_headermarker_read_ptr %= USBVISION_NUM_HEADERMARKER; in scratch_get_header()362 usbvision->scratch_headermarker_read_ptr = 0; in scratch_reset()
432 int scratch_headermarker_read_ptr; member