Lines Matching defs:bool
150 const fn hpet_time_after(a: u64, b: u64) -> bool { in hpet_time_after()
167 const fn activating_bit(old: u64, new: u64, shift: usize) -> bool { in activating_bit()
172 const fn deactivating_bit(old: u64, new: u64, shift: usize) -> bool { in deactivating_bit()
248 fn is_int_active(&self) -> bool { in is_int_active()
252 const fn is_fsb_route_enabled(&self) -> bool { in is_fsb_route_enabled()
256 const fn is_periodic(&self) -> bool { in is_periodic()
260 const fn is_int_enabled(&self) -> bool { in is_int_enabled()
264 const fn is_32bit_mod(&self) -> bool { in is_32bit_mod()
268 const fn is_valset_enabled(&self) -> bool { in is_valset_enabled()
277 const fn is_int_level_triggered(&self) -> bool { in is_int_level_triggered()
325 fn set_irq(&mut self, set: bool) { in set_irq()
351 fn update_irq(&mut self, set: bool) { in update_irq()
570 const fn has_msi_flag(&self) -> bool { in has_msi_flag()
574 fn is_legacy_mode(&self) -> bool { in is_legacy_mode()
578 fn is_hpet_enabled(&self) -> bool { in is_hpet_enabled()
582 fn is_timer_int_active(&self, index: usize) -> bool { in is_timer_int_active()
613 fn update_int_status(&self, index: u32, level: bool) { in update_int_status()