Searched refs:OF_GPIO_PULL_DISABLE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/linux/ | ||
D | of_gpio.h | 32 OF_GPIO_PULL_DISABLE = 0x40, enumerator |
/linux-6.1.9/drivers/gpio/ | ||
D | gpiolib-of.c | 316 if (flags & OF_GPIO_PULL_DISABLE) in of_convert_gpio_flags() |