Searched refs:GPIOF_OPEN_DRAIN (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpio/
H A Dgpiolib-legacy.c35 if (flags & GPIOF_OPEN_DRAIN) gpio_request_one()
/linux-4.1.27/drivers/regulator/
H A Dfixed.c181 cfg.ena_gpio_flags |= GPIOF_OPEN_DRAIN; reg_fixed_voltage_probe()
/linux-4.1.27/include/linux/
H A Dgpio.h23 #define GPIOF_OPEN_DRAIN (1 << 3) macro
/linux-4.1.27/drivers/i2c/
H A Di2c-core.c521 ret = gpio_request_one(bri->scl_gpio, GPIOF_OPEN_DRAIN | i2c_get_gpios_for_recovery()

Completed in 155 milliseconds