Lines Matching defs:gflags
324 enum gpiod_flags gflags)
329 retdesc = devm_gpiod_get(dev, con_id, gflags);
335 retdesc = devm_gpiod_get_index(dev, NULL, index, gflags);
365 enum gpiod_flags gflags;
396 gflags = GPIOD_OUT_HIGH;
398 gflags = GPIOD_OUT_HIGH_OPEN_DRAIN;
399 priv->sda = i2c_gpio_get_desc(dev, "sda", 0, gflags);
404 gflags = GPIOD_OUT_HIGH;
406 gflags = GPIOD_OUT_HIGH_OPEN_DRAIN;
407 priv->scl = i2c_gpio_get_desc(dev, "scl", 1, gflags);