Home
last modified time | relevance | path

Searched refs:pin_init_scope (Results 1 – 6 of 6) sorted by relevance

/linux/rust/kernel/pci/
H A Dirq.rs183 pin_init::pin_init_scope(move || { in request_irq()
198 pin_init::pin_init_scope(move || { in request_threaded_irq()
/linux/rust/kernel/
H A Dplatform.rs343 pin_init::pin_init_scope(move || {
372 pin_init::pin_init_scope(move || {
H A Dauxiliary.rs348 pin_init::pin_init_scope(move || { in new()
/linux/samples/rust/
H A Drust_dma.rs59 pin_init::pin_init_scope(move || { in probe()
H A Drust_driver_pci.rs101 pin_init::pin_init_scope(move || { in probe()
/linux/rust/pin-init/src/
H A Dlib.rs1288 pub fn pin_init_scope<T, E, F, I>(make_init: F) -> impl PinInit<T, E> in pin_init_scope() function