Lines Matching full:finished
541 * @finished: Pointer to a boolean that indicates whether the test is finished.
543 * The function sets the @finished flag to true if the test is complete.
548 bool *finished) in dp83td510_cable_test_get_tdr_status() argument
586 *finished = true; in dp83td510_cable_test_get_tdr_status()
597 * @finished: Pointer to a boolean that indicates whether the test is finished.
599 * The function sets the @finished flag to true if the test is complete.
605 bool *finished) in dp83td510_cable_test_get_alcd_status() argument
617 *finished = true; in dp83td510_cable_test_get_alcd_status()
637 *finished = true; in dp83td510_cable_test_get_alcd_status()
646 * @finished: Pointer to a boolean that indicates whether the test is finished.
648 * The function sets the @finished flag to true if the test is complete.
653 bool *finished) in dp83td510_cable_test_get_status() argument
656 *finished = false; in dp83td510_cable_test_get_status()
659 return dp83td510_cable_test_get_alcd_status(phydev, finished); in dp83td510_cable_test_get_status()
661 return dp83td510_cable_test_get_tdr_status(phydev, finished); in dp83td510_cable_test_get_status()