Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_power.c1596 struct pdev_params pdevparam = {}; in wma_set_idle_ps_config() local
1601 pdevparam.param_id = wmi_pdev_param_idle_ps_config; in wma_set_idle_ps_config()
1602 pdevparam.param_value = idle_ps; in wma_set_idle_ps_config()
1604 &pdevparam, in wma_set_idle_ps_config()
H A Dwma_mgmt.c3089 struct pdev_params pdevparam = {}; in wma_set_cts2self_for_p2p_go() local
3091 pdevparam.param_id = wmi_pdev_param_cts2self_for_p2p_go_config; in wma_set_cts2self_for_p2p_go()
3092 pdevparam.param_value = cts2self_for_p2p_go; in wma_set_cts2self_for_p2p_go()
3095 &pdevparam, in wma_set_cts2self_for_p2p_go()
H A Dwma_utils.c4259 struct pdev_params pdevparam = {}; in wma_set_vc_mode_config() local
4261 pdevparam.param_id = WMI_PDEV_UPDATE_WDCVS_ALGO; in wma_set_vc_mode_config()
4262 pdevparam.param_value = vc_bitmap; in wma_set_vc_mode_config()
4265 &pdevparam, in wma_set_vc_mode_config()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c2456 struct pdev_params pdevparam; in send_multi_param_cmd_using_pdev_set_param_tlv() local
2459 pdevparam.is_host_pdev_id = params->is_host_pdev_id; in send_multi_param_cmd_using_pdev_set_param_tlv()
2461 pdevparam.param_id = params->params[index].param_id; in send_multi_param_cmd_using_pdev_set_param_tlv()
2462 pdevparam.param_value = params->params[index].param_value; in send_multi_param_cmd_using_pdev_set_param_tlv()
2464 &pdevparam, in send_multi_param_cmd_using_pdev_set_param_tlv()
2467 pdevparam.param_id); in send_multi_param_cmd_using_pdev_set_param_tlv()