Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/cfg/src/
H A Dcfg.c432 static struct cfg_value_store *__cfg_global_store; variable
595 if (!__cfg_global_store) { in cfg_parse_to_global_store()
600 return cfg_ini_parse_to_store(path, __cfg_global_store); in cfg_parse_to_global_store()
776 QDF_BUG(__cfg_global_store); in cfg_on_psoc_create()
777 if (!__cfg_global_store) in cfg_on_psoc_create()
784 qdf_atomic_inc(&__cfg_global_store->users); in cfg_on_psoc_create()
785 psoc_ctx->store = __cfg_global_store; in cfg_on_psoc_create()
794 cfg_store_put(__cfg_global_store); in cfg_on_psoc_create()
878 if (!__cfg_global_store) { in cfg_parse()
887 __cfg_global_store = store; in cfg_parse()
[all …]