Lines Matching full:finished
722 * @finished: Pointer to a boolean that indicates whether the test is finished.
724 * The function sets the @finished flag to true if the test is complete.
729 bool *finished) in dp83td510_cable_test_get_tdr_status() argument
767 *finished = true; in dp83td510_cable_test_get_tdr_status()
778 * @finished: Pointer to a boolean that indicates whether the test is finished.
780 * The function sets the @finished flag to true if the test is complete.
786 bool *finished) in dp83td510_cable_test_get_alcd_status() argument
798 *finished = true; in dp83td510_cable_test_get_alcd_status()
818 *finished = true; in dp83td510_cable_test_get_alcd_status()
827 * @finished: Pointer to a boolean that indicates whether the test is finished.
829 * The function sets the @finished flag to true if the test is complete.
834 bool *finished) in dp83td510_cable_test_get_status() argument
837 *finished = false; in dp83td510_cable_test_get_status()
840 return dp83td510_cable_test_get_alcd_status(phydev, finished); in dp83td510_cable_test_get_status()
842 return dp83td510_cable_test_get_tdr_status(phydev, finished); in dp83td510_cable_test_get_status()