Searched refs:gpio_dt_get_by_index (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/drivers/gpio/ |
| H A D | gpio.c | 35 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 D | gpio.h | 203 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 D | regulator_fixed.c | 82 res = gpio_dt_get_by_index(fdt, node, 0, NULL, &gpio); in get_enable_gpio()
|
| H A D | regulator_gpio.c | 135 res = gpio_dt_get_by_index(fdt, node, 0, "enable", &gpio); in get_enable_gpio()
|