Home
last modified time | relevance | path

Searched defs:Ac97Function (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/pci/
Dac97_bus_master.rs353 fn set_bdbar(&mut self, func: Ac97Function, val: u32) { in set_bdbar()
357 fn set_lvi(&mut self, func: Ac97Function, val: u8) { in set_lvi()
378 fn set_sr(&mut self, func: Ac97Function, val: u16) { in set_sr()
392 fn set_cr(&mut self, func: Ac97Function, val: u8, mixer: &Ac97Mixer) { in set_cr()
445 fn current_sample_rate(&self, func: Ac97Function, mixer: &Ac97Mixer) -> u32 { in current_sample_rate()
481 fn reset_func_regs(regs: &mut Ac97BusMasterRegs, func: Ac97Function) { in reset_func_regs()
513 func: Ac97Function, in buffer_completed()
547 fn update_sr(regs: &mut Ac97BusMasterRegs, func: Ac97Function, val: u16) { in update_sr()
Dac97_regs.rs215 pub enum Ac97Function { enum
/external/crosvm/devices/src/pci/ac97_bus_master/sys/
Dunix.rs142 pub(in crate::pci::ac97_bus_master) fn thread_semaphore_notify(&self, func: Ac97Function) { in thread_semaphore_notify()
160 func: Ac97Function, in create_audio_worker()
229 func: Ac97Function, in start_audio()
268 func: Ac97Function, in next_guest_buffer()
599 fn start_capture(func: Ac97Function) { in start_capture()
Dwindows.rs188 func: Ac97Function, in start_audio()