Home
last modified time | relevance | path

Searched refs:Aml (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/acpi_tables/src/
Daml.rs8 pub trait Aml { interface
79 impl Aml for Zero {
89 impl Aml for One {
99 impl Aml for Ones {
112 impl Aml for Path {
162 impl Aml for Byte {
171 impl Aml for Word {
180 impl Aml for DWord {
189 impl Aml for QWord {
201 impl Aml for Name {
[all …]
/external/crosvm/devices/src/
Dacpi.rs6 use acpi_tables::{aml, aml::Aml};
142 impl Aml for ACPIPMResource {
Dbat.rs6 use acpi_tables::{aml, aml::Aml};
498 impl Aml for GoldfishBattery {
/external/crosvm/arch/src/
Dlib.rs18 use acpi_tables::aml::Aml;
480 Aml::to_aml_bytes(&goldfish_bat, amls); in add_goldfish_battery()
/external/crosvm/x86_64/src/
Dlib.rs57 use acpi_tables::aml::Aml;
1073 Aml::to_aml_bytes(&pmresource, &mut amls); in setup_acpi_devices()