Lines Matching refs:OF_GPIO_ACTIVE_LOW
156 if ((*flags & OF_GPIO_ACTIVE_LOW) && !active_low) { in of_gpio_flags_quirks()
159 *flags &= ~OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
162 *flags |= OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
204 if (*flags & OF_GPIO_ACTIVE_LOW) { in of_gpio_flags_quirks()
207 *flags &= ~OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
210 if (!(*flags & OF_GPIO_ACTIVE_LOW)) in of_gpio_flags_quirks()
213 *flags |= OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
225 *flags |= OF_GPIO_ACTIVE_LOW; in of_gpio_flags_quirks()
327 active_low = flags & OF_GPIO_ACTIVE_LOW; in gpiod_get_from_of_node()
542 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()
616 if (xlate_flags & OF_GPIO_ACTIVE_LOW) in of_parse_own_gpio()