Home
last modified time | relevance | path

Searched refs:DriverData (Results 1 – 7 of 7) sorted by relevance

/linux/rust/kernel/
H A Ddriver.rs125 /// - `DriverData` is the type of the driver's device private data.
132 type DriverData<'bound>;
205 // SAFETY: By the safety requirements of the `Driver` trait, `T::DriverData` is the in callbacks_attach()
207 drop(unsafe { dev.drvdata_obtain::<T::DriverData<'_>>() }); in callbacks_attach()
122 type DriverData; global() typedef
H A Dauxiliary.rs51 type DriverData<'bound> = T::Data<'bound>; in register()
44 type DriverData = T; global() typedef
H A Dpci.rs69 type DriverData<'bound> = T::Data<'bound>;
67 type DriverData = T; global() typedef
H A Dusb.rs41 type DriverData<'bound> = T::Data<'bound>;
46 type DriverData = T; global() typedef
H A Dplatform.rs53 type DriverData<'bound> = T::Data<'bound>; typedef
H A Di2c.rs91 type DriverData<'bound> = T::Data<'bound>; typedef
/linux/rust/pin-init/
H A DREADME.md130 struct DriverData {
136 impl DriverData {