Home
last modified time | relevance | path

Searched defs:path (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/cfg/src/
Dcfg.c45 char *path; member
441 cfg_store_alloc(const char *path, struct cfg_value_store **out_store) in cfg_store_alloc()
498 cfg_store_get(const char *path, struct cfg_value_store **out_store) in cfg_store_get()
547 cfg_ini_parse_to_store(const char *path, struct cfg_value_store *store) in cfg_ini_parse_to_store()
561 cfg_ini_section_parse_to_store(const char *path, const char *section_name, in cfg_ini_section_parse_to_store()
576 const char *path) in cfg_parse_to_psoc_store()
584 const char *path, in cfg_section_parse_to_psoc_store()
593 QDF_STATUS cfg_parse_to_global_store(const char *path) in cfg_parse_to_global_store()
871 QDF_STATUS cfg_parse(const char *path) in cfg_parse()
901 bool cfg_valid_ini_check(const char *path) in cfg_valid_ini_check()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_file.c47 QDF_STATUS qdf_file_read(const char *path, char **out_buf) in qdf_file_read()
87 QDF_STATUS qdf_module_param_file_read(const char *path, char **out_buf) in qdf_module_param_file_read()
126 QDF_STATUS qdf_file_read_bytes(const char *path, char **out_buf, in qdf_file_read_bytes()
Dqdf_trace.c4055 char *path = QDF_WIFI_MODULE_PARAMS_FILE; in qdf_initialize_module_param_from_ini() local
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_file.h105 QDF_STATUS qdf_module_param_file_read(const char *path, char **out_buf) in qdf_module_param_file_read()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.c2786 struct bp_handler *path = &htt_bp_handler[ring_id]; local