Home
last modified time | relevance | path

Searched refs:qdf_uint64_parse (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/src/
Dqdf_types.c315 status = qdf_uint64_parse(int_str, &value); in qdf_uint8_parse()
334 status = qdf_uint64_parse(int_str, &value); in qdf_uint16_parse()
353 status = qdf_uint64_parse(int_str, &value); in qdf_uint32_parse()
393 QDF_STATUS qdf_uint64_parse(const char *int_str, uint64_t *out_int) in qdf_uint64_parse() function
410 qdf_export_symbol(qdf_uint64_parse);
/wlan-driver/qca-wifi-host-cmn/qdf/test/
Dqdf_types_test.c430 QDF_STATUS status = qdf_uint64_parse(str, &value); in __ut_uint64()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_types.h1003 QDF_STATUS qdf_uint64_parse(const char *int_str, uint64_t *out_int);
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c3689 status = qdf_uint64_parse(cfg_get(psoc, CFG_LATENCY_FLAGS_NORMAL), in mlme_init_fe_wlm_in_cfg()
3702 status = qdf_uint64_parse(cfg_get(psoc, CFG_LATENCY_FLAGS_XR), in mlme_init_fe_wlm_in_cfg()
3715 status = qdf_uint64_parse(cfg_get(psoc, CFG_LATENCY_FLAGS_LOW), in mlme_init_fe_wlm_in_cfg()
3728 status = qdf_uint64_parse(cfg_get(psoc, CFG_LATENCY_FLAGS_ULTLOW), in mlme_init_fe_wlm_in_cfg()