Searched refs:NUM_GPIOS (Results 1 - 13 of 13) sorted by relevance

/drivers/mmc/host/
H A Dof_mmc_spi.c38 NUM_GPIOS, enumerator in enum:__anon2620
42 int gpios[NUM_GPIOS];
43 bool alow_gpios[NUM_GPIOS];
/drivers/tty/serial/cpm_uart/
H A Dcpm_uart.h58 #define NUM_GPIOS (GPIO_RI+1) macro
87 int gpios[NUM_GPIOS];
H A Dcpm_uart_core.c1209 for (i = 0; i < NUM_GPIOS; i++) {
/drivers/watchdog/
H A Dmena21_wdt.c23 #define NUM_GPIOS 6 macro
37 unsigned gpios[NUM_GPIOS];
164 if (num_gpios != NUM_GPIOS) {
166 num_gpios, NUM_GPIOS);
/drivers/usb/host/
H A Dfhci.h235 NUM_GPIOS, enumerator in enum:fhci_gpios
249 int gpios[NUM_GPIOS];
250 bool alow_gpios[NUM_GPIOS];
H A Dfhci-hcd.c638 for (i = 0; i < NUM_GPIOS; i++) {
798 for (i = 0; i < NUM_GPIOS; i++) {
/drivers/pinctrl/
H A Dpinctrl-tz1090.c231 NUM_GPIOS = TZ1090_PIN_TCK, enumerator in enum:tz1090_pin
880 static u8 tz1090_mux_pins[NUM_GPIOS];
899 for (p = 0; p < NUM_GPIOS; ++p)
988 return ARRAY_SIZE(tz1090_groups) + NUM_GPIOS;
1291 if (pin >= NUM_GPIOS)
1330 if (pin >= NUM_GPIOS)
H A Dpinctrl-tegra20.c260 #define NUM_GPIOS (TEGRA_PIN_PBB7 + 1) macro
261 #define _PIN(offset) (NUM_GPIOS + (offset))
2217 .ngpios = NUM_GPIOS,
H A Dpinctrl-tegra114.c201 #define NUM_GPIOS (TEGRA_PIN_SDMMC3_CLK_LB_IN_PEE5 + 1) macro
202 #define _PIN(offset) (NUM_GPIOS + (offset))
1839 .ngpios = NUM_GPIOS,
H A Dpinctrl-tegra124.c215 #define NUM_GPIOS (TEGRA_PIN_PFF2 + 1) macro
216 #define _PIN(offset) (NUM_GPIOS + (offset))
2052 .ngpios = NUM_GPIOS,
H A Dpinctrl-tegra30.c280 #define NUM_GPIOS (TEGRA_PIN_PEE7 + 1) macro
281 #define _PIN(offset) (NUM_GPIOS + (offset))
2473 .ngpios = NUM_GPIOS,
/drivers/media/i2c/
H A Ds5k5baf.c242 NUM_GPIOS, enumerator in enum:s5k5baf_gpio_id
291 struct s5k5baf_gpio gpios[NUM_GPIOS];
1801 for (i = 0; i < NUM_GPIOS; ++i) {
1824 for (i = 0; i < NUM_GPIOS; ++i) {
H A Dov9650.c244 NUM_GPIOS, enumerator in enum:gpio_id
251 int gpios[NUM_GPIOS];

Completed in 528 milliseconds