Searched refs:GPIOF_DIR_IN (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | gpio.h | 21 #define GPIOF_DIR_IN (1 << 0) macro 26 #define GPIOF_IN (GPIOF_DIR_IN)
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | gpio.h | 90 if (flags & GPIOF_DIR_IN) in gpio_request_one()
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpiolib-legacy.c | 45 if (flags & GPIOF_DIR_IN) in gpio_request_one()
|
| /Linux-v5.4/arch/arm/mach-ep93xx/ |
| D | vision_ep9307.c | 287 if (gpio_request_one(EP93XX_GPIO_LINE_F(7), GPIOF_DIR_IN, in vision_init_machine()
|
| /Linux-v5.4/drivers/regulator/ |
| D | da9055-regulator.c | 437 ret = devm_gpio_request_one(config->dev, gpio_mux, GPIOF_DIR_IN, in da9055_gpio_init() 465 ret = devm_gpio_request_one(config->dev, gpio_mux, GPIOF_DIR_IN, in da9055_gpio_init()
|
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/displays/ |
| D | connector-hdmi.c | 252 GPIOF_DIR_IN, "hdmi_hpd"); in hdmic_probe()
|
| /Linux-v5.4/arch/arm/mach-imx/ |
| D | mach-mx35_3ds.c | 388 int ret = gpio_request_one(GPIO_PMIC_INT, GPIOF_DIR_IN, "pmic irq"); in imx35_3ds_init_mc13892()
|
| /Linux-v5.4/Documentation/translations/zh_CN/ |
| D | gpio.txt | 299 * GPIOF_DIR_IN - 配置方向为输入
|
| /Linux-v5.4/drivers/input/touchscreen/ |
| D | auo-pixcir-ts.c | 589 GPIOF_DIR_IN, "auo_pixcir_ts_int"); in auo_pixcir_probe()
|
| /Linux-v5.4/drivers/mfd/ |
| D | stmpe.c | 1438 GPIOF_DIR_IN, "stmpe"); in stmpe_probe()
|
| /Linux-v5.4/Documentation/driver-api/gpio/ |
| D | legacy.rst | 319 * GPIOF_DIR_IN - to configure direction as input
|