Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_parse.h88 QDF_STATUS qdf_ini_section_parse(const char *ini_path, void *context,
/wlan-driver/qca-wifi-host-cmn/qdf/src/
Dqdf_parse.c199 QDF_STATUS qdf_ini_section_parse(const char *ini_path, void *context, in qdf_ini_section_parse() function
269 qdf_export_symbol(qdf_ini_section_parse);
/wlan-driver/qca-wifi-host-cmn/cfg/src/
Dcfg.c566 status = qdf_ini_section_parse(path, store, cfg_ini_item_handler, in cfg_ini_section_parse_to_store()