Home
last modified time | relevance | path

Searched refs:NUM_GPIO (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Drpi-panel-attiny-regulator.c50 NUM_GPIO enumerator
58 static const struct gpio_signal_mappings mappings[NUM_GPIO] = {
67 bool gpio_states[NUM_GPIO];
219 if (off >= NUM_GPIO) in attiny_gpio_set()
362 state->gc.ngpio = NUM_GPIO; in attiny_i2c_probe()
/openbmc/linux/drivers/gpio/
H A Dgpio-raspberrypi-exp.c18 #define NUM_GPIO 8 macro
225 rpi_gpio->gc.ngpio = NUM_GPIO; in rpi_exp_gpio_probe()