Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dacpi.rs91 struct DirectGpe { struct
92 num: u32,
93 path: PathBuf,
94 ready: bool,
95 enabled: bool,
402 impl DirectGpe { impl
403 fn new(gpe: u32) -> DirectGpe { in new()