Lines Matching refs:Clock
29 pub struct Clock(Opaque<bindings::Clock>); struct
31 unsafe impl Send for Clock {} implementation
32 unsafe impl Sync for Clock {} implementation
274 ) -> Owned<Clock> { in init_clock_in() argument
280 ) -> Owned<Clock> { in init_clock_in() argument
297 let clk: &Clock = Clock::from_raw(clk); in init_clock_in()
327 fn init_clock_out(&self, name: &str) -> Owned<Clock> { in init_clock_out() argument
332 let clk: &Clock = Clock::from_raw(clk); in init_clock_out()
394 unsafe impl ObjectType for Clock { implementation
399 qom_isa!(Clock: Object);