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);
675 * We request the reset GPIO as OUT_LOW which means de-asserted,
679 led->reset = devm_gpiod_get(&client->dev, "reset", GPIOD_OUT_LOW);
680 if (IS_ERR(led->reset))
681 return PTR_ERR(led->reset);
694 /* To save the power, reset BD2802 after detecting */
695 gpiod_set_value(led->reset, 1);
730 gpiod_set_value(led->reset, 1);
760 gpiod_set_value(led->reset, 1);