Searched refs:cur_conf (Results 1 – 12 of 12) sorted by relevance
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | tas2781_hda.c | 385 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 D | tas2781_hda_spi.c | 234 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 D | tas2781_hda_i2c.c | 470 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 D | tas2781.h | 160 short cur_conf; member 229 int cur_conf; member
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | channel.c | 437 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 D | link.c | 482 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 D | htc_drv_txrx.c | 453 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 D | main.c | 2684 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 D | xmit.c | 1860 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 D | tas2781-fmwlib.c | 1008 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 D | pcm6240.c | 1162 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 D | tas2781-i2c.c | 1156 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()
|