Home
last modified time | relevance | path

Searched refs:GPIO_ACTIVE_LOW (Results 1 – 16 of 16) sorted by relevance

/optee_os/core/include/dt-bindings/gpio/
H A Dgpio.h15 #define GPIO_ACTIVE_LOW 1 macro
/optee_os/core/arch/arm/dts/
H A Dstm32mp15xx-dhcom-pdk2.dtsi44 gpios = <&gpiof 3 GPIO_ACTIVE_LOW>;
53 gpios = <&gpiod 6 GPIO_ACTIVE_LOW>;
62 gpios = <&gpiog 0 GPIO_ACTIVE_LOW>;
71 gpios = <&gpiod 12 GPIO_ACTIVE_LOW>;
H A Ddt_driver_test.dtsi18 test-gpios = <&dt_test_provider 1 GPIO_ACTIVE_LOW>,
H A Dstm32mp157c-ev1.dts66 gpios = <&gpiod 13 GPIO_ACTIVE_LOW>;
119 reset-gpios = <&gpiof 15 GPIO_ACTIVE_LOW>;
184 reset-gpios = <&stmfx_pinctrl 19 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
H A Dat91-sama5d2_xplained.dts307 active-semi,lbo-gpios = <&pioA PIN_PC8 GPIO_ACTIVE_LOW>;
710 gpios = <&pioA PIN_PB9 GPIO_ACTIVE_LOW>;
724 gpios = <&pioA PIN_PB6 GPIO_ACTIVE_LOW>;
730 gpios = <&pioA PIN_PB5 GPIO_ACTIVE_LOW>;
735 gpios = <&pioA PIN_PB0 GPIO_ACTIVE_LOW>;
H A Dstm32mp157c-dk2.dts65 reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
H A Dstm32mp15xx-dhcom-som.dtsi72 gpio = <&gpiog 3 GPIO_ACTIVE_LOW>;
140 reset-gpios = <&gpioh 3 GPIO_ACTIVE_LOW>;
498 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
H A Dstm32mp15xx-dhcor-avenger96.dtsi143 reset-gpios = <&gpioz 2 GPIO_ACTIVE_LOW>;
320 cd-gpios = <&gpioi 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
H A Dstm32mp15xx-dkx.dtsi184 reset-gpios = <&gpioa 10 GPIO_ACTIVE_LOW>;
218 reset-gpios = <&gpiog 9 GPIO_ACTIVE_LOW>;
558 cd-gpios = <&gpiob 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
H A Dat91-sama5d27_wlsom1.dtsi66 lpm-gpios = <&pioBU 0 GPIO_ACTIVE_LOW>;
H A Dat91-sama5d27_som1_ek.dts464 gpios = <&pioA PIN_PA29 GPIO_ACTIVE_LOW>;
H A Dstm32mp157c-ed1.dts378 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
/optee_os/core/drivers/regulator/
H A Dregulator_fixed.c93 gpio->dt_flags &= ~GPIO_ACTIVE_LOW; in get_enable_gpio()
95 gpio->dt_flags |= GPIO_ACTIVE_LOW; in get_enable_gpio()
H A Dregulator_gpio.c146 gpio->dt_flags &= ~GPIO_ACTIVE_LOW; in get_enable_gpio()
148 gpio->dt_flags |= GPIO_ACTIVE_LOW; in get_enable_gpio()
/optee_os/core/include/drivers/
H A Dgpio.h134 if (gpio->dt_flags & GPIO_ACTIVE_LOW) in gpio_set_value()
146 if (gpio->dt_flags & GPIO_ACTIVE_LOW) in gpio_get_value()
/optee_os/core/pta/tests/
H A Ddt_driver_test.c631 #define DT_TEST_GPIO0_FLAGS GPIO_ACTIVE_LOW