Home
last modified time | relevance | path

Searched refs:IRIS_INST_STREAMING (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/qcom/iris/
H A Diris_state.c22 req_state == IRIS_INST_STREAMING || in iris_allow_inst_state_change()
28 req_state == IRIS_INST_STREAMING || in iris_allow_inst_state_change()
32 case IRIS_INST_STREAMING: in iris_allow_inst_state_change()
78 new_state = IRIS_INST_STREAMING; in iris_inst_state_change_streamon()
83 new_state = IRIS_INST_STREAMING; in iris_inst_state_change_streamon()
96 else if (inst->state == IRIS_INST_STREAMING) in iris_inst_state_change_streamoff()
101 else if (inst->state == IRIS_INST_STREAMING) in iris_inst_state_change_streamoff()
129 case IRIS_INST_STREAMING: in iris_inst_allow_sub_state()
H A Diris_state.h90 IRIS_INST_STREAMING, enumerator
H A Diris_hfi_gen1_command.c197 if (inst->state == IRIS_INST_STREAMING) { in iris_hfi_gen1_session_stop()
237 if (inst->state == IRIS_INST_STREAMING || in iris_hfi_gen1_session_stop()
H A Diris_buffer.c477 if (buffer->type == BUF_DPB && inst->state != IRIS_INST_STREAMING) { in iris_queue_internal_buffers()