Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dtlv320aic32x4.c38 u32 power_cfg; member
967 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()
/Linux-v5.4/include/sound/
Dtlv320aic32x4.h46 u32 power_cfg; member
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c663 struct mwifiex_power_cfg *power_cfg) in mwifiex_set_tx_power() argument
672 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()
Dcfg80211.c376 struct mwifiex_power_cfg power_cfg; in mwifiex_cfg80211_set_tx_power() local
381 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()
Dmain.h1557 struct mwifiex_power_cfg *power_cfg);
/Linux-v5.4/arch/arm/mach-imx/
Dmach-imx27_visstrim_m10.c382 .power_cfg = AIC32X4_PWR_MICBIAS_2075_LDOIN |