Lines Matching refs:buffer
1536 * buffer.
1576 /* The buffer can be completed, reset the fields for the next buffer. */
1586 struct isp_buffer *buffer;
1591 * deal with it anyway). Disabling the CCDC when no buffer is available
1598 * buffer underrun. Re-enable them now that we have a buffer. The buffer
1622 buffer = omap3isp_video_buffer_next(&ccdc->video_out);
1623 if (buffer != NULL)
1624 ccdc_set_outaddr(ccdc, buffer->dma);
1633 return buffer != NULL;
1791 static int ccdc_video_queue(struct isp_video *video, struct isp_buffer *buffer)
1800 ccdc_set_outaddr(ccdc, buffer->dma);
1802 /* We now have a buffer queued on the output, restart the pipeline
1882 * buffer to write to. As the s_stream operation is called in response to a
1883 * STREAMON call without any buffer queued yet, just update the enabled field