Lines Matching defs:bool
154 const fn hpet_time_after(a: u64, b: u64) -> bool { in hpet_time_after()
171 const fn activating_bit(old: u64, new: u64, shift: usize) -> bool { in activating_bit()
176 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()
571 const fn has_msi_flag(&self) -> bool { in has_msi_flag()
575 fn is_legacy_mode(&self) -> bool { in is_legacy_mode()
579 fn is_hpet_enabled(&self) -> bool { in is_hpet_enabled()
583 fn is_timer_int_active(&self, index: usize) -> bool { in is_timer_int_active()
623 fn update_int_status(&self, index: u32, level: bool) { in update_int_status()
875 fn is_rtc_irq_level_needed(&self) -> bool { in is_rtc_irq_level_needed()
879 fn is_offset_needed(&self) -> bool { in is_offset_needed()
883 fn validate_num_timers(&self, _version_id: u8) -> bool { in validate_num_timers()
942 unsafe extern "C" fn hpet_rtc_irq_level_needed(opaque: *mut c_void) -> bool { in hpet_rtc_irq_level_needed()
949 unsafe extern "C" fn hpet_offset_needed(opaque: *mut c_void) -> bool { in hpet_offset_needed()