Searched refs:path (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_file.c | 47 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()
|
D | qdf_trace.c | 4055 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/ |
D | cfg.c | 45 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/ |
D | qdf_file.h | 42 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
|
D | qdf_parse.h | 98 bool qdf_valid_ini_check(const char *path);
|
/wlan-driver/qca-wifi-host-cmn/cfg/inc/ |
D | cfg_ucfg_api.h | 134 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/ |
D | dp_htt.c | 2786 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/ |
D | Kbuild | 153 #Add HK/BL Fw header path required by common files
|
/wlan-driver/qcacld-3.0/ |
D | Kbuild | 32 …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.
|
D | Kconfig | 1752 bool "Enable data path memory addr check on third-party platforms"
|