Searched refs:probe (Results 1 – 5 of 5) sorted by relevance
14 fn probe(&self, device: Arc<dyn PlatformDevice>) -> Result<(), DriverError>; in probe() method
163 match driver.probe(device.clone()) { in driver_match_device()192 match driver.probe(device.clone()) { in device_match_driver()
24 fn probe(self: &'static Self, param: &ExecParam, buf: &[u8]) -> Result<(), ExecError>; in probe() method174 let probe_result = bl.probe(param, &head_buf); in load_binary_file()
247 fn probe( in probe() method
464 fn probe(self: &'static Self, param: &ExecParam, buf: &[u8]) -> Result<(), ExecError> { in probe() method