Home
last modified time | relevance | path

Searched refs:GPIO_OPEN_SOURCE (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/dt-bindings/gpio/
H A Dgpio.h30 #define GPIO_OPEN_SOURCE (GPIO_SINGLE_ENDED | GPIO_LINE_OPEN_SOURCE) macro
/openbmc/linux/include/dt-bindings/gpio/
H A Dgpio.h30 #define GPIO_OPEN_SOURCE (GPIO_SINGLE_ENDED | GPIO_LINE_OPEN_SOURCE) macro
/openbmc/linux/include/linux/gpio/
H A Dmachine.h11 GPIO_OPEN_SOURCE = (1 << 2), enumerator
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-sm1-odroid.dtsi55 gpios = <&gpio_ao GPIOAO_6 GPIO_OPEN_SOURCE>;
/openbmc/linux/Documentation/driver-api/gpio/
H A Dboard.rst129 * GPIO_OPEN_SOURCE - GPIO line is set up as open source
H A Ddriver.rst213 GPIO_OPEN_DRAIN or GPIO_OPEN_SOURCE flag set in the machine file, or coming
/openbmc/linux/drivers/gpio/
H A Dgpiolib.c4212 if (lflags & GPIO_OPEN_SOURCE) in gpiod_configure_flags()