Home
last modified time | relevance | path

Searched defs:is_aes (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/pci/mixart/
H A Dmixart_mixer.c710 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) 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()
827 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get() local
849 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_put() local
919 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_sw_put() local
H A Dmixart.c610 int is_aes = stream->pcm_number > MIXART_PCM_ANALOG; in snd_mixart_hw_params() local
/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c212 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() function