Lines Matching refs:reset
200 priv->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_LOW);
201 if (IS_ERR(priv->reset)) {
203 return PTR_ERR(priv->reset);
206 if (priv->reset) {
207 gpiod_set_value(priv->reset, 1);
210 gpiod_set_value(priv->reset, 0);
248 /* leave the device reset asserted */
249 if (priv->reset)
250 gpiod_set_value(priv->reset, 1);