Lines Matching refs:reset
70 struct gpio_desc *reset;
90 * therefore BD2802GU doesn't enter reset state.
204 gpiod_set_value(led->reset, 1);
230 gpiod_set_value(led->reset, 0);
424 gpiod_set_value(led->reset, 1);
674 * We request the reset GPIO as OUT_LOW which means de-asserted,
678 led->reset = devm_gpiod_get(&client->dev, "reset", GPIOD_OUT_LOW);
679 if (IS_ERR(led->reset))
680 return PTR_ERR(led->reset);
693 /* To save the power, reset BD2802 after detecting */
694 gpiod_set_value(led->reset, 1);
729 gpiod_set_value(led->reset, 1);
757 gpiod_set_value(led->reset, 1);