Searched defs:probe (Results 1 – 4 of 4) sorted by relevance
14 fn probe(&self, device: Arc<dyn PlatformDevice>) -> Result<(), DriverError>; in probe() method
24 fn probe(self: &'static Self, param: &ExecParam, buf: &[u8]) -> Result<(), ExecError>; in probe() method
247 fn probe( in probe() method
464 fn probe(self: &'static Self, param: &ExecParam, buf: &[u8]) -> Result<(), ExecError> { in probe() method