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

/linux-master/drivers/tty/serial/
H A Dcpm_uart.h46 #define NUM_GPIOS (GPIO_RI+1) macro
75 struct gpio_desc *gpios[NUM_GPIOS];
H A Dcpm_uart.c1329 for (i = 0; i < NUM_GPIOS; i++) {
/linux-master/drivers/watchdog/
H A Dmena21_wdt.c21 #define NUM_GPIOS 6 macro
34 struct gpio_desc *gpios[NUM_GPIOS];
142 if (num_gpios != NUM_GPIOS) {
144 num_gpios, NUM_GPIOS);
/linux-master/drivers/usb/host/
H A Dfhci.h232 NUM_GPIOS, enumerator in enum:fhci_gpios
246 struct gpio_desc *gpiods[NUM_GPIOS];
H A Dfhci-hcd.c633 for (i = 0; i < NUM_GPIOS; i++) {
/linux-master/drivers/pinctrl/actions/
H A Dpinctrl-s700.c45 #define NUM_GPIOS (_GPIOE(7) + 1) macro
46 #define _PIN(offset) (NUM_GPIOS + (offset))
1872 .ngpios = NUM_GPIOS,
H A Dpinctrl-s500.c37 #define NUM_GPIOS (_GPIOE(3) + 1) macro
38 #define _PIN(offset) (NUM_GPIOS + (offset))
1687 .ngpios = NUM_GPIOS,
H A Dpinctrl-s900.c44 #define NUM_GPIOS (_GPIOF(7) + 1) macro
45 #define _PIN(offset) (NUM_GPIOS + (offset))
1790 .ngpios = NUM_GPIOS,
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra114.c195 #define NUM_GPIOS (TEGRA_PIN_SDMMC3_CLK_LB_IN_PEE5 + 1) macro
196 #define _PIN(offset) (NUM_GPIOS + (offset))
1830 .ngpios = NUM_GPIOS,
H A Dpinctrl-tegra20.c255 #define NUM_GPIOS (TEGRA_PIN_PBB7 + 1) macro
256 #define _PIN(offset) (NUM_GPIOS + (offset))
2212 .ngpios = NUM_GPIOS,
H A Dpinctrl-tegra210.c178 #define NUM_GPIOS (TEGRA_PIN_QSPI_IO3_PEE5 + 1) macro
179 #define _PIN(offset) (NUM_GPIOS + (offset))
1546 .ngpios = NUM_GPIOS,
H A Dpinctrl-tegra124.c209 #define NUM_GPIOS (TEGRA_PIN_PFF2 + 1) macro
210 #define _PIN(offset) (NUM_GPIOS + (offset))
2042 .ngpios = NUM_GPIOS,
H A Dpinctrl-tegra30.c274 #define NUM_GPIOS (TEGRA_PIN_PEE7 + 1) macro
275 #define _PIN(offset) (NUM_GPIOS + (offset))
2465 .ngpios = NUM_GPIOS,
/linux-master/drivers/media/i2c/
H A Ds5k5baf.c233 NUM_GPIOS, enumerator in enum:s5k5baf_gpio_id
281 struct gpio_desc *gpios[NUM_GPIOS];
1811 for (i = 0; i < NUM_GPIOS; ++i) {
H A Dov9650.c243 NUM_GPIOS, enumerator in enum:gpio_id
250 struct gpio_desc *gpios[NUM_GPIOS];

Completed in 259 milliseconds