Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dgpio.h225 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 Dregulator_gpio.c188 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 Dgpio.c97 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 Ddt_driver_test.c285 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 Dstm32_tamp.c1663 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()