Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/codecs/
Dtlv320aic32x4.c38 u32 power_cfg; member
1023 if (aic32x4->power_cfg & AIC32X4_PWR_MICBIAS_2075_LDOIN) { in aic32x4_component_probe()
1027 if (aic32x4->power_cfg & AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE) in aic32x4_component_probe()
1030 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ? in aic32x4_component_probe()
1035 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36) in aic32x4_component_probe()
1037 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED) in aic32x4_component_probe()
1172 if (aic32x4->power_cfg & AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE) in aic32x4_tas2505_component_probe()
1175 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ? in aic32x4_tas2505_component_probe()
1180 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36) in aic32x4_tas2505_component_probe()
1182 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED) in aic32x4_tas2505_component_probe()
[all …]
/linux-6.6.21/include/sound/
Dtlv320aic32x4.h46 u32 power_cfg; member
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c661 struct mwifiex_power_cfg *power_cfg) in mwifiex_set_tx_power() argument
670 if (!power_cfg->is_power_auto) { in mwifiex_set_tx_power()
671 dbm = (u16) power_cfg->power_level; in mwifiex_set_tx_power()
688 if (!power_cfg->is_power_auto) { in mwifiex_set_tx_power()
689 u16 dbm_min = power_cfg->is_power_fixed ? in mwifiex_set_tx_power()
Dcfg80211.c361 struct mwifiex_power_cfg power_cfg; in mwifiex_cfg80211_set_tx_power() local
366 power_cfg.is_power_auto = 0; in mwifiex_cfg80211_set_tx_power()
367 power_cfg.is_power_fixed = 1; in mwifiex_cfg80211_set_tx_power()
368 power_cfg.power_level = dbm; in mwifiex_cfg80211_set_tx_power()
371 power_cfg.is_power_auto = 0; in mwifiex_cfg80211_set_tx_power()
372 power_cfg.is_power_fixed = 0; in mwifiex_cfg80211_set_tx_power()
373 power_cfg.power_level = dbm; in mwifiex_cfg80211_set_tx_power()
376 power_cfg.is_power_auto = 1; in mwifiex_cfg80211_set_tx_power()
382 return mwifiex_set_tx_power(priv, &power_cfg); in mwifiex_cfg80211_set_tx_power()
Dmain.h1528 struct mwifiex_power_cfg *power_cfg);