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.rs17 InPlaceModule, //
114 impl InPlaceModule for SampleModule { in init()
/linux/rust/kernel/
H A Dlib.rs189 pub trait InPlaceModule: Sync + Send { trait
196 impl<T: Module> InPlaceModule for T {
H A Ddriver.rs261 impl $crate::InPlaceModule for DriverModule {