Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_driver_auxiliary.rs8 auxiliary, bindings, c_str, device::Core, driver, error::Error, pci, prelude::*, InPlaceModule,
104 impl InPlaceModule for SampleModule {
H A Drust_misc_device.rs131 impl kernel::InPlaceModule for RustMiscDeviceModule {
H A Drust_configfs.rs44 impl kernel::InPlaceModule for RustConfigfs {
/linux/rust/kernel/
H A Dlib.rs155 pub trait InPlaceModule: Sync + Send { interface
162 impl<T: Module> InPlaceModule for T {
H A Ddriver.rs199 impl $crate::InPlaceModule for DriverModule {