Lines Matching refs:reset
19 #include <linux/reset.h>
215 hsotg->reset = devm_reset_control_get_optional(hsotg->dev, "dwc2");
216 if (IS_ERR(hsotg->reset))
217 return dev_err_probe(hsotg->dev, PTR_ERR(hsotg->reset),
218 "error getting reset control\n");
220 reset_control_deassert(hsotg->reset);
222 hsotg->reset);
229 "error getting reset control for ecc\n");
516 * reset value form registers.
585 "snps,reset-phy-on-wake");
588 "Quirk reset-phy-on-wake only supports generic PHYs\n");