Searched refs:is_aes (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/mixart/ |
H A D | mixart_mixer.h | 14 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx); 15 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes);
|
H A D | mixart_mixer.c | 710 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) in mixart_update_playback_stream_level() argument 723 if(is_aes) { in mixart_update_playback_stream_level() 762 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes) in mixart_update_capture_stream_level() argument 770 if(is_aes) { in mixart_update_capture_stream_level() 827 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get() local 830 if(is_aes) stored_volume = chip->digital_capture_volume[1]; /* AES capture */ in mixart_pcm_vol_get() 834 if(is_aes) stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES playback */ in mixart_pcm_vol_get() 849 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_put() local 854 if (is_aes) /* AES capture */ in mixart_pcm_vol_put() 860 if (is_aes) /* AE in mixart_pcm_vol_put() 919 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; mixart_pcm_sw_put() local [all...] |
H A D | mixart.c | 611 int is_aes = stream->pcm_number > MIXART_PCM_ANALOG; in snd_mixart_hw_params() local 613 mixart_update_playback_stream_level(chip, is_aes, subs->number); in snd_mixart_hw_params() 615 mixart_update_capture_stream_level( chip, is_aes); in snd_mixart_hw_params()
|
/kernel/linux/linux-6.6/sound/pci/mixart/ |
H A D | mixart_mixer.h | 14 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx); 15 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes);
|
H A D | mixart_mixer.c | 710 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) in mixart_update_playback_stream_level() argument 723 if(is_aes) { in mixart_update_playback_stream_level() 762 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes) in mixart_update_capture_stream_level() argument 770 if(is_aes) { in mixart_update_capture_stream_level() 827 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get() local 830 if(is_aes) stored_volume = chip->digital_capture_volume[1]; /* AES capture */ in mixart_pcm_vol_get() 834 if(is_aes) stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES playback */ in mixart_pcm_vol_get() 849 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_put() local 854 if (is_aes) /* AES capture */ in mixart_pcm_vol_put() 860 if (is_aes) /* AE in mixart_pcm_vol_put() 919 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; mixart_pcm_sw_put() local [all...] |
H A D | mixart.c | 610 int is_aes = stream->pcm_number > MIXART_PCM_ANALOG; in snd_mixart_hw_params() local 612 mixart_update_playback_stream_level(chip, is_aes, subs->number); in snd_mixart_hw_params() 614 mixart_update_capture_stream_level( chip, is_aes); in snd_mixart_hw_params()
|
/kernel/linux/linux-6.6/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 212 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() function 345 if (is_aes(cryp)) { in stm32_cryp_hw_write_iv() 365 if (is_aes(cryp)) { in stm32_cryp_get_iv() 475 if (is_aes(c) && c->caps->linear_aes_key) { in stm32_cryp_hw_write_key() 495 if (is_aes(cryp) && is_ecb(cryp)) in stm32_cryp_get_hw_mode() 498 if (is_aes(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode() 501 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_get_hw_mode() 504 if (is_aes(cryp) && is_gcm(cryp)) in stm32_cryp_get_hw_mode() 507 if (is_aes(cryp) && is_ccm(cryp)) in stm32_cryp_get_hw_mode() 1175 cryp->hw_blocksize = is_aes(cry in stm32_cryp_prepare_req() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 167 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() function 282 if (is_aes(cryp)) { in stm32_cryp_hw_write_iv() 299 if (is_aes(cryp)) { in stm32_cryp_get_iv() 323 if (is_aes(cryp) && is_ecb(cryp)) in stm32_cryp_get_hw_mode() 326 if (is_aes(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode() 329 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_get_hw_mode() 332 if (is_aes(cryp) && is_gcm(cryp)) in stm32_cryp_get_hw_mode() 335 if (is_aes(cryp) && is_ccm(cryp)) in stm32_cryp_get_hw_mode() 1009 cryp->hw_blocksize = is_aes(cryp) ? AES_BLOCK_SIZE : DES_BLOCK_SIZE; in stm32_cryp_prepare_req() 1471 if (is_aes(cry in stm32_cryp_irq_write_data() [all...] |
Completed in 15 milliseconds