Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A 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()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-of.c684 enum of_gpio_flags xlate_flags; in of_parse_own_gpio() local
695 xlate_flags = 0; in of_parse_own_gpio()
713 desc = of_xlate_and_get_gpiod_flags(chip, &gpiospec, &xlate_flags); in of_parse_own_gpio()
717 *lflags = of_convert_gpio_flags(xlate_flags); in of_parse_own_gpio()

Completed in 4 milliseconds