Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dgpio.h20 #define GPIOF_DIR_OUT (0 << 0) macro
27 #define GPIOF_OUT_INIT_LOW (GPIOF_DIR_OUT | GPIOF_INIT_LOW)
28 #define GPIOF_OUT_INIT_HIGH (GPIOF_DIR_OUT | GPIOF_INIT_HIGH)
/linux-6.1.9/drivers/rtc/
Drtc-moxart.c284 GPIOF_DIR_OUT, "rtc_sclk"); in moxart_rtc_probe()
291 GPIOF_DIR_OUT, "rtc_reset"); in moxart_rtc_probe()
/linux-6.1.9/arch/arm/mach-pxa/
Dmagician.c368 { EGPIO_MAGICIAN_BL_POWER, GPIOF_DIR_OUT, "Backlight power" },
369 { EGPIO_MAGICIAN_BL_POWER2, GPIOF_DIR_OUT, "Backlight power 2" },
Dpalmtreo.c436 const unsigned long lcd_flags = GPIOF_INIT_HIGH | GPIOF_DIR_OUT; in treo680_gpio_init()
/linux-6.1.9/drivers/pci/controller/dwc/
Dpcie-histb.c304 unsigned long flag = GPIOF_DIR_OUT; in histb_pcie_probe()
/linux-6.1.9/Documentation/translations/zh_CN/driver-api/gpio/
Dlegacy.rst294 * GPIOF_DIR_OUT - 配置方向为输出
/linux-6.1.9/Documentation/translations/zh_TW/
Dgpio.txt300 * GPIOF_DIR_OUT - 配置方向爲輸出
/linux-6.1.9/drivers/nfc/st95hf/
Dcore.c1122 GPIOF_DIR_OUT | GPIOF_INIT_HIGH, in st95hf_probe()
/linux-6.1.9/drivers/net/can/spi/
Dmcp251x.c487 return GPIOF_DIR_OUT; in mcp251x_gpio_get_direction()
/linux-6.1.9/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1556 unsigned int flags = GPIOF_DIR_OUT; in s5c73m3_configure_gpios()
/linux-6.1.9/drivers/media/i2c/
Ds5k5baf.c1808 int flags = GPIOF_DIR_OUT; in s5k5baf_configure_gpios()
/linux-6.1.9/Documentation/driver-api/gpio/
Dlegacy.rst320 * GPIOF_DIR_OUT - to configure direction as output