Searched refs:TouchDeviceOption (Results 1 – 2 of 2) sorted by relevance
62 struct TouchDeviceOption { struct68 impl TouchDeviceOption { argument69 fn new(path: PathBuf) -> TouchDeviceOption { in new() argument70 TouchDeviceOption { in new()124 virtio_single_touch: Option<TouchDeviceOption>,125 virtio_trackpad: Option<TouchDeviceOption>,725 TouchDeviceOption::new(PathBuf::from(it.next().unwrap().to_owned())); in set_argument()744 TouchDeviceOption::new(PathBuf::from(it.next().unwrap().to_owned())); in set_argument()
55 use crate::{Config, DiskOption, Executable, TouchDeviceOption};424 fn create_single_touch_device(cfg: &Config, single_touch_spec: &TouchDeviceOption) -> DeviceResult { in create_single_touch_device()438 fn create_trackpad_device(cfg: &Config, trackpad_spec: &TouchDeviceOption) -> DeviceResult { in create_trackpad_device()