Home
last modified time | relevance | path

Searched refs:GPIOF_DIR_IN (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dgpio.h21 #define GPIOF_DIR_IN (1 << 0) macro
26 #define GPIOF_IN (GPIOF_DIR_IN)
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dgpio.h90 if (flags & GPIOF_DIR_IN) in gpio_request_one()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-legacy.c45 if (flags & GPIOF_DIR_IN) in gpio_request_one()
/OK3568_Linux_fs/kernel/drivers/input/sensors/hall/
H A Dmh248.c116 GPIOF_DIR_IN, "hall_mh248"); in hall_mh248_probe()
/OK3568_Linux_fs/kernel/arch/arm/mach-ep93xx/
H A Dvision_ep9307.c287 if (gpio_request_one(EP93XX_GPIO_LINE_F(7), GPIOF_DIR_IN, in vision_init_machine()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dda9055-regulator.c437 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()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-hdmi.c252 GPIOF_DIR_IN, "hdmi_hpd"); in hdmic_probe()
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/
H A Dgpio.txt299 * GPIOF_DIR_IN - 配置方向为输入
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dauo-pixcir-ts.c589 GPIOF_DIR_IN, "auo_pixcir_ts_int"); in auo_pixcir_probe()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dstmpe.c1438 GPIOF_DIR_IN, "stmpe"); in stmpe_probe()
/OK3568_Linux_fs/kernel/drivers/net/can/spi/
H A Dmcp251x.c484 return GPIOF_DIR_IN; in mcp251x_gpio_get_direction()
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw883xx.c1580 GPIOF_DIR_IN, "aw883xx_int"); in aw883xx_gpio_request()
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Dlegacy.rst319 * GPIOF_DIR_IN - to configure direction as input