Searched refs:NUM_GPIOS (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/watchdog/ |
D | mena21_wdt.c | 23 #define NUM_GPIOS 6 macro 37 unsigned gpios[NUM_GPIOS]; 164 if (num_gpios != NUM_GPIOS) { in a21_wdt_probe() 166 num_gpios, NUM_GPIOS); in a21_wdt_probe()
|
/linux-4.4.14/drivers/mmc/host/ |
D | of_mmc_spi.c | 38 NUM_GPIOS, enumerator 42 int gpios[NUM_GPIOS]; 43 bool alow_gpios[NUM_GPIOS];
|
/linux-4.4.14/drivers/tty/serial/cpm_uart/ |
D | cpm_uart.h | 58 #define NUM_GPIOS (GPIO_RI+1) macro 87 int gpios[NUM_GPIOS];
|
D | cpm_uart_core.c | 1225 for (i = 0; i < NUM_GPIOS; i++) { in cpm_uart_init_port()
|
/linux-4.4.14/drivers/usb/host/ |
D | fhci.h | 235 NUM_GPIOS, enumerator 249 int gpios[NUM_GPIOS]; 250 bool alow_gpios[NUM_GPIOS];
|
D | fhci-hcd.c | 638 for (i = 0; i < NUM_GPIOS; i++) { in of_fhci_probe() 798 for (i = 0; i < NUM_GPIOS; i++) { in fhci_remove()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-tz1090.c | 231 NUM_GPIOS = TZ1090_PIN_TCK, enumerator 880 static u8 tz1090_mux_pins[NUM_GPIOS]; 899 for (p = 0; p < NUM_GPIOS; ++p) in tz1090_init_mux_pins() 988 return ARRAY_SIZE(tz1090_groups) + NUM_GPIOS; in tz1090_pinctrl_get_groups_count() 1291 if (pin >= NUM_GPIOS) in tz1090_pinctrl_gpio_select() 1330 if (pin >= NUM_GPIOS) in tz1090_pinctrl_perip_select()
|
D | pinctrl-tegra210.c | 186 #define NUM_GPIOS (TEGRA_PIN_QSPI_IO3_PEE5 + 1) macro 187 #define _PIN(offset) (NUM_GPIOS + (offset)) 1553 .ngpios = NUM_GPIOS,
|
D | pinctrl-tegra20.c | 260 #define NUM_GPIOS (TEGRA_PIN_PBB7 + 1) macro 261 #define _PIN(offset) (NUM_GPIOS + (offset)) 2217 .ngpios = NUM_GPIOS,
|
D | pinctrl-tegra114.c | 201 #define NUM_GPIOS (TEGRA_PIN_SDMMC3_CLK_LB_IN_PEE5 + 1) macro 202 #define _PIN(offset) (NUM_GPIOS + (offset)) 1837 .ngpios = NUM_GPIOS,
|
D | pinctrl-tegra124.c | 215 #define NUM_GPIOS (TEGRA_PIN_PFF2 + 1) macro 216 #define _PIN(offset) (NUM_GPIOS + (offset)) 2049 .ngpios = NUM_GPIOS,
|
D | pinctrl-tegra30.c | 280 #define NUM_GPIOS (TEGRA_PIN_PEE7 + 1) macro 281 #define _PIN(offset) (NUM_GPIOS + (offset)) 2472 .ngpios = NUM_GPIOS,
|
/linux-4.4.14/drivers/media/i2c/ |
D | s5k5baf.c | 242 NUM_GPIOS, enumerator 291 struct s5k5baf_gpio gpios[NUM_GPIOS]; 1804 for (i = 0; i < NUM_GPIOS; ++i) { in s5k5baf_configure_gpios() 1827 for (i = 0; i < NUM_GPIOS; ++i) { in s5k5baf_parse_gpios()
|
D | ov9650.c | 244 NUM_GPIOS, enumerator 251 int gpios[NUM_GPIOS];
|