Lines Matching refs:queue_buf
128 if (cru->queue_buf[i]) { in return_unused_buffers()
129 vb2_buffer_done(&cru->queue_buf[i]->vb2_buf, in return_unused_buffers()
131 cru->queue_buf[i] = NULL; in return_unused_buffers()
255 if (WARN_ON(cru->queue_buf[slot])) in rzg2l_cru_fill_hw_slot()
261 cru->queue_buf[slot] = NULL; in rzg2l_cru_fill_hw_slot()
269 cru->queue_buf[slot] = vbuf; in rzg2l_cru_fill_hw_slot()
590 if (cru->queue_buf[slot]) { in rzg2l_cru_irq()
591 cru->queue_buf[slot]->field = cru->format.field; in rzg2l_cru_irq()
592 cru->queue_buf[slot]->sequence = cru->sequence; in rzg2l_cru_irq()
593 cru->queue_buf[slot]->vb2_buf.timestamp = ktime_get_ns(); in rzg2l_cru_irq()
594 vb2_buffer_done(&cru->queue_buf[slot]->vb2_buf, in rzg2l_cru_irq()
596 cru->queue_buf[slot] = NULL; in rzg2l_cru_irq()
746 cru->queue_buf[i] = NULL; in rzg2l_cru_dma_register()