Home
last modified time | relevance | path

Searched refs:akm (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/sound/pci/ice1712/
H A Dak4xxx.c142 if (ice->akm == NULL) in snd_ice1712_akm4xxx_free()
145 struct snd_akm4xxx *ak = &ice->akm[akidx]; in snd_ice1712_akm4xxx_free()
148 kfree(ice->akm); in snd_ice1712_akm4xxx_free()
160 struct snd_akm4xxx *ak = &ice->akm[akidx]; in snd_ice1712_akm4xxx_build_controls()
H A Djuli.c316 snd_akm4xxx_write(ice->akm, 0, 0x01, 0x01); in juli_mute_put()
327 snd_akm4xxx_write(ice->akm, 0, 0x01, 0x03); in juli_mute_put()
452 struct snd_akm4xxx *ak = ice->akm; in juli_resume()
463 struct snd_akm4xxx *ak = ice->akm; in juli_suspend()
540 juli_akm_set_rate_val(ice->akm, rate); in juli_ak4114_change()
597 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in juli_init()
598 ak = ice->akm; in juli_init()
H A Dphase.c128 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in phase22_init()
129 ak = ice->akm; in phase22_init()
242 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
243 ice->akm[0].images[reg + 1]; in wm_get()
261 ice->akm[0].images[reg] = val >> 8; in wm_put()
262 ice->akm[0].images[reg + 1] = val; in wm_put()
421 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in phase28_init()
422 ak = ice->akm; in phase28_init()
H A Ddelta.c594 memcpy(akm_img_bak, ice->akm->images, sizeof(akm_img_bak)); in snd_ice1712_delta_resume()
595 memcpy(akm_vol_bak, ice->akm->volumes, sizeof(akm_vol_bak)); in snd_ice1712_delta_resume()
596 snd_akm4xxx_init(ice->akm); in snd_ice1712_delta_resume()
597 memcpy(ice->akm->images, akm_img_bak, sizeof(akm_img_bak)); in snd_ice1712_delta_resume()
598 memcpy(ice->akm->volumes, akm_vol_bak, sizeof(akm_vol_bak)); in snd_ice1712_delta_resume()
599 snd_akm4xxx_reset(ice->akm, 0); in snd_ice1712_delta_resume()
608 snd_akm4xxx_reset(ice->akm, 1); in snd_ice1712_delta_suspend()
719 ak = ice->akm = kmalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in snd_ice1712_delta_init()
H A Dpontis.c70 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
71 ice->akm[0].images[reg + 1]; in wm_get()
88 ice->akm[0].images[reg] = val >> 8; in wm_put()
89 ice->akm[0].images[reg + 1] = val; in wm_put()
745 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in pontis_init()
746 if (! ice->akm) in pontis_init()
H A Dprodigy_hifi.c116 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
117 ice->akm[0].images[reg + 1]; in wm_get()
134 ice->akm[0].images[reg] = val >> 8; in wm_put()
135 ice->akm[0].images[reg + 1] = val; in wm_put()
1079 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in prodigy_hifi_init()
1080 if (! ice->akm) in prodigy_hifi_init()
1162 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in prodigy_hd2_init()
1163 if (! ice->akm) in prodigy_hd2_init()
H A Dquartet.c521 struct snd_akm4xxx *ak = ice->akm; in qtet_mute_put()
921 qtet_akm_set_rate_val(ice->akm, rate); in qtet_ak4113_change()
1009 ice->akm = kcalloc(2, sizeof(struct snd_akm4xxx), GFP_KERNEL); in qtet_init()
1010 ak = ice->akm; in qtet_init()
H A Daureon.c605 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
606 ice->akm[0].images[reg + 1]; in wm_get()
628 ice->akm[0].images[reg] = val >> 8; in wm_put()
629 ice->akm[0].images[reg + 1] = val; in wm_put()
2103 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in aureon_init()
2104 if (!ice->akm) in aureon_init()
H A Dhoontech.c308 ak = ice->akm = kmalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in snd_ice1712_value_init()
H A Dice1712.c395 if (ice->akm[i].ops.set_rate_val) in snd_ice1712_set_input_clock_source()
396 ice->akm[i].ops.set_rate_val(&ice->akm[i], 0); in snd_ice1712_set_input_clock_source()
1007 if (ice->akm[i].ops.set_rate_val) in snd_ice1712_set_pro_rate()
1008 ice->akm[i].ops.set_rate_val(&ice->akm[i], rate); in snd_ice1712_set_pro_rate()
H A Dice1724.c678 if (ice->akm[i].ops.set_rate_val) in snd_vt1724_set_pro_rate()
679 ice->akm[i].ops.set_rate_val(&ice->akm[i], rate); in snd_vt1724_set_pro_rate()
1915 if (ice->akm[i].ops.set_rate_val) in snd_vt1724_pro_internal_clock_put()
1916 ice->akm[i].ops.set_rate_val(&ice->akm[i], 0); in snd_vt1724_pro_internal_clock_put()
H A Dice1712.h341 struct snd_akm4xxx *akm; member
H A Drevo.c518 ak = ice->akm = kcalloc(2, sizeof(struct snd_akm4xxx), GFP_KERNEL); in revo_init()
H A Dews.c538 ak = ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in snd_ice1712_ews_init()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dd3.h495 __le32 akm; member
508 __le32 akm; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c32 mvmvif->rekey_data.akm = data->akm & 0xFF; in iwl_mvm_set_rekey_data()
1088 kek_kck_cmd.akm = cpu_to_le32(mvmvif->rekey_data.akm); in iwl_mvm_wowlan_config_key_params()
1106 mvmvif->rekey_data.akm); in iwl_mvm_wowlan_config_key_params()
H A Dmvm.h397 u32 akm; member
H A Dmac80211.c3540 switch (mvmvif->rekey_data.akm) { in iwl_mvm_mei_host_associated()
/openbmc/linux/include/net/
H A Dcfg80211.h3473 u32 akm; member
/openbmc/linux/net/wireless/
H A Dnl80211.c14143 rekey_data.akm = nla_get_u32(tb[NL80211_REKEY_DATA_AKM]); in nl80211_set_rekey_data()
/openbmc/linux/
H A DMAINTAINERS3059 W: http://www.akm.com/