Searched defs:event_devices (Results 1 – 8 of 8) sorted by relevance
234 let event_devices = Vec::new(); in run_gpu_device() localVariable
183 pub event_devices: Vec<EventDevice>, field
62 event_devices: Rc<RefCell<HashMap<ObjectId, EventDevice>>>, field
591 let event_devices = if let Some(InputEventSplitConfig { in create_virtio_devices() localVariable729 let event_devices = event_devices.ok_or_else(|| { in create_virtio_gpu_device() localVariable
1386 event_devices: Option<Vec<EventDevice>>, field1604 let event_devices = self.event_devices.take().expect("missing event_devices"); in start_worker_thread() localVariable
417 event_devices: BTreeMap<u32, EventDevice>, field
1712 let mut event_devices = vec![]; in platform_create_input_event_config() localVariable
287 let mut event_devices = Vec::new(); in create_virtio_devices() localVariable