Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dbus.rs349 struct BusEntry { struct
367 devices: Arc<Mutex<BTreeMap<BusRange, BusEntry>>>, argument
396 fn first_before(&self, addr: u64) -> Option<(BusRange, BusEntry)> { in first_before() argument
404 fn get_device(&self, addr: u64) -> Option<(u64, u64, BusEntry)> { in get_device() argument