Searched refs:regs_ptr (Results 1 – 3 of 3) sorted by relevance
37 auto regs_ptr = reinterpret_cast<hda_registers_t*>(snapshot_regs_buffer.snapshot); in SnapshotRegs() local38 auto& out_regs = *regs_ptr; in SnapshotRegs()
517 uint8_t* regs_ptr = nullptr; in ProbeAudioDSP() local521 regs_ptr = reinterpret_cast<uint8_t*>(regs()) + offset; in ProbeAudioDSP()522 pp_regs = reinterpret_cast<hda_pp_registers_t*>(regs_ptr); in ProbeAudioDSP()
140 const auto regs_ptr = reinterpret_cast<hda_registers_t*>(resp.snapshot); in DumpRegs() local141 const auto& regs = *regs_ptr; in DumpRegs()
Completed in 4 milliseconds