Searched defs:virtio_input_bitmap (Results 1 – 2 of 2) sorted by relevance
180 fn set_payload_bitmap(&mut self, bitmap: &virtio_input_bitmap) { in set_payload_bitmap()196 pub struct virtio_input_bitmap { struct200 impl virtio_input_bitmap { implementation201 fn new(bitmap: [u8; 128]) -> virtio_input_bitmap { in new()210 fn from_bits(set_indices: &[u16]) -> virtio_input_bitmap { in from_bits()253 properties: virtio_input_bitmap, in new()254 supported_events: BTreeMap<u16, virtio_input_bitmap>, in new() argument
163 pub fn properties<T: AsRawDescriptor>(descriptor: &T) -> Result<virtio_input_bitmap> { in properties()180 ) -> Result<BTreeMap<u16, virtio_input_bitmap>> { in supported_events() argument