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()
621 if (cru->queue_buf[slot]) { in rzg2l_cru_irq()
622 cru->queue_buf[slot]->field = cru->format.field; in rzg2l_cru_irq()
623 cru->queue_buf[slot]->sequence = cru->sequence; in rzg2l_cru_irq()
624 cru->queue_buf[slot]->vb2_buf.timestamp = ktime_get_ns(); in rzg2l_cru_irq()
625 vb2_buffer_done(&cru->queue_buf[slot]->vb2_buf, in rzg2l_cru_irq()
627 cru->queue_buf[slot] = NULL; in rzg2l_cru_irq()
759 cru->queue_buf[i] = NULL; in rzg2l_cru_dma_register()