Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dtlv320aic32x4.c68 u32 power_cfg; member
613 if (aic32x4->power_cfg & AIC32X4_PWR_MICBIAS_2075_LDOIN) { in aic32x4_probe()
617 if (aic32x4->power_cfg & AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE) in aic32x4_probe()
620 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ? in aic32x4_probe()
625 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36) in aic32x4_probe()
627 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED) in aic32x4_probe()
764 aic32x4->power_cfg |= AIC32X4_PWR_AIC32X4_LDO_ENABLE; in aic32x4_setup_regulators()
801 aic32x4->power_cfg = pdata->power_cfg; in aic32x4_i2c_probe()
812 aic32x4->power_cfg = 0; in aic32x4_i2c_probe()
/linux-4.1.27/include/sound/
Dtlv320aic32x4.h26 u32 power_cfg; member
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_ioctl.c627 struct mwifiex_power_cfg *power_cfg) in mwifiex_set_tx_power() argument
636 if (!power_cfg->is_power_auto) { in mwifiex_set_tx_power()
637 dbm = (u16) power_cfg->power_level; in mwifiex_set_tx_power()
653 if (!power_cfg->is_power_auto) { in mwifiex_set_tx_power()
Dcfg80211.c318 struct mwifiex_power_cfg power_cfg; in mwifiex_cfg80211_set_tx_power() local
322 power_cfg.is_power_auto = 0; in mwifiex_cfg80211_set_tx_power()
323 power_cfg.power_level = dbm; in mwifiex_cfg80211_set_tx_power()
325 power_cfg.is_power_auto = 1; in mwifiex_cfg80211_set_tx_power()
330 return mwifiex_set_tx_power(priv, &power_cfg); in mwifiex_cfg80211_set_tx_power()
Dmain.h1318 struct mwifiex_power_cfg *power_cfg);
/linux-4.1.27/arch/arm/mach-imx/
Dmach-imx27_visstrim_m10.c401 .power_cfg = AIC32X4_PWR_MICBIAS_2075_LDOIN |