Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/codecs/
Dtlv320aic32x4.c38 u32 power_cfg; member
992 if (aic32x4->power_cfg & AIC32X4_PWR_MICBIAS_2075_LDOIN) { in aic32x4_component_probe()
996 if (aic32x4->power_cfg & AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE) in aic32x4_component_probe()
999 tmp_reg = (aic32x4->power_cfg & AIC32X4_PWR_AIC32X4_LDO_ENABLE) ? in aic32x4_component_probe()
1004 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36) in aic32x4_component_probe()
1006 if (aic32x4->power_cfg & AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED) in aic32x4_component_probe()
1168 aic32x4->power_cfg |= AIC32X4_PWR_AIC32X4_LDO_ENABLE; in aic32x4_setup_regulators()
1204 aic32x4->power_cfg = pdata->power_cfg; in aic32x4_probe()
1216 aic32x4->power_cfg = 0; in aic32x4_probe()
/kernel/linux/linux-5.10/include/sound/
Dtlv320aic32x4.h46 u32 power_cfg; member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
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()
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()
Dmain.h1548 struct mwifiex_power_cfg *power_cfg);