Searched defs:virtio_input_bitmap (Results 1 – 3 of 3) sorted by relevance
188 fn set_payload_bitmap(&mut self, bitmap: &virtio_input_bitmap) { in set_payload_bitmap()204 pub struct virtio_input_bitmap { struct212 impl virtio_input_bitmap { impl213 fn new(bitmap: [u8; 128]) -> virtio_input_bitmap { in new()222 fn from_bits(set_indices: &[u16]) -> virtio_input_bitmap { in from_bits()266 properties: virtio_input_bitmap, in new()267 supported_events: BTreeMap<u16, virtio_input_bitmap>, in new() argument
174 pub fn properties<T: AsRawDescriptor>(descriptor: &T) -> Result<virtio_input_bitmap> { in properties()192 ) -> Result<BTreeMap<u16, virtio_input_bitmap>> { in supported_events() argument
161 supported_events: BTreeMap<u16, virtio_input_bitmap>, in new_custom_config() argument