Searched refs:DriverData (Results 1 – 7 of 7) sorted by relevance
125 /// - `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
51 type DriverData<'bound> = T::Data<'bound>; in register() 44 type DriverData = T; global() typedef
69 type DriverData<'bound> = T::Data<'bound>;67 type DriverData = T; global() typedef
41 type DriverData<'bound> = T::Data<'bound>;46 type DriverData = T; global() typedef
53 type DriverData<'bound> = T::Data<'bound>; typedef
91 type DriverData<'bound> = T::Data<'bound>; typedef
130 struct DriverData {136 impl DriverData {