Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/ice1712/
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()
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()
474 struct snd_akm4xxx *ak = ice->akm; in juli_resume()
485 struct snd_akm4xxx *ak = ice->akm; in juli_suspend()
562 juli_akm_set_rate_val(ice->akm, rate); in juli_ak4114_change()
619 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in juli_init()
620 ak = ice->akm; in juli_init()
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()
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()
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()
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()
Dquartet.c521 struct snd_akm4xxx *ak = ice->akm; in qtet_mute_put()
939 qtet_akm_set_rate_val(ice->akm, rate); in qtet_ak4113_change()
1027 ice->akm = kcalloc(2, sizeof(struct snd_akm4xxx), GFP_KERNEL); in qtet_init()
1028 ak = ice->akm; in qtet_init()
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()
2106 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in aureon_init()
2107 if (!ice->akm) in aureon_init()
Dhoontech.c308 ak = ice->akm = kmalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in snd_ice1712_value_init()
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()
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()
Dice1712.h341 struct snd_akm4xxx *akm; member
Drevo.c518 ak = ice->akm = kcalloc(2, sizeof(struct snd_akm4xxx), GFP_KERNEL); in revo_init()
Dews.c538 ak = ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in snd_ice1712_ews_init()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/api/
Dd3.h492 __le32 akm; member
505 __le32 akm; member
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c32 mvmvif->rekey_data.akm = data->akm & 0xFF; in iwl_mvm_set_rekey_data()
1073 kek_kck_cmd.akm = cpu_to_le32(mvmvif->rekey_data.akm); in iwl_mvm_wowlan_config_key_params()
1091 mvmvif->rekey_data.akm); in iwl_mvm_wowlan_config_key_params()
Dmvm.h372 u32 akm; member
Dmac80211.c3079 switch (mvmvif->rekey_data.akm) { in iwl_mvm_mei_host_associated()
/linux-6.1.9/include/net/
Dcfg80211.h3383 u32 akm; member
/linux-6.1.9/net/wireless/
Dnl80211.c13820 rekey_data.akm = nla_get_u32(tb[NL80211_REKEY_DATA_AKM]); in nl80211_set_rekey_data()
/linux-6.1.9/
DMAINTAINERS3167 W: http://www.akm.com/