Home
last modified time | relevance | path

Searched refs:GPIO_TRANSITORY (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/dt-bindings/gpio/
H A Dgpio.h34 #define GPIO_TRANSITORY 8 macro
/openbmc/linux/include/dt-bindings/gpio/
H A Dgpio.h34 #define GPIO_TRANSITORY 8 macro
/openbmc/linux/include/linux/gpio/
H A Dmachine.h13 GPIO_TRANSITORY = (1 << 3), enumerator
/openbmc/linux/Documentation/driver-api/gpio/
H A Dboard.rst132 * GPIO_TRANSITORY - GPIO line is transitory and may loose its
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-shift-axolotl.dts452 irq-gpio = <&tlmm 125 GPIO_TRANSITORY>;
/openbmc/linux/drivers/gpio/
H A Dgpiolib.c4230 ret = gpiod_set_transitory(desc, (lflags & GPIO_TRANSITORY)); in gpiod_configure_flags()