Lines Matching refs:bindings

89     timer: Opaque<bindings::hrtimer>,
110 timer <- Opaque::ffi_init(move |place: *mut bindings::hrtimer| { in new()
115 bindings::hrtimer_setup( in new()
135 unsafe fn raw_get(this: *const Self) -> *mut bindings::hrtimer { in raw_get()
169 unsafe { bindings::hrtimer_cancel(c_timer_ptr) != 0 } in raw_cancel()
188 bindings::hrtimer_forward(Self::raw_get(self_ptr), now.as_nanos(), interval.as_nanos()) in raw_forward()
376 unsafe extern "C" fn run(this: *mut bindings::hrtimer) -> bindings::hrtimer_restart; in run()
467 unsafe fn c_timer_ptr(this: *const Self) -> *const bindings::hrtimer { in c_timer_ptr()
486 bindings::hrtimer_start_range_ns( in start()
501 NoRestart = bindings::hrtimer_restart_HRTIMER_NORESTART,
503 Restart = bindings::hrtimer_restart_HRTIMER_RESTART,
507 fn into_c(self) -> bindings::hrtimer_restart { in into_c()
508 self as bindings::hrtimer_restart in into_c()
558 const C_MODE: bindings::hrtimer_mode;
571 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS;
581 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL;
590 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_PINNED;
599 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL_PINNED;
608 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_SOFT;
617 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL_SOFT;
626 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_PINNED_SOFT;
635 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL_PINNED_SOFT;
644 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_HARD;
653 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL_HARD;
662 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_ABS_PINNED_HARD;
671 const C_MODE: bindings::hrtimer_mode = bindings::hrtimer_mode_HRTIMER_MODE_REL_PINNED_HARD;