Home
last modified time | relevance | path

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

/linux/drivers/phy/
A Dphy-lgm-usb.c38 static const char *const CTL_RESETS[] = { "apb", "ctrl", }; variable
189 struct reset_control *resets[ARRAY_SIZE(CTL_RESETS)]; in phy_probe()
220 for (i = 0; i < ARRAY_SIZE(CTL_RESETS); i++) { in phy_probe()
221 resets[i] = devm_reset_control_get_exclusive(dev, CTL_RESETS[i]); in phy_probe()
223 dev_err(dev, "%s reset not found\n", CTL_RESETS[i]); in phy_probe()
236 for (i = 0; i < ARRAY_SIZE(CTL_RESETS); i++) in phy_probe()
246 for (i = 0; i < ARRAY_SIZE(CTL_RESETS); i++) in phy_probe()

Completed in 4 milliseconds