Searched defs:Scmi (Results 1 – 3 of 3) sorted by relevance
34 pub struct Scmi { struct36 vhost_handle: Option<VhostScmiHandle>, argument42 impl Scmi { impl44 pub fn new(vhost_scmi_device_path: &Path, base_features: u64) -> Result<Scmi> { in new()68 impl VirtioDevice for Scmi { implementation164 impl Suspendable for Scmi {} implementation
18 pub struct Scmi { struct22 impl Scmi { argument24 pub fn new(vhost_scmi_device_path: &Path) -> Result<Scmi> { in new()36 impl Vhost for Scmi {} implementation38 impl AsRawDescriptor for Scmi { implementation
185 Scmi = virtio_ids::VIRTIO_ID_SCMI, enumerator