Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dtlv320aic32x4.c68 u32 power_cfg; member
612 if (aic32x4->power_cfg & AIC32X4_PWR_MICBIAS_2075_LDOIN) { in aic32x4_probe()
616 if (aic32x4->power_cfg & AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE) in aic32x4_probe()
619 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ? in aic32x4_probe()
624 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36) in aic32x4_probe()
626 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED) in aic32x4_probe()
763 aic32x4->power_cfg |= AIC32X4_PWR_AIC32X4_LDO_ENABLE; in aic32x4_setup_regulators()
800 aic32x4->power_cfg = pdata->power_cfg; in aic32x4_i2c_probe()
811 aic32x4->power_cfg = 0; in aic32x4_i2c_probe()
/linux-4.4.14/include/sound/
Dtlv320aic32x4.h26 u32 power_cfg; member
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_ioctl.c641 struct mwifiex_power_cfg *power_cfg) in mwifiex_set_tx_power() argument
650 if (!power_cfg->is_power_auto) { in mwifiex_set_tx_power()
651 dbm = (u16) power_cfg->power_level; in mwifiex_set_tx_power()
668 if (!power_cfg->is_power_auto) { in mwifiex_set_tx_power()
Dcfg80211.c365 struct mwifiex_power_cfg power_cfg; in mwifiex_cfg80211_set_tx_power() local
369 power_cfg.is_power_auto = 0; in mwifiex_cfg80211_set_tx_power()
370 power_cfg.power_level = dbm; in mwifiex_cfg80211_set_tx_power()
372 power_cfg.is_power_auto = 1; in mwifiex_cfg80211_set_tx_power()
377 return mwifiex_set_tx_power(priv, &power_cfg); in mwifiex_cfg80211_set_tx_power()
Dmain.h1426 struct mwifiex_power_cfg *power_cfg);
/linux-4.4.14/arch/arm/mach-imx/
Dmach-imx27_visstrim_m10.c401 .power_cfg = AIC32X4_PWR_MICBIAS_2075_LDOIN |