Lines Matching refs:dflags
308 enum gpiod_flags dflags, in gpiod_get_from_of_node() argument
333 if (ret == -EBUSY && (dflags & GPIOD_FLAGS_BIT_NONEXCLUSIVE)) in gpiod_get_from_of_node()
357 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in gpiod_get_from_of_node()
580 enum gpiod_flags *dflags) in of_parse_own_gpio() argument
596 *dflags = GPIOD_ASIS; in of_parse_own_gpio()
626 *dflags |= GPIOD_IN; in of_parse_own_gpio()
628 *dflags |= GPIOD_OUT_LOW; in of_parse_own_gpio()
630 *dflags |= GPIOD_OUT_HIGH; in of_parse_own_gpio()
652 enum gpiod_flags dflags; in of_gpiochip_add_hog() local
660 desc = of_parse_own_gpio(hog, chip, i, &name, &lflags, &dflags); in of_gpiochip_add_hog()
664 ret = gpiod_hog(desc, name, lflags, dflags); in of_gpiochip_add_hog()