Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dtlv320aic32x4.c67 u32 power_cfg; member
949 if (aic32x4->power_cfg & AIC32X4_PWR_MICBIAS_2075_LDOIN) { in aic32x4_component_probe()
953 if (aic32x4->power_cfg & AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE) in aic32x4_component_probe()
956 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ? in aic32x4_component_probe()
961 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36) in aic32x4_component_probe()
963 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED) in aic32x4_component_probe()
1113 aic32x4->power_cfg |= AIC32X4_PWR_AIC32X4_LDO_ENABLE; in aic32x4_setup_regulators()
1149 aic32x4->power_cfg = pdata->power_cfg; in aic32x4_probe()
1160 aic32x4->power_cfg = 0; in aic32x4_probe()
/Linux-v4.19/include/sound/
Dtlv320aic32x4.h49 u32 power_cfg; member
/Linux-v4.19/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()
Dcfg80211.c376 struct mwifiex_power_cfg power_cfg; in mwifiex_cfg80211_set_tx_power() local
380 power_cfg.is_power_auto = 0; in mwifiex_cfg80211_set_tx_power()
381 power_cfg.power_level = dbm; in mwifiex_cfg80211_set_tx_power()
383 power_cfg.is_power_auto = 1; in mwifiex_cfg80211_set_tx_power()
388 return mwifiex_set_tx_power(priv, &power_cfg); in mwifiex_cfg80211_set_tx_power()
Dmain.h1556 struct mwifiex_power_cfg *power_cfg);
/Linux-v4.19/arch/arm/mach-imx/
Dmach-imx27_visstrim_m10.c397 .power_cfg = AIC32X4_PWR_MICBIAS_2075_LDOIN |