Home
last modified time | relevance | path

Searched refs:GPIOF_OPEN_DRAIN (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpio/
Dgpiolib-legacy.c35 if (flags & GPIOF_OPEN_DRAIN) in gpio_request_one()
/linux-4.1.27/include/linux/
Dgpio.h23 #define GPIOF_OPEN_DRAIN (1 << 3) macro
/linux-4.1.27/Documentation/zh_CN/
Dgpio.txt304 * GPIOF_OPEN_DRAIN - gpio引脚为开漏信号
316 当设置 flag 为 GPIOF_OPEN_DRAIN 时,则假设引脚是开漏信号。这样的引脚
/linux-4.1.27/drivers/regulator/
Dfixed.c181 cfg.ena_gpio_flags |= GPIOF_OPEN_DRAIN; in reg_fixed_voltage_probe()
/linux-4.1.27/Documentation/gpio/
Dboard.txt116 * GPIOF_OPEN_DRAIN - GPIO pin is open drain type.
Dgpio-legacy.txt322 * GPIOF_OPEN_DRAIN - gpio pin is open drain type.
335 When setting the flag as GPIOF_OPEN_DRAIN then it will assume that pins is
/linux-4.1.27/drivers/i2c/
Di2c-core.c521 ret = gpio_request_one(bri->scl_gpio, GPIOF_OPEN_DRAIN | in i2c_get_gpios_for_recovery()