Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpio/
Dgpiolib-of.c583 enum of_gpio_flags xlate_flags; in of_parse_own_gpio() local
594 xlate_flags = 0; in of_parse_own_gpio()
612 desc = of_xlate_and_get_gpiod_flags(chip, &gpiospec, &xlate_flags); in of_parse_own_gpio()
616 if (xlate_flags & OF_GPIO_ACTIVE_LOW) in of_parse_own_gpio()
618 if (xlate_flags & OF_GPIO_TRANSITORY) in of_parse_own_gpio()
620 if (xlate_flags & OF_GPIO_PULL_UP) in of_parse_own_gpio()
622 if (xlate_flags & OF_GPIO_PULL_DOWN) in of_parse_own_gpio()