Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/qcom/venus/
Dhfi.c246 inst->state = INST_INIT; in hfi_session_init()
272 if (inst->state < INST_INIT) in hfi_session_deinit()
393 if (inst->state != INST_INIT) in hfi_session_load_res()
506 if (inst->state < INST_INIT || inst->state >= INST_STOP) in hfi_session_get_property()
532 if (inst->state < INST_INIT || inst->state >= INST_STOP) in hfi_session_set_property()
Dhfi.h86 #define INST_INIT 3 macro
Dpm_helpers.c153 if (!inst || !(inst->state >= INST_INIT && inst->state < INST_STOP)) in load_per_instance()