Home
last modified time | relevance | path

Searched refs:try_pin_init (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dinit.rs613 macro_rules! try_pin_init { macro
1118 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E> in try_pin_init() method
1134 Self::try_pin_init(init) in pin_init()
1157 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E> in try_pin_init() method
1187 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E> in try_pin_init() method
H A Dprelude.rs30 pub use super::{init, pin_init, try_init, try_pin_init};