Searched defs:HotPlugBus (Results 1 – 3 of 3) sorted by relevance
212 pub trait HotPlugBus: Send { interface
179 fn new(port: Arc<Mutex<dyn HotPlugBus>>, downstream_bus: u8) -> Result<Self> { in new()
2425 ) -> Result<Arc<Mutex<dyn HotPlugBus>>> { in get_hp_bus()