Lines Matching refs:base_features

517                 virtio::base_features(cfg.protected_vm),  in create_block_device()
531 virtio::base_features(cfg.protected_vm), in create_block_device()
550 let dev = VhostUserBlock::new(virtio::base_features(cfg.protected_vm), &opt.socket) in create_vhost_user_block_device()
562 virtio::base_features(cfg.protected_vm), in create_vhost_user_fs_device()
577 virtio::Rng::new(virtio::base_features(cfg.protected_vm)).map_err(Error::RngDeviceNew)?; in create_rng_device()
647 virtio::base_features(cfg.protected_vm), in create_single_touch_device()
670 virtio::base_features(cfg.protected_vm), in create_multi_touch_device()
691 virtio::base_features(cfg.protected_vm), in create_trackpad_device()
707 let dev = virtio::new_mouse(socket, virtio::base_features(cfg.protected_vm)) in create_mouse_device()
722 let dev = virtio::new_keyboard(socket, virtio::base_features(cfg.protected_vm)) in create_keyboard_device()
737 let dev = virtio::new_switches(socket, virtio::base_features(cfg.protected_vm)) in create_switches_device()
753 let dev = virtio::new_evdev(dev_file, virtio::base_features(cfg.protected_vm)) in create_vinput_device()
763 let dev = virtio::Balloon::new(virtio::base_features(cfg.protected_vm), tube) in create_balloon_device()
787 let features = virtio::base_features(cfg.protected_vm); in create_tap_net_device()
810 let features = virtio::base_features(cfg.protected_vm); in create_net_device()
841 let dev = VhostUserNet::new(virtio::base_features(cfg.protected_vm), &opt.socket) in create_vhost_user_net_device()
891 virtio::base_features(cfg.protected_vm), in create_gpu_device()
1025 let features = virtio::base_features(cfg.protected_vm); in create_wayland_device()
1122 virtio::base_features(cfg.protected_vm), in create_video_device()
1142 let features = virtio::base_features(cfg.protected_vm); in create_vhost_vsock_device()
1181 let features = virtio::base_features(cfg.protected_vm); in create_fs_device()
1226 let features = virtio::base_features(cfg.protected_vm); in create_9p_device()
1316 virtio::base_features(cfg.protected_vm), in create_pmem_device()
1528 virtio::base_features(cfg.protected_vm), in create_virtio_devices()
1542 virtio::base_features(cfg.protected_vm), in create_virtio_devices()