Home
last modified time | relevance | path

Searched refs:ClockSource (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/time/
H A Dhrtimer.rs70 use super::{ClockSource, Delta, Instant};
522 impl<C: ClockSource> HrTimerExpires for Instant<C> {
537 use crate::time::ClockSource;
541 impl<C: ClockSource> Sealed for super::AbsoluteMode<C> {}
542 impl<C: ClockSource> Sealed for super::RelativeMode<C> {}
543 impl<C: ClockSource> Sealed for super::AbsolutePinnedMode<C> {}
544 impl<C: ClockSource> Sealed for super::RelativePinnedMode<C> {}
545 impl<C: ClockSource> Sealed for super::AbsoluteSoftMode<C> {}
546 impl<C: ClockSource> Sealed for super::RelativeSoftMode<C> {}
547 impl<C: ClockSource> Sealed for super::AbsolutePinnedSoftMode<C> {}
[all …]
/linux/rust/kernel/
H A Dtime.rs63 pub trait ClockSource { trait
88 impl ClockSource for Monotonic {
113 impl ClockSource for RealTime {
131 impl ClockSource for BootTime {
153 impl ClockSource for Tai {
169 pub struct Instant<C: ClockSource> {
174 impl<C: ClockSource> Clone for Instant<C> {
180 impl<C: ClockSource> Copy for Instant<C> {}
182 impl<C: ClockSource> Instant<C> {
228 impl<C: ClockSource> ops::Sub for Instant<C> {
[all …]
/linux/drivers/gpu/drm/radeon/
H A Datombios.h315 …USHORT ClockSource; //Atomic Table, indirectly used by various SW comp… member
/linux/drivers/gpu/drm/amd/include/
H A Datombios.h344 …USHORT ClockSource; //Atomic Table, indirectly used by various SW comp… member