GPIOF_DIR_IN      287 arch/arm/mach-ep93xx/vision_ep9307.c 	if (gpio_request_one(EP93XX_GPIO_LINE_F(7), GPIOF_DIR_IN,
GPIOF_DIR_IN      388 arch/arm/mach-imx/mach-mx35_3ds.c 	int ret = gpio_request_one(GPIO_PMIC_INT, GPIOF_DIR_IN, "pmic irq");
GPIOF_DIR_IN       90 arch/m68k/include/asm/gpio.h 	if (flags & GPIOF_DIR_IN)
GPIOF_DIR_IN       45 drivers/gpio/gpiolib-legacy.c 	if (flags & GPIOF_DIR_IN)
GPIOF_DIR_IN      589 drivers/input/touchscreen/auo-pixcir-ts.c 				      GPIOF_DIR_IN, "auo_pixcir_ts_int");
GPIOF_DIR_IN     1438 drivers/mfd/stmpe.c 				GPIOF_DIR_IN, "stmpe");
GPIOF_DIR_IN      437 drivers/regulator/da9055-regulator.c 		ret = devm_gpio_request_one(config->dev, gpio_mux, GPIOF_DIR_IN,
GPIOF_DIR_IN      465 drivers/regulator/da9055-regulator.c 		ret = devm_gpio_request_one(config->dev, gpio_mux, GPIOF_DIR_IN,
GPIOF_DIR_IN      252 drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c 				GPIOF_DIR_IN, "hdmi_hpd");
GPIOF_DIR_IN       26 include/linux/gpio.h #define GPIOF_IN		(GPIOF_DIR_IN)