Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/base/platform/
Dplatform_driver.rs14 fn probe(&self, device: Arc<dyn PlatformDevice>) -> Result<(), DriverError>; in probe() method
Dmod.rs163 match driver.probe(device.clone()) { in driver_match_device()
192 match driver.probe(device.clone()) { in device_match_driver()
/DragonOS-0.1.8/kernel/src/process/
Dexec.rs24 fn probe(self: &'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-0.1.8/kernel/src/driver/uart/
Duart.rs247 fn probe( in probe() method
/DragonOS-0.1.8/kernel/src/libs/
Delf.rs464 fn probe(self: &'static Self, param: &ExecParam, buf: &[u8]) -> Result<(), ExecError> { in probe() method