Searched refs:gpio_dt_cfg_by_index (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | gpio.h | 225 TEE_Result gpio_dt_cfg_by_index(const void *fdt, int nodeoffset, 238 static inline TEE_Result gpio_dt_cfg_by_index(const void *fdt __unused, in gpio_dt_cfg_by_index() function
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_gpio.c | 188 res = gpio_dt_cfg_by_index(fdt, node, 0, NULL, gpios_state, &gpio); in get_voltage_level_gpio() 198 if (gpio_dt_cfg_by_index(fdt, node, 1, NULL, GPIO_OUT_HIGH, &gpio) != in get_voltage_level_gpio()
|
| /optee_os/core/drivers/gpio/ |
| H A D | gpio.c | 97 TEE_Result gpio_dt_cfg_by_index(const void *fdt, int nodeoffset, in gpio_dt_cfg_by_index() function
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 285 res = gpio_dt_cfg_by_index(fdt, node, 0, "test", GPIO_IN, &gpio); in probe_test_gpios() 302 res = gpio_dt_cfg_by_index(fdt, node, 1, "test", GPIO_IN, &gpio); in probe_test_gpios()
|
| /optee_os/core/drivers/ |
| H A D | stm32_tamp.c | 1663 res = gpio_dt_cfg_by_index(fdt, node, 1, "tamper", GPIO_IN, &gpio_out); in stm32_tamp_configure_pin_from_dt() 1678 res = gpio_dt_cfg_by_index(fdt, node, 0, "tamper", GPIO_IN, &gpio_ext); in stm32_tamp_configure_pin_from_dt()
|