Searched refs:enc_wr_idx (Results 1 – 2 of 2) sorted by relevance
173 fh->rd_idx = solo_enc->solo_dev->enc_wr_idx; in solo_enc_on()688 while (idx != solo_dev->enc_wr_idx) { in solo_enc_fillbuf()755 if (fh->rd_idx == solo_dev->enc_wr_idx) in solo_enc_thread_try()882 enc_buf = &solo_dev->enc_buf[solo_dev->enc_wr_idx]; in solo_enc_v4l2_isr()894 solo_dev->enc_wr_idx = (solo_dev->enc_wr_idx + 1) % in solo_enc_v4l2_isr()
223 u16 enc_wr_idx; member