Searched refs:OF_GPIO_ACTIVE_LOW (Results 1 – 7 of 7) sorted by relevance
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()297 if (flags & OF_GPIO_ACTIVE_LOW) in of_convert_gpio_flags()
50 trigger = (flags == OF_GPIO_ACTIVE_LOW); in gpio_halt_cb()107 trigger = (flags == OF_GPIO_ACTIVE_LOW); in gpio_halt_probe()
26 OF_GPIO_ACTIVE_LOW = 0x1, enumerator
341 if (of_flags & OF_GPIO_ACTIVE_LOW) in histb_pcie_probe()
1346 if (flags & OF_GPIO_ACTIVE_LOW) { in mvebu_pcie_parse_port()
1590 state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); in s5c73m3_parse_gpios()
1837 gpios[i].level = !(flags & OF_GPIO_ACTIVE_LOW); in s5k5baf_parse_gpios()