Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H A Dgpiolib-of.c584 enum of_gpio_flags xlate_flags; in of_parse_own_gpio() local
596 xlate_flags = 0; in of_parse_own_gpio()
615 desc = of_xlate_and_get_gpiod_flags(chip, &gpiospec, &xlate_flags); in of_parse_own_gpio()
620 if (xlate_flags & OF_GPIO_ACTIVE_LOW) { in of_parse_own_gpio()
623 if (xlate_flags & OF_GPIO_TRANSITORY) { in of_parse_own_gpio()
626 if (xlate_flags & OF_GPIO_PULL_UP) { in of_parse_own_gpio()
629 if (xlate_flags & OF_GPIO_PULL_DOWN) { in of_parse_own_gpio()

Completed in 2 milliseconds