Lines Matching refs:aes_bits
865 int aes_idx, unsigned char *aes_bits) in pcxhr_iec958_capture_byte() argument
923 *aes_bits = temp; in pcxhr_iec958_capture_byte()
931 unsigned char aes_bits; in pcxhr_iec958_get() local
937 aes_bits = chip->aes_bits[i]; in pcxhr_iec958_get()
941 &aes_bits); in pcxhr_iec958_get()
944 &aes_bits); in pcxhr_iec958_get()
948 ucontrol->value.iec958.status[i] = aes_bits; in pcxhr_iec958_get()
964 int aes_idx, unsigned char aes_bits) in pcxhr_iec958_update_byte() argument
967 unsigned char new_bits = aes_bits; in pcxhr_iec958_update_byte()
968 unsigned char old_bits = chip->aes_bits[aes_idx]; in pcxhr_iec958_update_byte()
993 chip->aes_bits[aes_idx] = aes_bits; in pcxhr_iec958_update_byte()
1006 if (ucontrol->value.iec958.status[i] != chip->aes_bits[i]) { in pcxhr_iec958_put()
1068 chip->aes_bits[0] = (IEC958_AES0_PROFESSIONAL | in pcxhr_init_audio_levels()