Searched defs:BackendDeviceType (Results 1 – 5 of 5) sorted by relevance
85 device: &mut BackendDeviceType, in handle_transfer()125 device: &mut BackendDeviceType, in get_transfer_buffer()151 device: &mut BackendDeviceType, in handle_bulk_transfer()166 device: &mut BackendDeviceType, in handle_interrupt_transfer()177 device: &mut BackendDeviceType, in do_handle_transfer()
55 pub enum BackendDeviceType { enum62 impl AsRawDescriptor for BackendDeviceType { implementation68 impl BackendDevice for BackendDeviceType { implementation226 impl XhciBackendDevice for BackendDeviceType { implementation291 impl BackendDeviceType { implementation
24 ) -> Result<(Arc<Mutex<BackendDeviceType>>, Arc<dyn EventHandler>)> { in attach_host_backend_device()
26 ) -> Result<(Arc<Mutex<BackendDeviceType>>, Arc<dyn EventHandler>)> { in attach_security_key()
117 pub fn backend_device(&self) -> MutexGuard<Option<Arc<Mutex<BackendDeviceType>>>> { in backend_device()134 device: Arc<Mutex<BackendDeviceType>>, in attach()