Home
last modified time | relevance | path

Searched refs:as_bound (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/irq/
H A Drequest.rs271 let device = unsafe { registration.inner.device().as_bound() }; in handle_irq_callback()
492 let device = unsafe { registration.inner.device().as_bound() }; in handle_threaded_irq_callback()
508 let device = unsafe { registration.inner.device().as_bound() }; in thread_fn_callback()
/linux/rust/kernel/
H A Dauxiliary.rs258 unsafe { parent.as_bound() } in parent()
H A Ddevice.rs194 pub unsafe fn as_bound(&self) -> &Device<Bound> { in as_bound() method