Lines Matching refs:dflags
338 enum gpiod_flags dflags, in gpiod_get_from_of_node() argument
351 if (ret == -EBUSY && (dflags & GPIOD_FLAGS_BIT_NONEXCLUSIVE)) in gpiod_get_from_of_node()
358 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in gpiod_get_from_of_node()
558 enum gpiod_flags *dflags) in of_parse_own_gpio() argument
574 *dflags = GPIOD_ASIS; in of_parse_own_gpio()
597 *dflags |= GPIOD_IN; in of_parse_own_gpio()
599 *dflags |= GPIOD_OUT_LOW; in of_parse_own_gpio()
601 *dflags |= GPIOD_OUT_HIGH; in of_parse_own_gpio()
623 enum gpiod_flags dflags; in of_gpiochip_add_hog() local
631 desc = of_parse_own_gpio(hog, chip, i, &name, &lflags, &dflags); in of_gpiochip_add_hog()
635 ret = gpiod_hog(desc, name, lflags, dflags); in of_gpiochip_add_hog()