Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/cfg/src/
Dcfg.c106 const char *str_value) in cfg_int_item_handler() argument
112 status = qdf_int32_parse(str_value, &value); in cfg_int_item_handler()
115 meta->name, str_value, status, *store_value); in cfg_int_item_handler()
150 const char *str_value) in cfg_uint_item_handler() argument
166 status = qdf_uint32_parse(str_value, &value); in cfg_uint_item_handler()
169 meta->name, str_value, status, *store_value); in cfg_uint_item_handler()
204 const char *str_value) in cfg_bool_item_handler() argument
209 status = qdf_bool_parse(str_value, store_value); in cfg_bool_item_handler()
214 meta->name, str_value, status, *store_value ? "true" : "false"); in cfg_bool_item_handler()
220 const char *str_value) in cfg_string_item_handler() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_mem.h130 QDF_STATUS qdf_mem_debug_disabled_config_set(const char *str_value);
363 QDF_STATUS qdf_mem_debug_disabled_config_set(const char *str_value) in qdf_mem_debug_disabled_config_set() argument
455 QDF_STATUS qdf_prealloc_disabled_config_set(const char *str_value);
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_mem.c528 QDF_STATUS qdf_prealloc_disabled_config_set(const char *str_value) in qdf_prealloc_disabled_config_set() argument
532 status = qdf_bool_parse(str_value, &prealloc_disabled); in qdf_prealloc_disabled_config_set()
1409 QDF_STATUS qdf_mem_debug_disabled_config_set(const char *str_value) in qdf_mem_debug_disabled_config_set() argument
1413 status = qdf_bool_parse(str_value, &mem_debug_disabled); in qdf_mem_debug_disabled_config_set()