Home
last modified time | relevance | path

Searched refs:GPIO_PULL_UP (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/include/dt-bindings/gpio/
H A Dgpio.h37 #define GPIO_PULL_UP 16 macro
/optee_os/core/arch/arm/dts/
H A Ddt_driver_test.dtsi19 <&dt_test_provider 2 GPIO_PULL_UP>;
H A Dstm32mp15xx-dhcor-avenger96.dtsi320 cd-gpios = <&gpioi 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
H A Dstm32mp157c-ed1.dts378 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
H A Dstm32mp15xx-dhcom-som.dtsi498 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
H A Dstm32mp15xx-dkx.dtsi558 cd-gpios = <&gpiob 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
/optee_os/core/pta/tests/
H A Ddt_driver_test.c633 #define DT_TEST_GPIO1_FLAGS GPIO_PULL_UP
/optee_os/core/drivers/
H A Dstm32_gpio.c365 if (gpio->dt_flags & GPIO_PULL_UP) in stm32_gpio_configure()