Searched refs:ready_buf (Results 1 – 2 of 2) sorted by relevance
375 struct stfcamss_buffer *ready_buf; in stf_buf_done() local385 while ((ready_buf = stf_buf_get_ready(output))) { in stf_buf_done()386 ready_buf->vb.vb2_buf.timestamp = ts; in stf_buf_done()387 ready_buf->vb.sequence = output->sequence++; in stf_buf_done()389 vb2_buffer_done(&ready_buf->vb.vb2_buf, VB2_BUF_STATE_DONE); in stf_buf_done()400 struct stfcamss_buffer *ready_buf; in stf_change_buffer() local415 ready_buf = output->buf[active_index]; in stf_change_buffer()416 if (!ready_buf) { in stf_change_buffer()420 ready_buf = output->buf[active_index]; in stf_change_buffer()421 if (!ready_buf) { in stf_change_buffer()[all …]
93 u32 ready_buf; member 306 ctrl->ready_buf = (ctrl->qpos - 1) / SPDIF_QSUB_SIZE + 1; in spdif_irq_uq_sync() 324 ctrl->ready_buf = 0; in spdif_irq_uq_err() 860 if (ctrl->ready_buf) { in fsl_spdif_subcode_get() 861 int idx = (ctrl->ready_buf - 1) * SPDIF_UBITS_SIZE; in fsl_spdif_subcode_get() 892 if (ctrl->ready_buf) { in fsl_spdif_qget() 893 int idx = (ctrl->ready_buf - 1) * SPDIF_QSUB_SIZE; in fsl_spdif_qget()