Home
last modified time | relevance | path

Searched refs:cur_conf (Results 1 – 12 of 12) sorted by relevance

/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda.c385 ucontrol->value.integer.value[0] = tas_priv->cur_conf; in tasdevice_config_get()
388 kcontrol->id.name, tas_priv->cur_conf);
408 kcontrol->id.name, tas_priv->cur_conf, val); in tasdevice_config_put()
410 if (tas_priv->cur_conf != val) { in tasdevice_config_put()
411 tas_priv->cur_conf = val; in tasdevice_config_put()
H A Dtas2781_hda_spi.c234 tas_priv->tasdevice[tas_priv->index].cur_conf = -1; in tasdevice_spi_init()
692 tas_priv->tasdevice[tas_priv->index].cur_conf = 0; in tasdev_fw_ready()
851 tas_priv->tasdevice[tas_priv->index].cur_conf = -1; in tas2781_runtime_resume()
906 tas_priv->tasdevice[tas_priv->index].cur_conf = -1; in tas2781_system_resume()
H A Dtas2781_hda_i2c.c470 tas_priv->cur_conf = 0; in tasdevice_dspfw_init()
771 tas_hda->priv->tasdevice[i].cur_conf = -1; in tas2781_system_resume()
/linux/include/sound/
H A Dtas2781.h160 short cur_conf; member
229 int cur_conf; member
/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c437 struct ath_beacon_config *cur_conf, in ath_chanctx_set_periodic_noa() argument
451 TU_TO_USEC(cur_conf->beacon_interval) / 2 + in ath_chanctx_set_periodic_noa()
494 struct ath_beacon_config *cur_conf; in ath_chanctx_event() local
579 cur_conf = &sc->cur_chan->beacon; in ath_chanctx_event()
580 beacon_int = TU_TO_USEC(cur_conf->beacon_interval); in ath_chanctx_event()
622 ath_chanctx_set_periodic_noa(sc, avp, cur_conf, in ath_chanctx_event()
716 cur_conf = &sc->cur_chan->beacon; in ath_chanctx_event()
724 tsf_time = TU_TO_USEC(cur_conf->beacon_interval) / 2; in ath_chanctx_event()
1471 struct ath_beacon_config *cur_conf = &sc->cur_chan->beacon; in ath9k_get_ctwin() local
1481 switch_time = cur_conf->beacon_interval / 4; in ath9k_get_ctwin()
H A Dlink.c482 struct ath_beacon_config *cur_conf = &sc->cur_chan->beacon; in ath_check_ani() local
489 if (!cur_conf->enable_beacon) in ath_check_ani()
492 if (!cur_conf->enable_beacon) { in ath_check_ani()
H A Dhtc_drv_txrx.c453 struct ieee80211_conf *cur_conf = &priv->hw->conf; in ath9k_htc_tx_process() local
502 if (cur_conf->chandef.chan->band == NL80211_BAND_5GHZ) in ath9k_htc_tx_process()
H A Dmain.c2684 struct ath_beacon_config *cur_conf; in ath9k_mgd_prepare_tx() local
2717 cur_conf = &go_ctx->beacon; in ath9k_mgd_prepare_tx()
2718 beacon_int = TU_TO_USEC(cur_conf->beacon_interval); in ath9k_mgd_prepare_tx()
H A Dxmit.c1860 struct ath_beacon_config *cur_conf = &sc->cur_chan->beacon; in ath_cabq_update() local
1865 qi.tqi_readyTime = (TU_TO_USEC(cur_conf->beacon_interval) * in ath_cabq_update()
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c1008 tas_priv->tasdevice[chn].cur_conf = -1; in tasdevice_process_block()
1010 tas_priv->tasdevice[chn].cur_conf = -1; in tasdevice_process_block()
1628 dev->cur_conf = -1; in set_err_prg_cfg()
2643 tas_priv->tasdevice[i].cur_conf = -1; in tasdevice_select_tuningprm_cfg()
2666 && tas_priv->tasdevice[i].cur_conf != cfg_no in tasdevice_select_tuningprm_cfg()
2688 tas_priv->tasdevice[i].cur_conf = cfg_no; in tasdevice_select_tuningprm_cfg()
2725 tas_priv->tasdevice[i].cur_conf = -1; in tasdevice_prmg_load()
2771 tas_priv->cur_prog, tas_priv->cur_conf, in tasdevice_tuning_switch()
H A Dpcm6240.c1162 ucontrol->value.integer.value[0] = pcm_dev->cur_conf; in pcmdevice_get_profile_id()
1180 if (pcm_dev->cur_conf != nr_profile) { in pcmdevice_set_profile_id()
1181 pcm_dev->cur_conf = nr_profile; in pcmdevice_set_profile_id()
1900 pcmdevice_select_cfg_blk(pcm_dev, pcm_dev->cur_conf, block_type); in pcmdevice_mute()
H A Dtas2781-i2c.c1156 ucontrol->value.integer.value[0] = tas_priv->cur_conf; in tasdevice_configuration_get()
1170 if (tas_priv->cur_conf != nr_configuration) { in tasdevice_configuration_put()
1171 tas_priv->cur_conf = nr_configuration; in tasdevice_configuration_put()