Home
last modified time | relevance | path

Searched refs:GPIOD_OUT_HIGH_OPEN_DRAIN (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-gpio.c398 gflags = GPIOD_OUT_HIGH_OPEN_DRAIN; in i2c_gpio_probe()
406 gflags = GPIOD_OUT_HIGH_OPEN_DRAIN; in i2c_gpio_probe()
H A Di2c-pxa.c1374 bri->scl_gpiod = devm_gpiod_get(dev, "scl", GPIOD_OUT_HIGH_OPEN_DRAIN); in i2c_pxa_init_recovery()
1389 bri->sda_gpiod = devm_gpiod_get(dev, "sda", GPIOD_OUT_HIGH_OPEN_DRAIN); in i2c_pxa_init_recovery()
H A Di2c-davinci.c865 GPIOD_OUT_HIGH_OPEN_DRAIN); in davinci_i2c_probe()
H A Di2c-imx.c1111 rinfo->scl_gpiod = devm_gpiod_get(&pdev->dev, "scl", GPIOD_OUT_HIGH_OPEN_DRAIN); in i2c_imx_init_recovery_info()
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/cec-gpio/
H A Dcec-gpio.c199 cec->cec_gpio = devm_gpiod_get(dev, "cec", GPIOD_OUT_HIGH_OPEN_DRAIN); in cec_gpio_probe()
/OK3568_Linux_fs/kernel/include/linux/gpio/
H A Dconsumer.h56 GPIOD_OUT_HIGH_OPEN_DRAIN = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_OPEN_DRAIN, enumerator
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Dconsumer.rst72 * GPIOD_OUT_HIGH_OPEN_DRAIN same as GPIOD_OUT_HIGH but also enforce the line
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-core-base.c332 gpiod = devm_gpiod_get(dev, "scl", GPIOD_OUT_HIGH_OPEN_DRAIN); in i2c_gpio_init_generic_recovery()