Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sar_limits.c466 hdd_ctx->sar_cmd_params = sar_limit_cmd; in hdd_store_sar_config()
473 if (!hdd_ctx->sar_cmd_params) in wlan_hdd_free_sar_config()
476 sar_limit_cmd = hdd_ctx->sar_cmd_params; in wlan_hdd_free_sar_config()
477 hdd_ctx->sar_cmd_params = NULL; in wlan_hdd_free_sar_config()
H A Dwlan_hdd_power.c2061 if (!hdd_ctx->sar_cmd_params) in hdd_restore_sar_config()
2065 hdd_ctx->sar_cmd_params); in hdd_restore_sar_config()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2262 struct sar_limit_cmd_params *sar_cmd_params; member