Lines Matching refs:dflags
295 enum gpiod_flags dflags, in gpiod_get_from_of_node() argument
320 if (ret == -EBUSY && (dflags & GPIOD_FLAGS_BIT_NONEXCLUSIVE)) in gpiod_get_from_of_node()
338 ret = gpiod_configure_flags(desc, propname, lflags, dflags); in gpiod_get_from_of_node()
539 enum gpiod_flags *dflags) in of_parse_own_gpio() argument
555 *dflags = 0; in of_parse_own_gpio()
581 *dflags |= GPIOD_IN; in of_parse_own_gpio()
583 *dflags |= GPIOD_OUT_LOW; in of_parse_own_gpio()
585 *dflags |= GPIOD_OUT_HIGH; in of_parse_own_gpio()
612 enum gpiod_flags dflags; in of_gpiochip_scan_gpios() local
622 &dflags); in of_gpiochip_scan_gpios()
626 ret = gpiod_hog(desc, name, lflags, dflags); in of_gpiochip_scan_gpios()