Searched refs:from_result (Results 1 – 3 of 3) sorted by relevance
318 from_result(|| { in soft_reset_callback()332 from_result(|| { in probe_callback()349 from_result(|| { in get_features_callback()363 from_result(|| { in suspend_callback()377 from_result(|| { in resume_callback()393 from_result(|| { in config_aneg_callback()409 from_result(|| { in read_status_callback()440 from_result(|| { in read_mmd_callback()460 from_result(|| { in write_mmd_callback()
11 error::{from_result, Result},152 from_result(|| Ok(0)) in init_hctx_callback()183 from_result(|| { in init_request_callback()
454 pub fn from_result<T, F>(f: F) -> T in from_result() function