Searched refs:NUM_GPIOS (Results 1 – 15 of 15) sorted by relevance
/drivers/watchdog/ |
D | mena21_wdt.c | 21 #define NUM_GPIOS 6 macro 34 struct gpio_desc *gpios[NUM_GPIOS]; 142 if (num_gpios != NUM_GPIOS) { in a21_wdt_probe() 144 num_gpios, NUM_GPIOS); in a21_wdt_probe()
|
/drivers/tty/serial/cpm_uart/ |
D | cpm_uart.h | 56 #define NUM_GPIOS (GPIO_RI+1) macro 85 struct gpio_desc *gpios[NUM_GPIOS];
|
D | cpm_uart_core.c | 1213 for (i = 0; i < NUM_GPIOS; i++) { in cpm_uart_init_port()
|
/drivers/usb/host/ |
D | fhci.h | 231 NUM_GPIOS, enumerator 245 int gpios[NUM_GPIOS]; 246 bool alow_gpios[NUM_GPIOS];
|
D | fhci-hcd.c | 633 for (i = 0; i < NUM_GPIOS; i++) { in of_fhci_probe() 793 for (i = 0; i < NUM_GPIOS; i++) { in fhci_remove()
|
/drivers/pinctrl/actions/ |
D | pinctrl-s500.c | 37 #define NUM_GPIOS (_GPIOE(3) + 1) macro 38 #define _PIN(offset) (NUM_GPIOS + (offset)) 1687 .ngpios = NUM_GPIOS,
|
D | pinctrl-s700.c | 45 #define NUM_GPIOS (_GPIOE(7) + 1) macro 46 #define _PIN(offset) (NUM_GPIOS + (offset)) 1872 .ngpios = NUM_GPIOS,
|
D | pinctrl-s900.c | 44 #define NUM_GPIOS (_GPIOF(7) + 1) macro 45 #define _PIN(offset) (NUM_GPIOS + (offset)) 1790 .ngpios = NUM_GPIOS,
|
/drivers/media/i2c/ |
D | s5k5baf.c | 239 NUM_GPIOS, enumerator 287 struct s5k5baf_gpio gpios[NUM_GPIOS]; 1800 for (i = 0; i < NUM_GPIOS; ++i) { in s5k5baf_configure_gpios() 1823 for (i = 0; i < NUM_GPIOS; ++i) { in s5k5baf_parse_gpios()
|
D | ov9650.c | 245 NUM_GPIOS, enumerator 252 struct gpio_desc *gpios[NUM_GPIOS]; 1411 int gpios[NUM_GPIOS]; in ov965x_configure_gpios_pdata()
|
/drivers/pinctrl/tegra/ |
D | pinctrl-tegra210.c | 178 #define NUM_GPIOS (TEGRA_PIN_QSPI_IO3_PEE5 + 1) macro 179 #define _PIN(offset) (NUM_GPIOS + (offset)) 1547 .ngpios = NUM_GPIOS,
|
D | pinctrl-tegra20.c | 255 #define NUM_GPIOS (TEGRA_PIN_PBB7 + 1) macro 256 #define _PIN(offset) (NUM_GPIOS + (offset)) 2215 .ngpios = NUM_GPIOS,
|
D | pinctrl-tegra114.c | 195 #define NUM_GPIOS (TEGRA_PIN_SDMMC3_CLK_LB_IN_PEE5 + 1) macro 196 #define _PIN(offset) (NUM_GPIOS + (offset)) 1833 .ngpios = NUM_GPIOS,
|
D | pinctrl-tegra124.c | 209 #define NUM_GPIOS (TEGRA_PIN_PFF2 + 1) macro 210 #define _PIN(offset) (NUM_GPIOS + (offset)) 2045 .ngpios = NUM_GPIOS,
|
D | pinctrl-tegra30.c | 274 #define NUM_GPIOS (TEGRA_PIN_PEE7 + 1) macro 275 #define _PIN(offset) (NUM_GPIOS + (offset)) 2468 .ngpios = NUM_GPIOS,
|