Searched refs:INST_INIT (Results 1 – 3 of 3) sorted by relevance
221 inst->state = INST_INIT; in hfi_session_init()247 if (inst->state < INST_INIT) in hfi_session_deinit()346 if (inst->state != INST_INIT) in hfi_session_load_res()441 if (inst->state < INST_INIT || inst->state >= INST_STOP) in hfi_session_get_property()464 if (inst->state < INST_INIT || inst->state >= INST_STOP) in hfi_session_set_property()
95 #define INST_INIT 3 macro
326 if (!inst || !(inst->state >= INST_INIT && inst->state < INST_STOP)) in load_per_instance()