Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/device/
H A Dbus.rs444 rescan_devices_helper(dev)?; in rescan_devices()
496 fn rescan_devices_helper(dev: &Arc<dyn Device>) -> Result<(), SystemError> { in rescan_devices_helper() function
623 if rescan_devices_helper(&device).is_ok() { in store()