Home
last modified time | relevance | path

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

/wlan-driver/platform/cnss2/ !
H A Dpower.c1670 } plat_vreg_param[QMI_WLFW_PMU_PARAMS_MAX_V01] = {0}; in cnss_aop_ol_cpr_cfg_setup() local
1721 if (plat_vreg_param[j].vreg[0] == '\0') in cnss_aop_ol_cpr_cfg_setup()
1722 strlcpy(plat_vreg_param[j].vreg, vreg, in cnss_aop_ol_cpr_cfg_setup()
1723 sizeof(plat_vreg_param[j].vreg)); in cnss_aop_ol_cpr_cfg_setup()
1724 else if (!strnstr(plat_vreg_param[j].vreg, vreg, in cnss_aop_ol_cpr_cfg_setup()
1725 strlen(plat_vreg_param[j].vreg))) in cnss_aop_ol_cpr_cfg_setup()
1739 plat_vreg_param[j].wake_volt = in cnss_aop_ol_cpr_cfg_setup()
1740 (wake_volt > plat_vreg_param[j].wake_volt ? in cnss_aop_ol_cpr_cfg_setup()
1741 wake_volt : plat_vreg_param[j].wake_volt); in cnss_aop_ol_cpr_cfg_setup()
1742 plat_vreg_param[j].sleep_volt = in cnss_aop_ol_cpr_cfg_setup()
[all …]