Home
last modified time | relevance | path

Searched refs:GPIOF_DIR_OUT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dgpio.h22 #define GPIOF_DIR_OUT (0 << 0) macro
29 #define GPIOF_OUT_INIT_LOW (GPIOF_DIR_OUT | GPIOF_INIT_LOW)
30 #define GPIOF_OUT_INIT_HIGH (GPIOF_DIR_OUT | GPIOF_INIT_HIGH)
/openbmc/linux/Documentation/translations/zh_CN/driver-api/gpio/
H A Dlegacy.rst286 * GPIOF_DIR_OUT - 配置方向为输出
/openbmc/linux/Documentation/translations/zh_TW/
H A Dgpio.txt292 * GPIOF_DIR_OUT - 配置方向爲輸出
/openbmc/linux/drivers/nfc/st95hf/
H A Dcore.c1122 GPIOF_DIR_OUT | GPIOF_INIT_HIGH, in st95hf_probe()
/openbmc/linux/drivers/net/can/spi/
H A Dmcp251x.c487 return GPIOF_DIR_OUT; in mcp251x_gpio_get_direction()
/openbmc/linux/Documentation/driver-api/gpio/
H A Dlegacy.rst309 * GPIOF_DIR_OUT - to configure direction as output