Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpio/
Dgpio-mt7621.c231 BGPIOF_NO_SET_ON_INPUT); in mediatek_gpio_bank_probe()
Dgpio-mmio.c547 if (flags & BGPIOF_NO_SET_ON_INPUT) in bgpio_setup_direction()
/Linux-v5.10/include/linux/gpio/
Ddriver.h613 #define BGPIOF_NO_SET_ON_INPUT BIT(6) macro