Home
last modified time | relevance | path

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

/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() argument
55 errno = qdf_firmware_request_nowarn(&fw, path, NULL); in qdf_file_read()
57 qdf_err("Failed to read file %s", path); in qdf_file_read()
87 QDF_STATUS qdf_module_param_file_read(const char *path, char **out_buf) in qdf_module_param_file_read() argument
94 errno = qdf_firmware_request_nowarn(&fw, path, NULL); in qdf_module_param_file_read()
96 qdf_err("Failed to read file %s", path); in qdf_module_param_file_read()
126 QDF_STATUS qdf_file_read_bytes(const char *path, char **out_buf, in qdf_file_read_bytes() argument
135 errno = qdf_firmware_request_nowarn(&fw, path, NULL); in qdf_file_read_bytes()
137 qdf_err("Failed to read file %s", path); in qdf_file_read_bytes()
Dqdf_trace.c4055 char *path = QDF_WIFI_MODULE_PARAMS_FILE; in qdf_initialize_module_param_from_ini() local
4057 status = qdf_ini_parse(path, NULL, qdf_module_param_handler, NULL); in qdf_initialize_module_param_from_ini()
4061 path, status); in qdf_initialize_module_param_from_ini()
/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() argument
452 status = qdf_str_dup(&store->path, path); in cfg_store_alloc()
472 qdf_mem_free(store->path); in cfg_store_alloc()
493 qdf_mem_free(store->path); in cfg_store_free()
498 cfg_store_get(const char *path, struct cfg_value_store **out_store) in cfg_store_get() argument
511 if (qdf_str_eq(path, store->path)) { in cfg_store_get()
547 cfg_ini_parse_to_store(const char *path, struct cfg_value_store *store) in cfg_ini_parse_to_store() argument
551 status = qdf_ini_parse(path, store, cfg_ini_item_handler, in cfg_ini_parse_to_store()
555 path, status); in cfg_ini_parse_to_store()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_file.h42 QDF_STATUS qdf_file_read(const char *path, char **out_buf);
59 QDF_STATUS qdf_file_read_bytes(const char *path, char **out_buf,
91 QDF_STATUS qdf_module_param_file_read(const char *path, char **out_buf);
105 QDF_STATUS qdf_module_param_file_read(const char *path, char **out_buf) in qdf_module_param_file_read() argument
Dqdf_parse.h98 bool qdf_valid_ini_check(const char *path);
/wlan-driver/qca-wifi-host-cmn/cfg/inc/
Dcfg_ucfg_api.h134 QDF_STATUS cfg_parse(const char *path);
157 QDF_STATUS cfg_psoc_parse(struct wlan_objmgr_psoc *psoc, const char *path);
167 const char *path);
179 const char *path,
188 QDF_STATUS cfg_parse_to_global_store(const char *path);
216 bool cfg_valid_ini_check(const char *path);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.c2786 struct bp_handler *path = &htt_bp_handler[ring_id]; local
2790 if (!path)
2793 if (path->bp_start_tt == -1) {
2794 path->bp_start_tt = tstamp;
2795 path->bp_duration = 0;
2796 path->bp_last_tt = tstamp;
2797 path->bp_counter = 1;
2801 path->bp_duration = tstamp - path->bp_start_tt;
2802 path->bp_last_tt = tstamp;
2803 path->bp_counter++;
[all …]
/wlan-driver/qca-wifi-host-cmn/spectral/
DKbuild153 #Add HK/BL Fw header path required by common files
/wlan-driver/qcacld-3.0/
DKbuild32 …ANDROID_BUILD_TOP_REL := $(shell python -c "import os.path; print(os.path.relpath('$(ANDROID_BUILD…
37 …LINUX_BUILD_TOP_REL := $(shell python -c "import os.path; print(os.path.relpath('$(LINUX_BUILD_TOP…
2366 ############## Control path common scheduler ##########
4968 # host driver will only append DYNAMIC_SINGLE_CHIP to the path of
4976 # append DYNAMIC_SINGLE_CHIP to the path of firmware/mac/ini file.
DKconfig1752 bool "Enable data path memory addr check on third-party platforms"