Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_core.c94 vpu_core_set_state(core, VPU_CORE_ACTIVE); in vpu_core_boot_done()
194 } else if (core->state == VPU_CORE_ACTIVE && core->hang_mask) { in vpu_core_update_state()
216 if (c->state != VPU_CORE_ACTIVE) in vpu_core_find_proper_by_type()
432 if (core->state != VPU_CORE_ACTIVE) { in vpu_inst_register()
488 vpu_core_set_state(core, VPU_CORE_ACTIVE); in vpu_inst_unregister()
H A Dvpu.h124 VPU_CORE_ACTIVE, enumerator
H A Dvpu_dbg.c364 vpu_core_set_state(core, VPU_CORE_ACTIVE); in vpu_dbg_core_write()