Lines Matching refs:Microphone
61 Ac97Function::Microphone => &self.mc_regs, in func_regs()
69 Ac97Function::Microphone => &mut self.mc_regs, in func_regs_mut()
401 MC_LVI_25 => self.set_lvi(Ac97Function::Microphone, val), in writeb()
402 MC_SR_26 => self.set_sr(Ac97Function::Microphone, u16::from(val)), in writeb()
404 MC_CR_2B => self.set_cr(Ac97Function::Microphone, val, mixer), in writeb()
421 MC_SR_26 => self.set_sr(Ac97Function::Microphone, val), in writew()
436 MC_BDBAR_20 => self.set_bdbar(Ac97Function::Microphone, val), in writel()
468 Ac97Function::Microphone => self.pmic_info.thread_semaphore.notify_one(), in set_lvi()
542 Ac97Function::Microphone => vec![StreamEffect::EchoCancellation], in stream_effects()
560 Ac97Function::Microphone => StreamDirection::Capture, in create_audio_worker()
615 Ac97Function::Microphone => &self.pmic_info, in thread_info()
623 Ac97Function::Microphone => &mut self.pmic_info, in thread_info_mut()
632 || self.thread_info(Ac97Function::Microphone).is_running() in is_audio_running()
645 self.thread_info_mut(Ac97Function::Microphone).stop(); in stop_all_audio()
659 Self::reset_func_regs(&mut regs, Ac97Function::Microphone); in reset_audio_regs()
929 Ac97Function::Microphone => GS_MINT, in update_sr()
1191 start_capture(Ac97Function::Microphone); in run_capture()
1219 Ac97Function::Microphone => ( in start_capture()