Lines Matching full:finished
431 * @finished: Pointer to a boolean that indicates whether the test is finished.
433 * The function sets the @finished flag to true if the test is complete.
438 bool *finished) in dp83td510_cable_test_get_tdr_status() argument
476 *finished = true; in dp83td510_cable_test_get_tdr_status()
487 * @finished: Pointer to a boolean that indicates whether the test is finished.
489 * The function sets the @finished flag to true if the test is complete.
495 bool *finished) in dp83td510_cable_test_get_alcd_status() argument
507 *finished = true; in dp83td510_cable_test_get_alcd_status()
527 *finished = true; in dp83td510_cable_test_get_alcd_status()
536 * @finished: Pointer to a boolean that indicates whether the test is finished.
538 * The function sets the @finished flag to true if the test is complete.
543 bool *finished) in dp83td510_cable_test_get_status() argument
546 *finished = false; in dp83td510_cable_test_get_status()
549 return dp83td510_cable_test_get_alcd_status(phydev, finished); in dp83td510_cable_test_get_status()
551 return dp83td510_cable_test_get_tdr_status(phydev, finished); in dp83td510_cable_test_get_status()