Searched defs:Ac97Function (Results 1 – 4 of 4) sorted by relevance
| /external/crosvm/devices/src/pci/ |
| D | ac97_bus_master.rs | 353 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()
|
| D | ac97_regs.rs | 215 pub enum Ac97Function { enum
|
| /external/crosvm/devices/src/pci/ac97_bus_master/sys/ |
| D | unix.rs | 142 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()
|
| D | windows.rs | 188 func: Ac97Function, in start_audio()
|