Lines Matching refs:reset
289 * is when issueing soft reset. Since the device reset as soon as we write
462 priv->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_LOW);
463 if (IS_ERR(priv->reset)) {
465 return PTR_ERR(priv->reset);
467 if (priv->reset) {
468 gpiod_set_value(priv->reset, 1);
471 gpiod_set_value(priv->reset, 0);
520 /* leave the device reset asserted */
521 if (priv->reset)
522 gpiod_set_value(priv->reset, 1);