Home
last modified time | relevance | path

Searched defs:Scmi (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/
H A Dscmi.rs34 pub struct Scmi { struct
36 vhost_handle: Option<VhostScmiHandle>, argument
42 impl Scmi { impl
44 pub fn new(vhost_scmi_device_path: &Path, base_features: u64) -> Result<Scmi> { in new()
68 impl VirtioDevice for Scmi { implementation
164 impl Suspendable for Scmi {} implementation
/aosp_15_r20/external/crosvm/vhost/src/
H A Dscmi.rs18 pub struct Scmi { struct
22 impl Scmi { argument
24 pub fn new(vhost_scmi_device_path: &Path) -> Result<Scmi> { in new()
36 impl Vhost for Scmi {} implementation
38 impl AsRawDescriptor for Scmi { implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dmod.rs185 Scmi = virtio_ids::VIRTIO_ID_SCMI, enumerator