Home
last modified time | relevance | path

Searched refs:INST_STOP (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dhfi.c320 inst->state = INST_STOP; in hfi_session_stop()
396 if (inst->state != INST_STOP) in hfi_session_unload_res()
483 if (inst->state < INST_INIT || inst->state >= INST_STOP) in hfi_session_get_property()
509 if (inst->state < INST_INIT || inst->state >= INST_STOP) in hfi_session_set_property()
H A Dhfi.h89 #define INST_STOP 6 macro
H A Dpm_helpers.c159 if (!inst || !(inst->state >= INST_INIT && inst->state < INST_STOP)) in load_per_instance()