Home
last modified time | relevance | path

Searched refs:CORE_UNINIT (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhfi.c99 if (core->state == CORE_UNINIT) in hfi_core_deinit()
119 core->state = CORE_UNINIT; in hfi_core_deinit()
508 core->state = CORE_UNINIT; in hfi_create()
Dhfi.h90 #define CORE_UNINIT 0 macro