/DragonOS/kernel/src/driver/base/platform/ |
H A D | subsys.rs | 61 fn probe(&self, device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method 76 return pdrv.probe(&pdev); in probe()
|
H A D | platform_driver.rs | 25 fn probe(&self, device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError>; in probe() method
|
/DragonOS/kernel/src/driver/pci/ |
H A D | subsys.rs | 90 fn probe(&self, device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method 108 pci_drv.probe(&pci_dev, &id) in probe()
|
H A D | driver.rs | 27 fn probe(&self, device: &Arc<dyn PciDevice>, id: &PciDeviceID) -> Result<(), SystemError>; in probe() method
|
/DragonOS/kernel/src/driver/virtio/ |
H A D | mod.rs | 52 fn probe(&self, device: &Arc<dyn VirtIODevice>) -> Result<(), SystemError>; in probe() method
|
H A D | sysfs.rs | 80 fn probe(&self, device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method 98 return virtio_drv.probe(&virtio_dev); in probe()
|
/DragonOS/kernel/src/driver/acpi/ |
H A D | bus.rs | 97 fn probe(&self, _device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method
|
/DragonOS/kernel/src/process/ |
H A D | exec.rs | 26 fn probe(&'static self, param: &ExecParam, buf: &[u8]) -> Result<(), ExecError>; in probe() method 174 let probe_result = bl.probe(param, &head_buf); in load_binary_file()
|
/DragonOS/kernel/src/driver/input/serio/ |
H A D | subsys.rs | 60 fn probe(&self, device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method
|
/DragonOS/kernel/src/driver/pci/test/ |
H A D | pt_driver.rs | 57 fn probe( in probe() method
|
/DragonOS/kernel/src/driver/input/serio/i8042/ |
H A D | i8042_driver.rs | 67 fn probe(&self, device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in probe() method
|
/DragonOS/kernel/src/driver/rtc/ |
H A D | rtc_cmos.rs | 71 fn probe(&self, device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in probe() method
|
/DragonOS/kernel/src/driver/base/device/ |
H A D | dd.rs | 516 let r = bus.probe(device); in call_driver_probe()
|
H A D | bus.rs | 139 fn probe(&self, _device: &Arc<dyn Device>) -> Result<(), SystemError> { in probe() method
|
/DragonOS/kernel/src/driver/serial/serial8250/ |
H A D | mod.rs | 443 fn probe(&self, device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in probe() method
|
/DragonOS/kernel/src/driver/block/ |
H A D | virtio_blk.rs | 531 fn probe(&self, device: &Arc<dyn VirtIODevice>) -> Result<(), SystemError> { in probe() method
|
/DragonOS/kernel/src/libs/ |
H A D | elf.rs | 503 fn probe(&'static self, param: &ExecParam, buf: &[u8]) -> Result<(), ExecError> { in probe() method
|
/DragonOS/kernel/src/driver/net/ |
H A D | virtio_net.rs | 827 fn probe(&self, device: &Arc<dyn VirtIODevice>) -> Result<(), SystemError> { in probe() method
|
/DragonOS/kernel/src/driver/video/fbdev/ |
H A D | vesafb.rs | 737 fn probe(&self, device: &Arc<dyn PlatformDevice>) -> Result<(), SystemError> { in probe() method
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.9.md | 500 riscv: probe sbi extensions (#511)
|