Searched refs:GPIOF_DIR_IN (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | gpio.h | 21 #define GPIOF_DIR_IN (1 << 0) macro 26 #define GPIOF_IN (GPIOF_DIR_IN)
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | gpio.h | 90 if (flags & GPIOF_DIR_IN) in gpio_request_one()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-legacy.c | 45 if (flags & GPIOF_DIR_IN) in gpio_request_one()
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/hall/ |
| H A D | mh248.c | 116 GPIOF_DIR_IN, "hall_mh248"); in hall_mh248_probe()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ep93xx/ |
| H A D | vision_ep9307.c | 287 if (gpio_request_one(EP93XX_GPIO_LINE_F(7), GPIOF_DIR_IN, in vision_init_machine()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | connector-hdmi.c | 252 GPIOF_DIR_IN, "hdmi_hpd"); in hdmic_probe()
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/ |
| H A D | gpio.txt | 299 * GPIOF_DIR_IN - 配置方向为输入
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | auo-pixcir-ts.c | 589 GPIOF_DIR_IN, "auo_pixcir_ts_int"); in auo_pixcir_probe()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | stmpe.c | 1438 GPIOF_DIR_IN, "stmpe"); in stmpe_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/spi/ |
| H A D | mcp251x.c | 484 return GPIOF_DIR_IN; in mcp251x_gpio_get_direction()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/ |
| H A D | aw883xx.c | 1580 GPIOF_DIR_IN, "aw883xx_int"); in aw883xx_gpio_request()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | legacy.rst | 319 * GPIOF_DIR_IN - to configure direction as input
|