Home
last modified time | relevance | path

Searched defs:ThisModule (Results 1 – 6 of 6) sorted by relevance

/linux/rust/kernel/
H A Dlib.rs198 pub struct ThisModule(*mut bindings::module); struct
201 unsafe impl Sync for ThisModule {} implementation
203 impl ThisModule { impl
209 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr()
H A Ddriver.rs124 module: &'static ThisModule, in register()
H A Dplatform.rs35 register( pdrv: &Opaque<Self::RegType>, name: &'static CStr, module: &'static ThisModule, ) -> Result register() argument
H A Dauxiliary.rs32 module: &'static ThisModule, in register() argument
H A Dpci.rs37 register( pdrv: &Opaque<Self::RegType>, name: &'static CStr, module: &'static ThisModule, ) -> Result register() argument
/linux/rust/kernel/net/
H A Dphy.rs655 register( module: &'static crate::ThisModule, drivers: Pin<&'static mut [DriverVTable]>, ) -> Result<Self> register() argument