Searched defs:Pit (Results 1 – 2 of 2) sorted by relevance
183 pub struct Pit { struct185 counters: Vec<Arc<Mutex<PitCounter>>>, argument189 worker_thread: Option<thread::JoinHandle<PitResult<()>>>, argument193 impl Drop for Pit { argument212 impl BusDevice for Pit { implementation257 impl Pit { implementation258 pub fn new(interrupt_evt: EventFd, clock: Arc<Mutex<Clock>>) -> PitResult<Pit> { in new()778 fn write_command(pit: &mut Pit, command: u8) { in write_command()783 fn write_speaker(pit: &mut Pit, command: u8) { in write_speaker()788 fn write_counter(pit: &mut Pit, counter_idx: usize, data: u16, access_mode: CommandAccess) { in write_counter()[all …]
21 Pit = KVM_CAP_PIT, enumerator