Searched refs:NUM_GPIOS (Results 1 - 13 of 13) sorted by relevance
/drivers/mmc/host/ |
H A D | of_mmc_spi.c | 38 NUM_GPIOS, enumerator in enum:__anon2620 42 int gpios[NUM_GPIOS]; 43 bool alow_gpios[NUM_GPIOS];
|
/drivers/tty/serial/cpm_uart/ |
H A D | cpm_uart.h | 58 #define NUM_GPIOS (GPIO_RI+1) macro 87 int gpios[NUM_GPIOS];
|
H A D | cpm_uart_core.c | 1209 for (i = 0; i < NUM_GPIOS; i++) {
|
/drivers/watchdog/ |
H A D | mena21_wdt.c | 23 #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 D | fhci.h | 235 NUM_GPIOS, enumerator in enum:fhci_gpios 249 int gpios[NUM_GPIOS]; 250 bool alow_gpios[NUM_GPIOS];
|
H A D | fhci-hcd.c | 638 for (i = 0; i < NUM_GPIOS; i++) { 798 for (i = 0; i < NUM_GPIOS; i++) {
|
/drivers/pinctrl/ |
H A D | pinctrl-tz1090.c | 231 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 D | pinctrl-tegra20.c | 260 #define NUM_GPIOS (TEGRA_PIN_PBB7 + 1) macro 261 #define _PIN(offset) (NUM_GPIOS + (offset)) 2217 .ngpios = NUM_GPIOS,
|
H A D | pinctrl-tegra114.c | 201 #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 D | pinctrl-tegra124.c | 215 #define NUM_GPIOS (TEGRA_PIN_PFF2 + 1) macro 216 #define _PIN(offset) (NUM_GPIOS + (offset)) 2052 .ngpios = NUM_GPIOS,
|
H A D | pinctrl-tegra30.c | 280 #define NUM_GPIOS (TEGRA_PIN_PEE7 + 1) macro 281 #define _PIN(offset) (NUM_GPIOS + (offset)) 2473 .ngpios = NUM_GPIOS,
|
/drivers/media/i2c/ |
H A D | s5k5baf.c | 242 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 D | ov9650.c | 244 NUM_GPIOS, enumerator in enum:gpio_id 251 int gpios[NUM_GPIOS];
|
Completed in 528 milliseconds