Searched refs:GPIO_HOG (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/gpio/ |
H A D | machine.h | 101 #define GPIO_HOG(_chip_label, _chip_hwnum, _line_name, _lflags, _dflags) \ macro
|
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | 147 #if CONFIG_IS_ENABLED(GPIO_HOG) 1066 if (CONFIG_IS_ENABLED(GPIO_HOG)) { in gpio_post_bind()
|
H A D | Kconfig | 17 config GPIO_HOG config
|
/openbmc/u-boot/common/spl/ |
H A D | spl.c | 659 if (CONFIG_IS_ENABLED(GPIO_HOG)) in board_init_r()
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | board-ams-delta.c | 581 GPIO_HOG(LATCH2_LABEL, LATCH2_PIN_KEYBRD_DATAOUT, "keybrd_dataout",
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | board.rst | 188 GPIO_HOG("gpio.0", 10, "foo", GPIO_ACTIVE_LOW, GPIOD_OUT_HIGH),
|