Searched refs:power_cfg (Results 1 – 6 of 6) sorted by relevance
38 u32 power_cfg; member967 if (aic32x4->power_cfg & AIC32X4_PWR_MICBIAS_2075_LDOIN) { in aic32x4_component_probe()971 if (aic32x4->power_cfg & AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE) in aic32x4_component_probe()974 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ? in aic32x4_component_probe()979 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36) in aic32x4_component_probe()981 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED) in aic32x4_component_probe()1137 aic32x4->power_cfg |= AIC32X4_PWR_AIC32X4_LDO_ENABLE; in aic32x4_setup_regulators()1173 aic32x4->power_cfg = pdata->power_cfg; in aic32x4_probe()1185 aic32x4->power_cfg = 0; in aic32x4_probe()
46 u32 power_cfg; member
663 struct mwifiex_power_cfg *power_cfg) in mwifiex_set_tx_power() argument672 if (!power_cfg->is_power_auto) { in mwifiex_set_tx_power()673 dbm = (u16) power_cfg->power_level; in mwifiex_set_tx_power()690 if (!power_cfg->is_power_auto) { in mwifiex_set_tx_power()691 u16 dbm_min = power_cfg->is_power_fixed ? in mwifiex_set_tx_power()
376 struct mwifiex_power_cfg power_cfg; in mwifiex_cfg80211_set_tx_power() local381 power_cfg.is_power_auto = 0; in mwifiex_cfg80211_set_tx_power()382 power_cfg.is_power_fixed = 1; in mwifiex_cfg80211_set_tx_power()383 power_cfg.power_level = dbm; in mwifiex_cfg80211_set_tx_power()386 power_cfg.is_power_auto = 0; in mwifiex_cfg80211_set_tx_power()387 power_cfg.is_power_fixed = 0; in mwifiex_cfg80211_set_tx_power()388 power_cfg.power_level = dbm; in mwifiex_cfg80211_set_tx_power()391 power_cfg.is_power_auto = 1; in mwifiex_cfg80211_set_tx_power()397 return mwifiex_set_tx_power(priv, &power_cfg); in mwifiex_cfg80211_set_tx_power()
1557 struct mwifiex_power_cfg *power_cfg);
382 .power_cfg = AIC32X4_PWR_MICBIAS_2075_LDOIN |