Searched refs:GPIOD_OUT_HIGH_OPEN_DRAIN (Results 1 – 7 of 7) sorted by relevance
398 gflags = GPIOD_OUT_HIGH_OPEN_DRAIN; in i2c_gpio_probe()406 gflags = GPIOD_OUT_HIGH_OPEN_DRAIN; in i2c_gpio_probe()
862 GPIOD_OUT_HIGH_OPEN_DRAIN); in davinci_i2c_probe()
1319 rinfo->scl_gpiod = devm_gpiod_get(&pdev->dev, "scl", GPIOD_OUT_HIGH_OPEN_DRAIN); in i2c_imx_init_recovery_info()
199 cec->cec_gpio = devm_gpiod_get(dev, "cec", GPIOD_OUT_HIGH_OPEN_DRAIN); in cec_gpio_probe()
56 GPIOD_OUT_HIGH_OPEN_DRAIN = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_OPEN_DRAIN, enumerator
72 * GPIOD_OUT_HIGH_OPEN_DRAIN same as GPIOD_OUT_HIGH but also enforce the line
352 gpiod = devm_gpiod_get(dev, "scl", GPIOD_OUT_HIGH_OPEN_DRAIN); in i2c_gpio_init_generic_recovery()
Completed in 17 milliseconds