Home
last modified time | relevance | path

Searched refs:BGPIOF_NO_SET_ON_INPUT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-hisi.c298 BGPIOF_NO_SET_ON_INPUT); in hisi_gpio_probe()
H A Dgpio-mt7621.c240 BGPIOF_NO_SET_ON_INPUT); in mediatek_gpio_bank_probe()
H A Dgpio-mmio.c549 if (flags & BGPIOF_NO_SET_ON_INPUT) in bgpio_setup_direction()
/openbmc/linux/include/linux/gpio/
H A Ddriver.h679 #define BGPIOF_NO_SET_ON_INPUT BIT(6) macro