Home
last modified time | relevance | path

Searched refs:INST_INIT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhfi.c218 inst->state = INST_INIT; in hfi_session_init()
244 if (inst->state < INST_INIT) in hfi_session_deinit()
346 if (inst->state != INST_INIT) in hfi_session_load_res()
444 if (inst->state < INST_INIT || inst->state >= INST_STOP) in hfi_session_get_property()
467 if (inst->state < INST_INIT || inst->state >= INST_STOP) in hfi_session_set_property()
H A Dhfi.h86 #define INST_INIT 3 macro
H A Dpm_helpers.c137 if (!inst || !(inst->state >= INST_INIT && inst->state < INST_STOP)) in load_per_instance()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A 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()
H A Dhfi.h86 #define INST_INIT 3 macro
H A Dpm_helpers.c153 if (!inst || !(inst->state >= INST_INIT && inst->state < INST_STOP)) in load_per_instance()

Completed in 6 milliseconds