Home
last modified time | relevance | path

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

/linux/include/linux/
A 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/drivers/rtc/
A Drtc-moxart.c284 GPIOF_DIR_OUT, "rtc_sclk"); in moxart_rtc_probe()
291 GPIOF_DIR_OUT, "rtc_reset"); in moxart_rtc_probe()
/linux/arch/arm/mach-pxa/
A Dmagician.c367 { EGPIO_MAGICIAN_BL_POWER, GPIOF_DIR_OUT, "Backlight power" },
368 { EGPIO_MAGICIAN_BL_POWER2, GPIOF_DIR_OUT, "Backlight power 2" },
A Dpalmtreo.c436 const unsigned long lcd_flags = GPIOF_INIT_HIGH | GPIOF_DIR_OUT; in treo680_gpio_init()
/linux/drivers/pci/controller/dwc/
A Dpcie-histb.c306 unsigned long flag = GPIOF_DIR_OUT; in histb_pcie_probe()
/linux/Documentation/translations/zh_TW/
A Dgpio.txt300 * GPIOF_DIR_OUT - 配置方向爲輸出
/linux/Documentation/translations/zh_CN/
A Dgpio.txt300 * GPIOF_DIR_OUT - 配置方向为输出
/linux/drivers/input/touchscreen/
A Dauo-pixcir-ts.c597 GPIOF_DIR_OUT | GPIOF_INIT_HIGH, in auo_pixcir_probe()
/linux/drivers/nfc/st95hf/
A Dcore.c1122 GPIOF_DIR_OUT | GPIOF_INIT_HIGH, in st95hf_probe()
/linux/drivers/net/can/spi/
A Dmcp251x.c486 return GPIOF_DIR_OUT; in mcp251x_gpio_get_direction()
/linux/drivers/media/i2c/s5c73m3/
A Ds5c73m3-core.c1556 unsigned int flags = GPIOF_DIR_OUT; in s5c73m3_configure_gpios()
/linux/drivers/media/i2c/
A Ds5k5baf.c1808 int flags = GPIOF_DIR_OUT; in s5k5baf_configure_gpios()
/linux/Documentation/driver-api/gpio/
A Dlegacy.rst320 * GPIOF_DIR_OUT - to configure direction as output

Completed in 41 milliseconds