Home
last modified time | relevance | path

Searched refs:qdf_bool_parse (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/src/
H A Dqdf_types.c412 QDF_STATUS qdf_bool_parse(const char *bool_str, bool *out_bool) in qdf_bool_parse() function
450 qdf_export_symbol(qdf_bool_parse);
/wlan-driver/qca-wifi-host-cmn/qdf/test/
H A Dqdf_types_test.c34 QDF_STATUS status = qdf_bool_parse(str, &value); in __ut_bool()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_types.h925 QDF_STATUS qdf_bool_parse(const char *bool_str, bool *out_bool);
/wlan-driver/qca-wifi-host-cmn/cfg/src/
H A Dcfg.c209 status = qdf_bool_parse(str_value, store_value); in cfg_bool_item_handler()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_mem.c532 status = qdf_bool_parse(str_value, &prealloc_disabled); in qdf_prealloc_disabled_config_set()
1413 status = qdf_bool_parse(str_value, &mem_debug_disabled); in qdf_mem_debug_disabled_config_set()
H A Dqdf_trace.c4030 status = qdf_bool_parse(str, &dump_flag); in qdf_module_param_handler()