Lines Matching +full:input +full:- +full:ngpios
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * gpio-regulator.h
14 * Roger Quadros <ext-roger.quadros@nokia.com>
27 * struct gpio_regulator_state - state description
29 * @gpios: bitfield of gpio target-states for the value
32 * and the necessary gpio-state to achieve it.
34 * The n-th bit in the bitfield describes the state of the n-th GPIO
35 * from the gpios-array defined in gpio_regulator_config below.
43 * struct gpio_regulator_config - config structure
45 * @input_supply: Name of the input regulator supply
50 * @startup_delay: Start-up time in microseconds
53 * @ngpios: Number of GPIOs and configurations available
60 * This structure contains gpio-voltage regulator configuration
62 * gpio-voltage regulator driver.
72 int ngpios; member