Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_driver_auxiliary.rs15 InPlaceModule,
113 impl InPlaceModule for SampleModule {
/linux/rust/kernel/
H A Dlib.rs179 pub trait InPlaceModule: Sync + Send { interface
186 impl<T: Module> InPlaceModule for T {
H A Ddriver.rs199 impl $crate::InPlaceModule for DriverModule {