Home
last modified time | relevance | path

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

/linux-6.15/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.c558 if (flags & BGPIOF_NO_SET_ON_INPUT) in bgpio_setup_direction()
/linux-6.15/include/linux/gpio/
H A Ddriver.h750 #define BGPIOF_NO_SET_ON_INPUT BIT(6) macro