Searched refs:GPIOD_OUT_HIGH_OPEN_DRAIN (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-gpio.c | 398 gflags = GPIOD_OUT_HIGH_OPEN_DRAIN; in i2c_gpio_probe() 406 gflags = GPIOD_OUT_HIGH_OPEN_DRAIN; in i2c_gpio_probe()
|
| H A D | i2c-pxa.c | 1374 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 D | i2c-davinci.c | 865 GPIOD_OUT_HIGH_OPEN_DRAIN); in davinci_i2c_probe()
|
| H A D | i2c-imx.c | 1111 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 D | cec-gpio.c | 199 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 D | consumer.h | 56 GPIOD_OUT_HIGH_OPEN_DRAIN = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_OPEN_DRAIN, enumerator
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 72 * GPIOD_OUT_HIGH_OPEN_DRAIN same as GPIOD_OUT_HIGH but also enforce the line
|
| /OK3568_Linux_fs/kernel/drivers/i2c/ |
| H A D | i2c-core-base.c | 332 gpiod = devm_gpiod_get(dev, "scl", GPIOD_OUT_HIGH_OPEN_DRAIN); in i2c_gpio_init_generic_recovery()
|