Searched refs:phydevs (Results 1 – 1 of 1) sorted by relevance
29 static struct phy_device *phydevs[PHY_MAX_ADDR]; variable389 phydevs[i] = fixed_phy_register(PHY_POLL, &status, NULL); in dsa_loop_init()401 if (!IS_ERR(phydevs[i])) in dsa_loop_exit()402 fixed_phy_unregister(phydevs[i]); in dsa_loop_exit()
Completed in 3 milliseconds