Searched refs:InnerFbDevice (Results 1 – 1 of 1) sorted by relevance
211 inner: SpinLock<InnerFbDevice>,219 inner: SpinLock::new(InnerFbDevice { in new()251 fn do_device_number(&self, inner_guard: &SpinLockGuard<'_, InnerFbDevice>) -> DeviceNumber { in do_device_number()255 fn inner(&self) -> SpinLockGuard<InnerFbDevice> { in inner() argument261 struct InnerFbDevice { struct