Lines Matching refs:InputDeviceNew
139 InputDeviceNew(virtio::InputError), enumerator
261 InputDeviceNew(e) => write!(f, "failed to set up input device: {}", e), in fmt()
649 .map_err(Error::InputDeviceNew)?; in create_single_touch_device()
672 .map_err(Error::InputDeviceNew)?; in create_multi_touch_device()
693 .map_err(Error::InputDeviceNew)?; in create_trackpad_device()
708 .map_err(Error::InputDeviceNew)?; in create_mouse_device()
723 .map_err(Error::InputDeviceNew)?; in create_keyboard_device()
738 .map_err(Error::InputDeviceNew)?; in create_switches_device()
754 .map_err(Error::InputDeviceNew)?; in create_vinput_device()
1530 .map_err(Error::InputDeviceNew)?; in create_virtio_devices()
1544 .map_err(Error::InputDeviceNew)?; in create_virtio_devices()