Searched defs:root_device (Results 1 – 4 of 4) sorted by relevance
147 fn root_device(&self) -> Option<Weak<dyn Device>> { in root_device() method148 let root_device = platform_bus_device() as Arc<dyn Device>; in root_device() localVariable
155 fn root_device(&self) -> Option<Weak<dyn Device>> { in root_device() method156 let root_device = pci_bus_device() as Arc<dyn Device>; in root_device() localVariable
44 let root_device = CpuSubSystemFakeRootDevice::new(); in init() localVariable
108 fn root_device(&self) -> Option<Weak<dyn Device>> { in root_device() method