Searched defs:supported_events (Results 1 – 3 of 3) sorted by relevance
98 let mut supported_events: BTreeMap<u16, virtio_input_bitmap> = BTreeMap::new(); in default_touchscreen_events() localVariable122 let mut supported_events: BTreeMap<u16, virtio_input_bitmap> = BTreeMap::new(); in default_multitouchscreen_events() localVariable144 let mut supported_events: BTreeMap<u16, virtio_input_bitmap> = BTreeMap::new(); in default_trackpad_events() localVariable154 let mut supported_events: BTreeMap<u16, virtio_input_bitmap> = BTreeMap::new(); in default_mouse_events() localVariable167 let mut supported_events: BTreeMap<u16, virtio_input_bitmap> = BTreeMap::new(); in default_keyboard_events() localVariable293 let mut supported_events: BTreeMap<u16, virtio_input_bitmap> = BTreeMap::new(); in default_switch_events() localVariable
191 pub fn supported_events<T: AsRawDescriptor>( in supported_events() function
241 supported_events: BTreeMap<u16, virtio_input_bitmap>, field