Lines Matching refs:Ac97FunctionRegs
33 pi_regs: Ac97FunctionRegs, // Input
34 po_regs: Ac97FunctionRegs, // Output
36 mc_regs: Ac97FunctionRegs, // Microphone
47 pi_regs: Ac97FunctionRegs::new(), in new()
48 po_regs: Ac97FunctionRegs::new(), in new()
50 mc_regs: Ac97FunctionRegs::new(), in new()
57 fn func_regs(&self, func: Ac97Function) -> &Ac97FunctionRegs { in func_regs() argument
65 fn func_regs_mut(&mut self, func: Ac97Function) -> &mut Ac97FunctionRegs { in func_regs_mut() argument
312 fn readb_func_regs(func_regs: &Ac97FunctionRegs, offset: u64) -> u8 { in readb() argument
671 func_regs: &Ac97FunctionRegs, in get_buffer_offset() argument
686 func_regs: &Ac97FunctionRegs, in get_buffer_samples() argument
963 func_regs: &Ac97FunctionRegs, in current_buffer_size() argument