Home
last modified time | relevance | path

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

/optee_os/core/drivers/gpio/
H A Dgpio.c35 TEE_Result gpio_dt_get_by_index(const void *fdt, int nodeoffset, in gpio_dt_get_by_index() function
103 res = gpio_dt_get_by_index(fdt, nodeoffset, index, gpio_name, gpio); in gpio_dt_cfg_by_index()
/optee_os/core/include/drivers/
H A Dgpio.h203 TEE_Result gpio_dt_get_by_index(const void *fdt, int nodeoffset,
229 static inline TEE_Result gpio_dt_get_by_index(const void *fdt __unused, in gpio_dt_get_by_index() function
/optee_os/core/drivers/regulator/
H A Dregulator_fixed.c82 res = gpio_dt_get_by_index(fdt, node, 0, NULL, &gpio); in get_enable_gpio()
H A Dregulator_gpio.c135 res = gpio_dt_get_by_index(fdt, node, 0, "enable", &gpio); in get_enable_gpio()