Lines Matching refs:queue_buf
65 if (cru->queue_buf[i]) { in return_unused_buffers()
66 vb2_buffer_done(&cru->queue_buf[i]->vb2_buf, in return_unused_buffers()
68 cru->queue_buf[i] = NULL; in return_unused_buffers()
152 if (WARN_ON(cru->queue_buf[slot])) in rzg2l_cru_fill_hw_slot()
158 cru->queue_buf[slot] = NULL; in rzg2l_cru_fill_hw_slot()
166 cru->queue_buf[slot] = vbuf; in rzg2l_cru_fill_hw_slot()
511 if (cru->queue_buf[slot]) { in rzg2l_cru_irq()
512 cru->queue_buf[slot]->field = cru->format.field; in rzg2l_cru_irq()
513 cru->queue_buf[slot]->sequence = cru->sequence; in rzg2l_cru_irq()
514 cru->queue_buf[slot]->vb2_buf.timestamp = ktime_get_ns(); in rzg2l_cru_irq()
515 vb2_buffer_done(&cru->queue_buf[slot]->vb2_buf, in rzg2l_cru_irq()
517 cru->queue_buf[slot] = NULL; in rzg2l_cru_irq()
654 cru->queue_buf[i] = NULL; in rzg2l_cru_dma_register()