Home
last modified time | relevance | path

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

/optee_os/core/include/dt-bindings/gpio/
H A Dgpio.h23 #define GPIO_LINE_OPEN_DRAIN 4 macro
29 #define GPIO_OPEN_DRAIN (GPIO_SINGLE_ENDED | GPIO_LINE_OPEN_DRAIN)
/optee_os/core/drivers/regulator/
H A Dregulator_fixed.c99 gpio->dt_flags |= GPIO_LINE_OPEN_DRAIN; in get_enable_gpio()
101 gpio->dt_flags &= ~GPIO_LINE_OPEN_DRAIN; in get_enable_gpio()
H A Dregulator_gpio.c152 gpio->dt_flags |= GPIO_LINE_OPEN_DRAIN; in get_enable_gpio()
154 gpio->dt_flags &= ~GPIO_LINE_OPEN_DRAIN; in get_enable_gpio()
/optee_os/core/drivers/
H A Dstm32_gpio.c372 if (gpio->dt_flags & GPIO_LINE_OPEN_DRAIN) in stm32_gpio_configure()