Lines Matching defs:gflags
331 enum gpiod_flags gflags)
336 retdesc = devm_gpiod_get(dev, con_id, gflags);
342 retdesc = devm_gpiod_get_index(dev, NULL, index, gflags);
372 enum gpiod_flags gflags;
403 gflags = GPIOD_OUT_HIGH;
405 gflags = GPIOD_OUT_HIGH_OPEN_DRAIN;
406 priv->sda = i2c_gpio_get_desc(dev, "sda", 0, gflags);
411 gflags = GPIOD_OUT_HIGH;
413 gflags = GPIOD_OUT_HIGH_OPEN_DRAIN;
414 priv->scl = i2c_gpio_get_desc(dev, "scl", 1, gflags);