Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
A Dtlv320aic32x4.c38 u32 power_cfg; member
1015 if (aic32x4->power_cfg & AIC32X4_PWR_MICBIAS_2075_LDOIN) { in aic32x4_component_probe()
1019 if (aic32x4->power_cfg & AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE) in aic32x4_component_probe()
1027 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36) in aic32x4_component_probe()
1029 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED) in aic32x4_component_probe()
1165 if (aic32x4->power_cfg & AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE) in aic32x4_tas2505_component_probe()
1173 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36) in aic32x4_tas2505_component_probe()
1175 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED) in aic32x4_tas2505_component_probe()
1313 aic32x4->power_cfg |= AIC32X4_PWR_AIC32X4_LDO_ENABLE; in aic32x4_setup_regulators()
1351 aic32x4->power_cfg = pdata->power_cfg; in aic32x4_probe()
[all …]
/linux/include/sound/
A Dtlv320aic32x4.h46 u32 power_cfg; member
/linux/drivers/net/wireless/marvell/mwifiex/
A Dsta_ioctl.c673 struct mwifiex_power_cfg *power_cfg) in mwifiex_set_tx_power() argument
682 if (!power_cfg->is_power_auto) { in mwifiex_set_tx_power()
683 dbm = (u16) power_cfg->power_level; in mwifiex_set_tx_power()
700 if (!power_cfg->is_power_auto) { in mwifiex_set_tx_power()
701 u16 dbm_min = power_cfg->is_power_fixed ? in mwifiex_set_tx_power()
A Dcfg80211.c372 struct mwifiex_power_cfg power_cfg; in mwifiex_cfg80211_set_tx_power() local
377 power_cfg.is_power_auto = 0; in mwifiex_cfg80211_set_tx_power()
378 power_cfg.is_power_fixed = 1; in mwifiex_cfg80211_set_tx_power()
379 power_cfg.power_level = dbm; in mwifiex_cfg80211_set_tx_power()
382 power_cfg.is_power_auto = 0; in mwifiex_cfg80211_set_tx_power()
383 power_cfg.is_power_fixed = 0; in mwifiex_cfg80211_set_tx_power()
384 power_cfg.power_level = dbm; in mwifiex_cfg80211_set_tx_power()
387 power_cfg.is_power_auto = 1; in mwifiex_cfg80211_set_tx_power()
393 return mwifiex_set_tx_power(priv, &power_cfg); in mwifiex_cfg80211_set_tx_power()
A Dmain.h1547 struct mwifiex_power_cfg *power_cfg);

Completed in 23 milliseconds