Lines Matching refs:lflags
427 unsigned long lflags = GPIO_LOOKUP_FLAGS_DEFAULT;
430 lflags |= GPIO_ACTIVE_LOW;
434 lflags |= GPIO_OPEN_DRAIN;
436 lflags |= GPIO_OPEN_SOURCE;
440 lflags |= GPIO_TRANSITORY;
443 lflags |= GPIO_PULL_UP;
446 lflags |= GPIO_PULL_DOWN;
449 lflags |= GPIO_PULL_DISABLE;
451 return lflags;
670 * @lflags: bitmask of gpio_lookup_flags GPIO_* values - returned from
680 unsigned long *lflags,
696 *lflags = GPIO_LOOKUP_FLAGS_DEFAULT;
717 *lflags = of_convert_gpio_flags(xlate_flags);
748 unsigned long lflags;
754 desc = of_parse_own_gpio(hog, chip, i, &name, &lflags, &dflags);
758 ret = gpiod_hog(desc, name, lflags, dflags);