Home
last modified time | relevance | path

Searched refs:PHY_RESETS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/phy/
H A Dphy-lgm-usb.c37 static const char *const PHY_RESETS[] = { "phy31", "phy", }; variable
41 struct reset_control *resets[ARRAY_SIZE(PHY_RESETS)];
77 for (i = 0; i < ARRAY_SIZE(PHY_RESETS); i++) in phy_init()
114 for (i = 0; i < ARRAY_SIZE(PHY_RESETS); i++) in phy_shutdown()
228 for (i = 0; i < ARRAY_SIZE(PHY_RESETS); i++) { in phy_probe()
229 ta->resets[i] = devm_reset_control_get_exclusive(dev, PHY_RESETS[i]); in phy_probe()
231 dev_err(dev, "%s reset not found\n", PHY_RESETS[i]); in phy_probe()
239 for (i = 0; i < ARRAY_SIZE(PHY_RESETS); i++) in phy_probe()