Searched refs:GPIOF_IN (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | spitz_pm.c | 39 { SPITZ_GPIO_KEY_INT, GPIOF_IN, "Keyboard Interrupt" }, 40 { SPITZ_GPIO_SYNC, GPIOF_IN, "Sync" }, 41 { SPITZ_GPIO_AC_IN, GPIOF_IN, "Charger Detection" },
|
/openbmc/linux/include/linux/ |
H A D | gpio.h | 28 #define GPIOF_IN (GPIOF_DIR_IN) macro
|
/openbmc/linux/Documentation/translations/zh_CN/driver-api/gpio/ |
H A D | legacy.rst | 293 * GPIOF_IN - 配置为输入 316 err = gpio_request_one(31, GPIOF_IN, "Reset Button");
|
/openbmc/linux/Documentation/translations/zh_TW/ |
H A D | gpio.txt | 299 * GPIOF_IN - 配置爲輸入 322 err = gpio_request_one(31, GPIOF_IN, "Reset Button");
|
/openbmc/linux/drivers/mfd/ |
H A D | wm8994-irq.c | 208 GPIOF_IN, "WM8994 IRQ"); in wm8994_irq_init()
|
H A D | arizona-irq.c | 365 GPIOF_IN, "arizona IRQ"); in arizona_irq_init()
|
/openbmc/linux/sound/soc/ |
H A D | soc-jack.c | 357 ret = gpio_request_one(gpios[i].gpio, GPIOF_IN, in snd_soc_jack_add_gpios()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | gpio_keys_polled.c | 311 unsigned flags = GPIOF_IN; in gpio_keys_polled_probe()
|
H A D | gpio_keys.c | 541 unsigned flags = GPIOF_IN; in gpio_keys_setup_key()
|
/openbmc/linux/drivers/pcmcia/ |
H A D | soc_common.c | 207 unsigned long flags = GPIOF_IN; in soc_pcmcia_hw_init()
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | legacy.rst | 317 * GPIOF_IN - configure as input 340 err = gpio_request_one(31, GPIOF_IN, "Reset Button");
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 2735 err = gpio_request_one(gpio, out ? GPIOF_OUT_INIT_LOW : GPIOF_IN, label); in ath9k_hw_gpio_cfg_soc()
|