Lines Matching refs:reset
49 #include <linux/reset.h>
212 hsotg->reset = devm_reset_control_get_optional(hsotg->dev, "dwc2");
213 if (IS_ERR(hsotg->reset)) {
214 ret = PTR_ERR(hsotg->reset);
215 dev_err(hsotg->dev, "error getting reset control %d\n", ret);
219 reset_control_deassert(hsotg->reset);
224 dev_err(hsotg->dev, "error getting reset control for ecc %d\n", ret);
322 reset_control_assert(hsotg->reset);
488 * reset value form registers.
562 "snps,reset-phy-on-wake");
565 "Quirk reset-phy-on-wake only supports generic PHYs\n");