Home
last modified time | relevance | path

Searched refs:gpio_suffixes (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/gpio/
H A Dgpio.c14 static const char * const gpio_suffixes[] = { "gpios", "gpio" }; variable
45 for (i = 0; i < ARRAY_SIZE(gpio_suffixes); i++) { in gpio_dt_get_by_index()
48 gpio_name, gpio_suffixes[i]); in gpio_dt_get_by_index()
51 gpio_suffixes[i]); in gpio_dt_get_by_index()