Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddriver.rs123 const DEVICE_DRIVER_OFFSET: usize; constant
204 let base = unsafe { ptr.add(T::DEVICE_DRIVER_OFFSET) }; in callbacks_attach()
H A Dauxiliary.rs34 const DEVICE_DRIVER_OFFSET: usize = core::mem::offset_of!(Self::DriverType, driver); constant
H A Dpci.rs61 const DEVICE_DRIVER_OFFSET: usize = core::mem::offset_of!(Self::DriverType, driver); constant
H A Dusb.rs38 const DEVICE_DRIVER_OFFSET: usize = core::mem::offset_of!(Self::DriverType, driver); constant
H A Dplatform.rs37 const DEVICE_DRIVER_OFFSET: usize = core::mem::offset_of!(Self::DriverType, driver); constant
H A Di2c.rs103 const DEVICE_DRIVER_OFFSET: usize = core::mem::offset_of!(Self::DriverType, driver); constant