Lines Matching refs:of_flags
167 enum of_gpio_flags *of_flags) in of_find_spi_gpio() argument
187 desc = of_get_named_gpiod_flags(np, prop_name, 0, of_flags); in of_find_spi_gpio()
197 enum of_gpio_flags *of_flags) in of_find_regulator_gpio() argument
219 desc = of_get_named_gpiod_flags(np, con_id, 0, of_flags); in of_find_regulator_gpio()
228 enum of_gpio_flags of_flags; in of_find_gpio() local
242 &of_flags); in of_find_gpio()
262 desc = of_find_spi_gpio(dev, con_id, &of_flags); in of_find_gpio()
266 desc = of_find_regulator_gpio(dev, con_id, &of_flags); in of_find_gpio()
271 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()
274 if (of_flags & OF_GPIO_SINGLE_ENDED) { in of_find_gpio()
275 if (of_flags & OF_GPIO_OPEN_DRAIN) in of_find_gpio()
281 if (of_flags & OF_GPIO_TRANSITORY) in of_find_gpio()