/linux-6.1.9/sound/pci/ice1712/ |
D | ak4xxx.c | 142 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()
|
D | juli.c | 316 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()
|
D | phase.c | 128 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()
|
D | delta.c | 594 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()
|
D | pontis.c | 70 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()
|
D | prodigy_hifi.c | 116 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()
|
D | quartet.c | 521 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()
|
D | aureon.c | 605 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()
|
D | hoontech.c | 308 ak = ice->akm = kmalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in snd_ice1712_value_init()
|
D | ice1712.c | 395 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()
|
D | ice1724.c | 678 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()
|
D | ice1712.h | 341 struct snd_akm4xxx *akm; member
|
D | revo.c | 518 ak = ice->akm = kcalloc(2, sizeof(struct snd_akm4xxx), GFP_KERNEL); in revo_init()
|
D | ews.c | 538 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/ |
D | d3.h | 492 __le32 akm; member 505 __le32 akm; member
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | d3.c | 32 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()
|
D | mvm.h | 372 u32 akm; member
|
D | mac80211.c | 3079 switch (mvmvif->rekey_data.akm) { in iwl_mvm_mei_host_associated()
|
/linux-6.1.9/include/net/ |
D | cfg80211.h | 3383 u32 akm; member
|
/linux-6.1.9/net/wireless/ |
D | nl80211.c | 13820 rekey_data.akm = nla_get_u32(tb[NL80211_REKEY_DATA_AKM]); in nl80211_set_rekey_data()
|
/linux-6.1.9/ |
D | MAINTAINERS | 3167 W: http://www.akm.com/
|