Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/gpio/
Dgpiolib-of.c307 enum of_gpio_flags xlate_flags; in of_parse_own_gpio() local
318 xlate_flags = 0; in of_parse_own_gpio()
336 desc = of_xlate_and_get_gpiod_flags(chip, &gpiospec, &xlate_flags); in of_parse_own_gpio()
340 if (xlate_flags & OF_GPIO_ACTIVE_LOW) in of_parse_own_gpio()
342 if (xlate_flags & OF_GPIO_TRANSITORY) in of_parse_own_gpio()