Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H 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)
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-moxart.c284 GPIOF_DIR_OUT, "rtc_sclk"); in moxart_rtc_probe()
291 GPIOF_DIR_OUT, "rtc_reset"); in moxart_rtc_probe()
/OK3568_Linux_fs/kernel/drivers/video/backlight/
H A Dlms283gf05.c159 GPIOF_DIR_OUT | (!pdata->reset_inverted ? in lms283gf05_probe()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dmagician.c367 { EGPIO_MAGICIAN_BL_POWER, GPIOF_DIR_OUT, "Backlight power" },
368 { EGPIO_MAGICIAN_BL_POWER2, GPIOF_DIR_OUT, "Backlight power 2" },
H A Dpalmtreo.c436 const unsigned long lcd_flags = GPIOF_INIT_HIGH | GPIOF_DIR_OUT; in treo680_gpio_init()
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/
H A Dgpio.txt300 * GPIOF_DIR_OUT - 配置方向为输出
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-histb.c313 unsigned long flag = GPIOF_DIR_OUT; in histb_pcie_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_backlight.c447 gpiod_get_direction(bl->enable_gpio) == GPIOF_DIR_OUT && in rockchip_drm_backlight_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dauo-pixcir-ts.c597 GPIOF_DIR_OUT | GPIOF_INIT_HIGH, in auo_pixcir_probe()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-at91-usart.c502 GPIOF_DIR_OUT, in at91_usart_gpio_setup()
/OK3568_Linux_fs/kernel/drivers/nfc/st95hf/
H A Dcore.c1126 GPIOF_DIR_OUT | GPIOF_INIT_HIGH, in st95hf_probe()
/OK3568_Linux_fs/kernel/drivers/net/can/spi/
H A Dmcp251x.c486 return GPIOF_DIR_OUT; in mcp251x_gpio_get_direction()
/OK3568_Linux_fs/kernel/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c1553 unsigned int flags = GPIOF_DIR_OUT; in s5c73m3_configure_gpios()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Ds5k5baf.c1801 int flags = GPIOF_DIR_OUT; in s5k5baf_configure_gpios()
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Dlegacy.rst320 * GPIOF_DIR_OUT - to configure direction as output