Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/platform/
H A Dplatform_driver.rs25 fn probe(&self, device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError>; in probe() method
H A Dsubsys.rs61 fn probe(&self, device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method
/DragonOS/kernel/src/driver/pci/
H A Ddriver.rs27 fn probe(&self, device: &Arc<dyn PciDevice>, id: &PciDeviceID) -> Result<(), SystemError>; in probe() method
H A Dsubsys.rs90 fn probe(&self, device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method
/DragonOS/kernel/src/driver/acpi/
H A Dbus.rs97 fn probe(&self, _device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method
/DragonOS/kernel/src/driver/input/serio/
H A Dsubsys.rs60 fn probe(&self, device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method
/DragonOS/kernel/src/driver/virtio/
H A Dmod.rs52 fn probe(&self, device: &Arc<dyn VirtIODevice>) -> Result<(), SystemError>; in probe() method
H A Dsysfs.rs80 fn probe(&self, device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method
/DragonOS/kernel/src/driver/pci/test/
H A Dpt_driver.rs57 fn probe( in probe() method
/DragonOS/kernel/src/driver/input/serio/i8042/
H A Di8042_driver.rs67 fn probe(&self, device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in probe() method
/DragonOS/kernel/src/driver/rtc/
H A Drtc_cmos.rs71 fn probe(&self, device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in probe() method
/DragonOS/kernel/src/process/
H A Dexec.rs26 fn probe(&'static self, param: &ExecParam, buf: &[u8]) -> Result<(), ExecError>; in probe() method
/DragonOS/kernel/src/libs/
H A Delf.rs503 fn probe(&'static self, param: &ExecParam, buf: &[u8]) -> Result<(), ExecError> { in probe() method
/DragonOS/kernel/src/driver/serial/serial8250/
H A Dmod.rs443 fn probe(&self, device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in probe() method
/DragonOS/kernel/src/driver/base/device/
H A Dbus.rs139 fn probe(&self, _device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method
/DragonOS/kernel/src/driver/block/
H A Dvirtio_blk.rs532 fn probe(&self, device: &Arc<dyn VirtIODevice>) -> Result<(), SystemError> { in probe() method
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs737 fn probe(&self, device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in probe() method
/DragonOS/kernel/src/driver/net/
H A Dvirtio_net.rs833 fn probe(&self, device: &Arc<dyn VirtIODevice>) -> Result<(), SystemError> { in probe() method