Lines Matching refs:state
393 enum isp_pipeline_state state;
413 state = ISP_PIPELINE_QUEUE_OUTPUT;
415 state = ISP_PIPELINE_QUEUE_INPUT;
418 pipe->state |= state;
424 pipe->state |= ISP_PIPELINE_STREAM;
436 * @state: new state for the returned buffers
438 * Return all buffers queued on the video node to videobuf2 in the given state.
439 * The buffer state should be VB2_BUF_STATE_QUEUED if called due to an error
445 enum vb2_buffer_state state)
453 vb2_buffer_done(&buf->vb.vb2_buf, state);
504 * For capture video nodes the buffer state is set to VB2_BUF_STATE_DONE if no
506 * For video output nodes the buffer state is always set to VB2_BUF_STATE_DONE.
563 enum isp_pipeline_state state;
568 state = ISP_PIPELINE_QUEUE_OUTPUT
571 state = ISP_PIPELINE_QUEUE_INPUT
575 pipe->state &= ~state;
584 pipe->state &= ~ISP_PIPELINE_STREAM;
601 * in the erroneous state and makes sure no new buffer can be queued.
1054 * pipeline output stores the pipeline state. It tracks the streaming state of
1083 enum isp_pipeline_state state;
1126 state = ISP_PIPELINE_STREAM_OUTPUT | ISP_PIPELINE_IDLE_OUTPUT;
1128 state = ISP_PIPELINE_STREAM_INPUT | ISP_PIPELINE_IDLE_INPUT;
1137 pipe->state &= ~ISP_PIPELINE_STREAM;
1138 pipe->state |= state;
1191 enum isp_pipeline_state state;
1208 /* Update the pipeline state. */
1210 state = ISP_PIPELINE_STREAM_OUTPUT
1213 state = ISP_PIPELINE_STREAM_INPUT
1217 pipe->state &= ~state;