Home
last modified time | relevance | path

Searched refs:CORE_INIT (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/media/platform/qcom/venus/
Dhfi.c56 if (core->state >= CORE_INIT) in hfi_core_init()
78 core->state = CORE_INIT; in hfi_core_init()
122 if (core->state != CORE_INIT) in hfi_core_suspend()
130 if (!force && core->state != CORE_INIT) in hfi_core_resume()
Dhfi.h82 #define CORE_INIT 1 macro
/linux-6.1.9/include/linux/
Dpci-epf.h21 CORE_INIT, enumerator
/linux-6.1.9/drivers/pci/endpoint/
Dpci-epc-core.c713 atomic_notifier_call_chain(&epc->notifier, CORE_INIT, NULL); in pci_epc_init_notify()
/linux-6.1.9/drivers/pci/endpoint/functions/
Dpci-epf-test.c837 case CORE_INIT: in pci_epf_test_notifier()